Felix Schlitter

Results 64 issues of Felix Schlitter

Hey, I am seeing a strange behaviour when using `load` or directly `source`ing files that set the [unofficial strict mode](http://redsymbol.net/articles/unofficial-bash-strict-mode/). The behaviour I am seeing is that my test stops...

When overwriting an existing \*hgrep\* buffer it currently does not reset the default-path, causing it to not jump to files correctly. This is because it first navigates to the existing...

demo: https://asciinema.org/a/21be5t92ib26uddrs9ehuaovr I reported this as a feature request early last year: https://github.com/nojhan/liquidprompt/issues/349. I have since brushed up on my shell skills and feel comfortable delivering the said feature set....

This is strictly speaking not an issue but just and idea. Currently the cursor needs to be on the word, but often times there is only one relevant word in...

It would be nice if I could install packages from local cache, similar to what `bower i -o` provided

I think this would be useful at least in the node.js context. Build and maintenance scripts and so on could then be expressed using purescript and simply run, while still...

There's currently no code in the support library and the code generator that deals with OOM. We should at least abort the program on OOM.

priority

Explore not heap-allocating `purs_cont_t`. Continuations don't require heap allocation because their are of statically known size and only reference heap-allocated values. This would slightly bloat the `purs_any_t` type but would...

performance
optimization

The current dictionary-based approach has poor performance because the dictionaries are frequently allocated and released, meaning that strings (keys) are frequently allocated and released as well. Considering that the dictionary...

performance
optimization

Explore how we might improve the developer experience. The current Makefile system works but has some oddities in that you need to have pure-c checked out somewhere as a dependency...

tooling
ux