Yannik Sander

Results 138 comments of Yannik Sander

The cache module is currently reused as it in the implementation for the language server where it provides access to adding source roots, parsing, and type checking. In the use...

Personally I'm working with an ESP32 whos AT protocoll seems largely the same with ESP8266. If there's serious differences I'd try look into making a compatible driver for connecting first....

That was the plan initially, but was blocked since nixpkgs is based on legacyPackages which are a) not evaluated/listed by `nix flake show` b) troublesome to evaluate by hand (all...

It might be that your VPN filters the urlcoded authentication we use with the elasticsearch backend. Did you check for such options?

Can you confirm with curl or postman that direct requests to bonsaisearch go through and that your VPN allows basic auth (which might be blocked for sec reasons)? The credentials...

Do i read right that we still want to remove the flag for now since the bug is quite common with flakes using `dream2nix` and friends?

I agree with these. Its basically the same command More so, with the new nix command we have the additional (but mutually exclusive) way to install using profiles ``` nix...

As a contrary example, sites like npm or pip or crates all show an instruction on how to install. Linking to a place that discern the different methods would be...

It's a bit tricky, since the url is not known by the module building the site. I could artificially insert it by inserting a `&show=THAT_PACKAGE` in the url, or using...

Yes I'm not saying we cant make the link we can even reuse some of the existing functions, it just breaks with elm's idea of information flow.