Joachim Schiele

Results 96 comments of Joachim Schiele

@benpye no plans yet. if you get funding, we might implment nix support. at the meantime we use `dep` for our projects and sometimes i use it to 'easily' generate...

a good way would be to implement a patch to the `go` programming language where we could generate `Gopkgs.lock` like file from which we can generate a `deps.nix` file which...

indeed true. but this is currently no priority as this is an edge case. however, if you have an css fix we will apply it.

oh sorry forgot about that. we have a bootstrap version which is about to be released soon.

we've just released the first version. the bootstrap version will be next. please standby ;-)

I might rewrite this using ELM, stay tuned!

I've started to work on this using bootstrap 5 and as a note for myself, https://codemirror.net/try/ this is the way to do mobile for codemirror.

On 01/12/2015 08:44 PM, Matthias Beyer wrote: > As you suggested: > > cd nix-build-view > nix-shell -p ncurses -p cmake > mkdir build && cd build && cmake .....

@roblourens actually both. It would be great, that if that envrionment can't be built, that vscode prints a meaningful error message. For instance, this would be one error message: ```...

@roblourens one day we hopefully get support for this concept. The proposed profiles concept is too general. In practice each project has its own setup. I have a hack discussed...