Open Help > Edit Custom Properties...
and add the following lines:
ide.win.file.chooser.native=true
sun.awt.windows.useCommonItemDialog=true
Open Help > Edit Custom Properties...
and add the following lines:
ide.win.file.chooser.native=true
sun.awt.windows.useCommonItemDialog=true
I finally got tired of my laptop deadnaming me, and decided to fix it. Here's what worked for me.
net user administrator /active:yes
netplwiz
to rename the user: https://superuser.com/a/1011089# PromQL query to return the current Eastern Time Zone UTC offset. | |
# based on https://medium.com/@tom.fawcett/time-of-day-based-notifications-with-prometheus-and-alertmanager-1bf7a23b7695 | |
# https://en.wikipedia.org/wiki/Eastern_Time_Zone | |
# EDT (summer): UTC-4 | |
# EST (winter): UTC-5 | |
# second Sunday in March: 02:00 EST -> 03:00 EDT (07:00 UTC) | |
# first Sunday in November: 02:00 EDT -> 01:00 EST (06:00 UTC) | |
# after March and before November |
from typing import Any | |
from hatchling.plugin import hookimpl | |
from hatchling.version.source.plugin.interface import VersionSourceInterface | |
class BrokenException(Exception): | |
def __new__(cls, *args: object): | |
raise TypeError("This hides the real error message") from None | |
// thoth spell to convert hex to dec | |
{ | |
flock_dis | |
// 16^4 place | |
16 | |
4 | |
power | |
multiplicative | |
from __future__ import annotations | |
import regex | |
from typing import Literal | |
from enum import Enum | |
# working as of https://github.com/gamma-delta/HexMod/blob/c00815b7b9d90593dc33e3a7539ce87c2ece4fc9/Common/src/main/java/at/petrak/hexcasting/common/casting/RegisterPatterns.java | |
# setup: | |
# - run "pip install regex" | |
# - download this script somewhere |
--[[ | |
top: y gearshift (on = -y, off = +y) | |
bottom: z gearshift (on = down, off = up) | |
front: | |
red: x gearshift (on = -x, off = +x) | |
blue: z up endstop | |
yellow: z down endstop | |
purple: y endstop | |
green: x endstop | |
back: x gantry (on = move) - inverted |
local chestPrefix="minecraft:ironchest_gold_" | |
local prefix="$" | |
local prefixPattern="^%"..prefix | |
local inputInterval=3 | |
local warnInterval=60 | |
local feederInterval=4 | |
local channel=1 | |
local autoFeeder=false | |
local cachedSlot=false |
.org $8000 | |
reset: | |
lda #$ff ; set all of A register of 6522 to output | |
sta $6003 | |
lda #$7f ; set all but last pin of B register of 6522 to output | |
sta $6002 | |
lda #$01 ; initial value of output: 1 0 0 0 0 0 0 |