Allen Nelson

Results 26 issues of Allen Nelson

I'm trying to find information on how to configure FinalTerm. It looks like a very promising product, but I just can't seem to find any documentation on how to use...

I want SublimeHaskell to check my files when I do a save, but there are a lot of things that the linter grabs up, for example, a top-level declaration without...

This is just a suggestion, but `ctrl+k` to clear a line is part of my muscle memory. It's inherited by Sublime Text from Emacs and is also supported in many...

If I have some code like this: ```reason [@genType] type color = [ | `Red | `Blue ]; ``` then gentype will create a binding like ```typescript export type color...

I tried to run the example, and the browser is complaining about how `ENV` is not defined. Looking at the FFI javascript: ```purescript exports.getData = function () { return ENV.generateData().toArray();...

`bisect_ppx` fails to build with rescript 10. I have an example repo here: https://github.com/adnelson/rescript-10-bisect * Clone the repo * `yarn` * `yarn rescript build` ``` { "name": "rescript-10-bisect", "version": "1.0.0",...

Nice because it supports validation

- [ ] As exprs - [ ] As selects etc

- [ ] Query builder -- any non-trivial transformations - [ ] Query rendering - [ ] Postgres - [ ] Sqlite3 - [ ] Create/Retrieve - [ ] Postgres...

- [X] SELECT - [x] Union/Union all - [x] Full join - [x] WITH - [ ] WITH RECURSIVE - [x] WHERE EXISTS - [x] having - [x] distinct -...