Andréas Kündig

Results 6 issues of Andréas Kündig

I'm trying to run overtone on windows, and it seems some problems come from hard-coded "/" in badigeon, for example [in bundle.clj](https://github.com/EwenG/badigeon/blob/cb3856f7cbdf46f40677b81e371557e05dd4402c/src/badigeon/bundle.clj#L95) This pattern appears in several places: ```clojure (utils/make-path...

I need to generate a valid glob that uniquely matches a filename. For a file called `ba[ra].foo` the glob needs to escape the brackets like this: `bar\[ra\].foo`, in order to...

I'm trying build an spa, following what the doc says [here](https://flask-security-too.readthedocs.io/en/stable/spa.html), but I'm stuck. The quickstart projects are pretty useful. It would be great to have one for an spa.

documentation

I installed lsp java in doom emacs (latest version) on windows 10. The first time I open a java file, emacs proposes to install jdtls. I accept, but I get...

This allows to define the locale as a default_url_option in the application_controller and goes some way to implement #206 The tests pass

I get this error with webpack 4.16.5: ``` ERROR in ./node_modules/pg-cursor/pg.js Module not found: Error: Can't resolve 'pg.js/lib/result.js' in 'C:\Users\Andreas\workspace\ubiq_reports\server\node_modules\pg-cursor' @ ./node_modules/pg-cursor/pg.js 8:26-56 @ ./node_modules/pg-cursor/index.js @ ./report_main.js @ multi ./report_main.js...