-
I've been thinking about refactoring the `initialize` and `address_finder` code to make it easier to test, fully migrate to goblin where we can (#50), etc. py-spy has a cleaner and more mature solutio…
-
As it currently stands, there are 17 open issues with the current Haskell parser, and counting. Here are my thoughts on the resolution -
- [ ] We have two lexers, and both probably deserve a rewrite.…
-
The rules_pkg version: 0.9.1
```bzl
pkg_tar(
name = "data",
srcs = ["icon.png"],
package_dir = "/",
strip_prefix = "/mypackage/package",
)
pkg_deb(
name = "my_target",
…
-
Hello!
Would be nice and useful, if wxHE has a separate window for displaying file-structure of MZ-PE, ELF and Mach-O formats. Doable?
[1] http://www.skyfree.org/linux/references/ELF_Format.pdf
…
-
Most control characters (including CR and LF) are ignored in OSC_STRING.
This is inconsistent with xterm, which I think we should follow in this respect. See the `sos_table` in `VTPrsTbl.c` in the …
-
Please fill in the fields below to submit an issue or feature request. The
more information that is provided, the better.
**Description of issue or feature request**:
Currently handcoded parse…
-
### Describe the bug
Application initializes twice when using SWC with NestJS `nest start --watch` (`npm run start:dev` in the repo's scripts), even though with `nest start` (`npm run start` in the…
-
libuv is a great abstraction layer replacement for libevent; with a major feature being interoperability. Is there a reason we are using vanilla Makefiles?
I.e.: can we migrate from our vanilla Makef…
-
`go:embed` stores its data in `.rodata` section of the binary file.
I am not sure if it's possible to extract all of the content of `.rodata` but it would be useful to at least have some idea abou…
-
I've got a custom section in my wasm module that has a name `jwt`. When I attempt to load this module, I get an error. It appears from the code that your parser will throw an exception upon encounteri…