Martin Jesper Low Madsen
Martin Jesper Low Madsen
A quick update. With the two most recent commits, the emitted code for a fairly complex extension configuration is as follows: ```javascript ɵRepository.ɵRepository.instance.registerFactory("@B_1", function (t) { return (function () {...
Can you elaborate on the last part? Not sure I understand your first statement either. Surely, marking the fragment optional still allows you to express all variant types. As a...
The absence of the following variables broke our setup: https://github.com/cachix/devenv/blob/c81069c83ab242dd831e74a992c1d38d32b77d14/src/modules/mkNakedShell.nix#L102-L109 on top of the specific compiler flags, that would force the wrong one in many cases. One example is the...
Just a quick update - for reference, I updated our `enterShell` with: ```bash for env in shellHook AR AR_FOR_BUILD AS AS_FOR_BUILD CC CC_FOR_BUILD CONFIG_SHELL CXX \ CXX_FOR_BUILD DETERMINISTIC_BUILD DEVENV_RUNTIME GETTEXTDATADIRS_FOR_BUILD...
Got a branch that we use in production (complete replacement tho) at https://github.com/martinjlowm/samael/tree/bb - although it lacks proper parsing of certificates (right now they are just parsed as strings) -...
I've been working on https://github.com/njaremko/samael/pull/26 - but I kind of hit a road block due to the lifetime declaration of `x509_cert`'s Certificate. There's no owned version as of this moment,...
Even with 0.0.4 `C-g` does not clear the selection. emacs.js is indeed the up-to-date version where `C-g` is mapped, but it still does nothing.