Alexandro Sanchez
Alexandro Sanchez
I can confirm this issue. To replicate it: This happened after adding [this public key](http://christian-rossow.de/files/crossow-pubkey.asc). After importing the key in Kleopatra and trusting+certifying it, it will appear under *Trusted Certificates*....
Just curious, is there any such attribute offered by other C compilers?
Error is still present in v10.8.8. Root cause is due to the following options with identical values in the selector menu: ```html Spanish; Latin Spanish; Castilian ``` **Until a decision...
Just a suggestion: In *orbital.c*, can you replace `ARRAYSIZE` with `IM_ARRAYSIZE` and in *vk-helpers.c* replace it with `countof`? That way there's no need to define yet another way of doing...
Can you check if you can replicate that issue with the **pinned** Glslang version? https://github.com/KhronosGroup/glslang/tree/c57b2a97fa808970a4809c53de605bbf103fce12 That is, checkout commit `c57b2a97`, build and test that snippet.
The issue with storing files as-is, even in a nested folder structure, is that it doesn't scale well either. Essentially, it replaces one set of issues (e.g. poor performance during...
It's not implemented yet, but sounds like a good idea. I don't have much time at the moment so a pull request would be definitely appreciated.
Thanks for your contribution! JavaScript doesn't support 64-bit integers natively. Upper limit is 52-bit, and consequently heavy changes to [`src/unicorn-wrapper.js`](https://github.com/AlexAltea/unicorn.js/blob/master/src/unicorn-wrapper.js) are needed. Many functions that receive (up to) 64-bit integers...
That said, I don't mind if we merge this patch, as long as the code mentions these limitations in the form of comments and we place a disclaimer/alert message when...
@bitterbit It's quite possible that some regression happened in Emscripten (quite commonplace, unfortunately). I'm a bit busy this week, but I'll check what's wrong in my macOS machine next Monday/Tuesday...