Tim Caswell

Results 49 issues of Tim Caswell

Not sure if this is a qt issue or something wrong with node-five, but when I run the goblin demo, it works fine, except I have to Alt+Tab away and...

linux
bug

In the readme, you mention that the hypercore feed can be faked with: > any append-only log that supports `.append()` and `.length` But in testing, I found more was needed....

It would be neat if you made grasshopper work out of the box with [Connect](http://github.com/senchalabs/connect) middleware. Then you would get things like 304 conditional get for for free.

Enhancement

I'm trying to use this module, but elm-package is saying "Error: Unable to find a set of packages that will work with your constraints."

In an effort to get closer to the proposed luvit 3.x that's a minimal core, this PR removes most the optional standard libraries that are also available via lit.

in progress

This is the start for the proposed luvit 3.0 change. This change in particular is a breaking change for some edge cases of require usage.

in progress

The basic idea is to allow luvit programs to run somewhat like the docker CLI experience. In docker, for example, I can run an `ash` shell in the latest version...

features

This should be possible using `debug.getinfo(2, "S").source` from inside the searcher to get the caller's path. This was the missing piece before.

require

> [11:40:20] Here's an easy repro case for the luvit require problem I'm running into... > [11:40:34] git clone https://github.com/sctb/lumen > [11:40:37] cd lumen > [11:40:46] LUMEN_HOST=luvit bin/lumen > [11:41:17]...

require

``` Using worker: worker-jupiter-brain:331ca6f4-33f2-4714-a48a-e4c21fda9baf (d507cbcd-86dc-4e1a-8177-73943fd96d16:) Build system information Build language: c $ git clone --depth=50 --branch=2.5.9 https://github.com/luvit/luvit.git luvit/luvit Cloning into 'luvit/luvit'... remote: Counting objects: 831, done. remote: Compressing objects: 100%...

tests