lassik

Results 122 issues of lassik

Do you have long-term plans for FemtoEmacs? I have several ideas around Scheme-based Emacs and know a few other people with an interest in the topic as well. Would be...

Hi, Sweet app! Thank you for this :) Would you accept a key select drop-down menu in the UI? If the user selected a key, the generator would only produce...

Currently the exit code is zero (indicating success) when formatting from stdin to stdout even when there is a syntax error in the code. ``` $ echo "{" | dfmt;...

bug

Assume we integrated MPS into the kernel of a Unix-like operating system, so that each userland program could use this built-in API for memory management instead of the traditional ones...

question

Quoting @Glavin001 from [here](https://github.com/Unibeautify/beautifier-elm-format/issues/2#issuecomment-427663367): > Language version may become a first class feature for Unibeautify. Prettier's `Trailing Commas` option has an `es5` option: https://prettier.io/docs/en/options.html#trailing-commas > Whereas Unibeautify's `End With Comma`...

enhancement
help wanted
high priority

All enum values in [`options.ts`](https://github.com/Unibeautify/unibeautify/blob/master/src/options.ts) seem to be spelled using `lowercase-with-dashes`. Except for 2 enums: * `end_of_line` values `["CRLF", "LF", "System Default"]` * `indent_char` values `[" ", "\t"]` I would...

enhancement
help wanted
question

From the Travis CI blog: [Windows is Available (Early Release)](https://blog.travis-ci.com/2018-10-11-windows-early-release) Oct 11, 2018 Found by @stevenzeck

enhancement
help wanted

I've been thinking about this for a while. Quoting from [here](https://github.com/Unibeautify/beautifier-elm-format/issues/2#issuecomment-427663367): > Language version may become a first class feature for Unibeautify. Prettier's `Trailing Commas` option has an `es5` option:...

enhancement
question

(This is quite an open-ended issue, so it could go in a number of directions, or not.) Most sizable GitHub repos are now sprawling with an ever-increasing number of dotfiles...

help wanted
question

Would it be possible to make some kind of meta-package for npm so that users could install everything (the Unibeautify core, the CLI, and all known beautifiers) with a single...

enhancement
help wanted
question
high priority