Zane Shelby

Results 33 issues of Zane Shelby

Invoking js-mode when starter-kit-js 2.0 has been installed out of ELPA produces the following error: `run-hooks: Symbol's function definition is void: run-coding-hook` What's more, with js-mode enabled attempting to type...

js

`enfocus.macros` appears to have a malformed `:import` in its `ns` form. This results in an error when it is required from versions of Clojure that enforce the `ns` macro's spec....

The [Wikipedia page on feature flags](https://en.wikipedia.org/wiki/Feature_toggle) for reference.

enhancement

# Issue type - Bug report # Environment Emacs version: GNU Emacs 27.1 (build 1, x86_64-apple-darwin20.2.0, NS appkit-2022.20 Version 11.1 (Build 20C69)) of 2021-02-01 Operating System: MacOS Big Sur (11.1)...

The string `"-2147483648"` (`Integer.MIN_VALUE`) appears to be parsed as `null` by `Table.read().csv`. ``` java Table.read().csv("int\n-2147483648"); ``` |int| |-| | | Nearby integers are parsed correctly, however. ``` java Table.read().csv("int\n-2147483647"); ```...

- [x] Depends on #23. obb should support starting an nREPL server, presumably via `obb nrepl-server` for parity with bb, nbb.

enhancement

Output from print functions (`clojure.core/print`, `clojure.core/pr`, `js/console.log`, etc) goes to stderr instead of stdout.

bug

Once we have #25 it might be worthwhile to include a man page when installing via brew.

documentation
enhancement
good first issue

- [ ] Depends on #23. obb should support starting a REPL via `obb repl` (for parity with bb, nbb).

enhancement

We can speed up our CI by caching our dependencies.