Andreas Källberg

Results 129 comments of Andreas Källberg

I'm trying to figure out how the cmd name is added to the beginning. It might be this line? https://github.com/haskell/process/blob/9410f776dda7aafc80a75f3fd65b918269d7c290/System/Process/Posix.hs#L123 And then the rest is composed here https://github.com/haskell/process/blob/9410f776dda7aafc80a75f3fd65b918269d7c290/System/Process/Posix.hs#L163 And finally,...

I discovered that I can at least automate the formatting part using code like this: ```c++ fn fmt_enum(ref auto data) { match (std::core::member_count(data)) { (1): return std::format("{}",data.tag); (2): return std::format("{}({})",data.tag,...

@paxcut I was considering those, but I assumed that a format function only takes a single argument, so it wouldn't work?

@paxcut If there was a way to enumerate all members in a struct it could work, but I couldn't find any function for that.

Why was this closed? This is still an issue.

Another use-case: Using `.passthru` attrs in IFD derivations without having to build the derivation first. For example, with `callCabal2nix`, you can get the inner derivation with `(callCabal2nix "foo" ./. {}).passthru.cabal2nixDeriver`,...

I wonder if it would be possible for difftastic to detect the nested language in these cases, to get full featured diffs even inside strings? But even a simple linewise...

so there is no `bcml` directory inside `c:\users\moham\appdata\roaming\python\python38\site-packages`?

Here is the official documentation for the API for Firefox Containers: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Work_with_contextual_identities I don't know if there is something there that would easily allow solving this issue. But I found...

@inariksit I'm not sure that I'm against having it in gf-core as such, but we should probably change it a bit if we do so. It doesn't actually revert that...