nponeccop

Results 206 issues of nponeccop

PRoot has an advantage that it doesn't require root privileges. But at the same time it's disadvantage is that groups/users aren't supported (see #141 for example) So for those who...

enhancement

`:l foo` doesn't complete to `foo.ctt` as the completion function doesn't have that implemented

foo.ctt: ``` -} ``` ``` > :l foo.ctt Exception: Parse failed in "foo.ctt" cubical: Layout error: Found } at (138,2) without an explicit layout block. CallStack (from HasCallStack): error, called...

I use top-level `await` in TS, and it works fine, however, Jest tests importing modules with top-level `await` don't work. If they are supposed to work, let me know and...

The following value is generated: ``` "main": "generators/index.js", ``` But it should be `generators/app/index.js` as there is no `generators/index.js`. Probably the `projectRoot` passed to `generator-node/generators/app` is wrong: https://github.com/yeoman/generator-generator/blob/a4abe0c371ee36476ede29dcd29f8f6c8e3b22e6/app/index.js#L69

bug
actionable

http://nponeccop.livejournal.com/524215.html (Russian)

- [ ] https://github.com/nponeccop/HNC/blob/master/HN/Optimizer/ExpressionRewriter.hs#L23 think if `composeRewrites` can be optimized - [ ] https://github.com/nponeccop/HNC/blob/master/HN/Optimizer/Utils.hs#L31 See if anything can be done with repeated `Nothing/Just` patterns (common code or Monad/Alternative) - [...

ready

- [ ] https://github.com/nponeccop/HNC/blob/master/CPP/Visualise.hs переписать на библиотеку приттипринтинга. Перевод пробельных отступов в табовые можно снаружи делать. Во всяких там тестах и компайл-тулз, т.е. если здесь будут пробелы - не страшно,...

ready

We need consistent formatting documentation or tool. Something like `hIndent` or `stylish-haskell`

ready