Jesse Wertheim

Results 7 issues of Jesse Wertheim

It's important to allow a user to specify an instance of fennel to use, but there are a few approaches that only differ by available and default behaviors. Should configurable...

enhancement

## Todo Implement an nrepl client and an optional nrepl server (possibly forking [jeejah](https://gitlab.com/technomancy/jeejah) that can plug into neovim's luv event loop. This will allow both connecting vim to nrepl...

enhancement

Now that I have auto-sourcing of `init.fnl` and syncing of `package.path` to `fennel.path` working in the dev branch, eventually I'll want to look into caching/precompiling `init.fnl` and external plugin code...

enhancement

When intentionally shadowing a global with a local, if the expression refers in any way to the global itself you get a compiler error. For example, this common usecase for...

bug

This has been planned for already, but I wanted to get it into an issue so we didn't forget about it before release, and so we could discuss API options....

enhancement

Fixes #3232 Reverts code change in https://github.com/ramda/ramda/commit/9b5d8925f23f0f44a2e656bfd0cf23ff30031794 Setting an absent absent/nullish accumulator, rather than passing an empty on to `reduceBy,` appears to correct the cached copy behavior causing pollution in...

This one's kind of out of left field, but since I already implemented it locally and find it pretty useful when debugging my spacehammer code without distractions, I figured I'd...