Philipp Middendorf

Results 28 issues of Philipp Middendorf

The title pretty much says it...is there a browser I have to open or something?

I'm reading "Mastering Emacs" right now, which describes the various ways in which you can move your caret in emacs: Move by s-expr, moving in lists, moving by paragraphs, by...

I have an OpenAPI spec with the following request: ```json "/api/files": { "post": { "tags": [ "files" ], "summary": "Create File", "operationId": "create_file_api_files_post", "requestBody": { "content": { "multipart/form-data": { "schema":...

bug

I've just read that uglify-js is actually [no longer maintained](https://github.com/mishoo/UglifyJS2/issues/3156#issuecomment-392943058). However, [terser](https://github.com/terser/terser) is, and it's recommended by elm-optimize-level-2 as a replacement. Maybe `mkElmDerivation` should use terser, then? Usage seems exactly...

This should fix #12. I've also added a GitHub workflow which auto-uploads an artifact containing the build package. Example (the extra space I removed in the final version): ![image](https://github.com/user-attachments/assets/1e922068-883d-452e-96c1-91e726dbaf56)

I have basically the following in my `.cabal` file ([full repo](https://github.com/pmiddend/simplon-stub)): ```cabal executable bla main-is: Main.hs hs-source-dirs: app build-depends: base >=4.7 &&