Jake Teton-Landis
Jake Teton-Landis
## TmuxIde.app: open files in Nvim + Tmux I've started a project based on Appear's libraries to open files in Nvim + Tmux. I prefer Tmux and terminal-based programs to...
This branch adds basic support for FreeBSD, which is different enough from Linux/macOS that customizations were required. The branch is developed on a FreeBSD 10 server, in a jail. The...
This PR adds the following features based on tsserver to the Sandpack code editor. - Hover tooltips. These are styled similar to VS Code, and follow the Sandpack editor's syntax...
Hello 👋🏻 ## what's going on in here? I'm interested in compiling Percival's Datalog language to SQLite (sql.js) queries. But as a newcomer to both relational calculus and Rust, it's...
This PR updates Plot cells to work as more fully-featured JS cells. - Plot cells can take multiple input dependencies: `(dep1, dep2) => ...` or no inputs, `() => ...`....
Percival makes Datalog so much more accessible! Now instead of needing to pick an implementation, install it, read the manual, figure out syntax highlighting in your editor, etc etc etc...
I don't have the time to write a detailed proposal at the moment, but I think you should seriously consider added Datalog-like logic variables as an alternative syntax for `JOIN`....
**Describe the bug** Danger's built-in transpiler for Typescript produces syntax errors when it tries to build some code we import in `dangerfile.ts`. **This bug report is not about danger's typescript...
The current `useAtomsDevtools` is a great start for debugging tools. I've been playing with it a bit and want to suggest a few features: 1. Better atom labeling. Currently, atoms...