Gilbert

Results 30 issues of Gilbert

I use `ctrl + b` to move back one character, but ArcticTypescript overrides it for its build command. Is there a way to prevent this?

Are indexes on the roadmap? What would it take to implement them?

Datascript looks great but [80kb gzipped](https://bundlephobia.com/[email protected]) is pretty heavy. Has this been optimized? Or are there ways to make it smaller?

Assuming the following routes: ```tsx const routes = { '/docs': () => My Docs , } ``` If the user visits `/docs/` in their browser, the route does not match....

I spent a while figuring out why my route wasn't working. It turns out the problem was hookrouter didn't fully recognize `/docs/:doc_id` as does not support underscores. Since most routing...

Mirrors support for partial month and partial year.

Closes #27 The implementation is almost a copy-paste of [polymer's polyfill](https://github.com/webcomponents/custom-elements/blob/master/src/custom-elements.js). The main differences is that I removed some unnecessary reactions and hooked in Domino. If approved, a squash merge...

Since this area of development is greenfield, it would be good to future-proof from the start. I'm currently working on a V1 conversion based on [polymer's polyfill](https://github.com/webcomponents/custom-elements/blob/master/src/custom-elements.js). The main issue...

Hello, thank you for this excellent library. Is there a way to integrate browserify-middleware with something like [factor-bundle](https://github.com/substack/factor-bundle)?

Tau's `js` module auto-converts JS strings to atoms: ```prolog %% Assume: window.foo = "hello" ?- prop(foo, Foo). Foo = hello. ``` This is great. However, *booleans* also get converted to...

enhancement
todo
js module
core