-
Currently when working with string variables following syntax can be used:
1@**s**, 1@**v** for local variables
**s**$1, **v**$1 for global variables
I propose to make it possible to mark in sam…
-
When compiling the following script in ScriptWiz app (https://ide.scriptwiz.app/): (edit: in liquid v0_p2wsh mode)
```
// timestamp
OP_DUP // copy timestamp
OP_GREATERTHANOREQUAL64
OP_IF
// I…
-
Firstly, it is hidden - why? It's in public API, so it should be documented.
Secondly from what I can see its main (only?) purpose is to be used in `Class`. However `Class` contains pushes as separat…
-
The new parser is supposed to tell variable names from opcodes, but there are some issues still.
For example, let's say we have a variable declared as `fmax:i`, which is also the name of an opcode.…
-
monaco-editor npm version: 0.7.0
Browser: Chrome 55
OS: Linux
I'm trying to replicate the "gutters" of CodeMirror. To that end I'm increasing the lineDecorationsWidth to give a large space, and …
-
This issue is a proposal to add byte-swap instructions to Glulx. Its purpose for now is just to take the temperature of maintainers. If there's interest in moving forward, I'll follow up with a pull r…
-
I'm using Windows with a UGREEN Bluetooth adapter with the same RTL8761BUV chip as the dongle in the readme.
Starting the server works without any issues, but I cannot find the HID device (tested …
-
Try running this Python program:
```
import os
os.system('/bin/sh -c "echo hello" >temp.out')
```
with -c libopcodes.so. Overall this results in 3 outputs from dropcodes... but one of them goes i…
-
Give the ability to search by bytes, opcodes, text, immediate, comment, etc.
-
Grand Theft Auto V currently fails to boot, using Wine 6.0 upstream from PlayOnLinux with
`0140:err:module:open_builtin_file failed to load .so lib "/home/grima04/wine/lib64/wine/l3codeca.acm.so"`
I…