TeamDman

Results 133 issues of TeamDman

bug
performance
text editor
implemented awaiting release

https://discord.com/channels/967118679370264627/967119184209264790/1415118570056323104

enhancement
language feature

needs test
implemented awaiting release

before 1.20.4 ``` NetworkHooks.openScreen(serverPlayer, manager, buf -> ManagerContainerMenu.encode(manager, buf)); ``` after 1.20.4 ``` serverPlayer.openMenu(manager, buf -> ManagerContainerMenu.encode(manager, buf)); ``` we want them to be the same should be able to...

code health

for example SFM program linters ```diff FLOW RESOURCE - LABEL_USED_IN_PROGRAM_BUT_NOT_PRESENT_PROGRAM_LINTER + LABEL_USED_IN_PROGRAM_BUT_NOT_PRESENT - LABEL_PRESENT_BUT_NOT_USED_IN_PROGRAM_LINTER + LABEL_PRESENT_BUT_NOT_USED - LABEL_NOT_CONNECTED_PROGRAM_LINTER + LABEL_NOT_CONNECTED - ROUND_ROBIN_PROGRAM_LINTER + ROUND_ROBIN - INCOMPLETE_IO_PROGRAM_LINTER + INCOMPLETE_IO ``` also...

code health

https://discord.com/channels/967118679370264627/1436840493739937822/1436844118419443725 Ethon asks: > is there any way for me to just clear a particular label of all the associated blocks or do I just have to clear all my...

enhancement

https://t3.chat/share/m5pr4bd30y > 2. Don’t catch Throwable unless you must > - Catching Throwable also catches OutOfMemoryError, StackOverflowError, etc., which you typically don’t want to handle. > - Prefer catching Exception....

code health

https://discord.com/channels/967118679370264627/1430414686884466780/1430414686884466780 __stdcall OP — 12:37 AM > On my ATM10 server I have a friend, he uses SFM to automate everything. And recently the server becomes shuttering, after some investigation...

bug
performance
implemented awaiting release

https://discord.com/channels/967118679370264627/967119184209264790/1430041991529631775 The blaze burners will return a null fluid handler capability if they don't have drinking straws added ``` 27m6s ago [TRACE] - blaze: BlockPos{x=-466, y=86, z=-175} Block{create:blaze_burner}[blaze=smouldering,facing=west] 27m6s ago...

mod compat
linter warnings