Motiejus Jakštys

Results 91 comments of Motiejus Jakštys

Thank you for the update. Besides in-commit comments, here are some remarks: Some changes are iteratively made:, e.g. changing the field and then adding a conditional to support more Django...

Sorry for being so late; I did not get any github notifications for this repository. I cannot understand your test: 1. What is func2? 2. What is debugf? Please elaborate...

Please tell me exactly how to reproduce the error. Doesn't seem the right way to do it though.

Thanks for reporting. Please show full output of `make test`: everything from the point you start fetching the code. Also, lua library version and operating system you are using. Is...

I would expect `unicode_binary(Size)` to be up to `Size` **bytes** long, instead of codepoints. That makes more sense for database applications, for example. However, it is so much more difficult...

After some thinking I think unicode generator does not belong to PropEr core. We should have proper_contrib or so? Reason: unicode generator can use only "official" PropEr APIs and does...

You can use zig as a cross-compiler (many references on the internet how to do it). I am on linux/amd64, so will cross-compile `_examples/simple` to linux/arm64: ``` go-sqlite3/_example/simple$ CC="zig cc...

Hi Richard, thank you for a quick response; it's excellent that you are willing to implement this! Some remarks: * Re spec violation with catchall: whenever a new field gets...

Hi again, Since you proposed to implement this possibility, I thought it would be a good idea to express a way how I could use it, so you can reason...

Also see https://github.com/ziglang/zig/issues/11194#issuecomment-1154784001: `zig cc -gsplit-dwarf` does not actually move the debug info to the `.dwo` file; it merely copies it, defeating the purpose of `-gsplit-dwarf`.