Léo Gaspard

Results 96 comments of Léo Gaspard

Actually, giving it a second thought… with such a change, I think that `staticlib` (that bakes in the solib from compile-time) would actually be an additive feature (ignoring the argument...

Hmm… Then maybe generating a struct like this would be better? ```rust mod private { #[link(name = "foo")] extern "C" { static me: c_int; static you: c_float; fn foo() ->...

FWIW, none of the above solutions (tried with both `(advice-add 'python-mode :before #'direnv-update-environment)` and `(add-hook 'before-hack-local-variables-hook #'direnv-update-environment)`) worked for me, and I just resorted to using this for loading `lsp`:...

Ooh good to know, thank you :) Going to leave this open for tracking the “include in the docs”, then, I guess

@kellpossible Did you get to anything viable for the serde bridge? Do you have a PR up somewhere with a base code I could maybe try to complete? I'm looking...

Hmm… I feel like I'm missing something, but… I can't see how this code makes it possible to reconstruct the various `tracing` structures on the deserialization side to be able...

Just coming because this issue also interests me a lot (eg. for my "check bank report" monthly recurring task), but I also think it's important to be mindful of what...