brobr
brobr
Hi, thanks for the concise overview of a sam file but I am struggling with some of the descriptors. Like the one for SEQ, in the spec on www.htslib.org/doc/sam.html described...
Hi, the approach of: setup deal() face suit value 1 king spades 13 > deal() face suit value 1 king spades 13 > deal() face suit value 1 king spades...
see https://github.com/leo-editor/leo-editor/issues/4229 this can be patched with: ``` diff -Naur meta-1.0.2/meta/decompiler/control_flow_instructions.py meta-1.0.2b/meta/decompiler/control_flow_instructions.py --- meta-1.0.2/meta/decompiler/control_flow_instructions.py 2018-08-15 08:23:03.000000000 +0100 +++ meta-1.0.2b/meta/decompiler/control_flow_instructions.py 2024-12-03 17:04:15.649881636 +0000 @@ -9,8 +9,8 @@ from meta.bytecodetools.instruction import Instruction...