Alloyed
Alloyed
This is what happens when I try to install gifcat on windows this is probably a thing with where MSVC is default to a different standard of C than C_gif...
Sometimes I want to make chains of tweens, like so ```lua local f = flux.to(...) f = f:after(...) f = f:after(...) ``` this works pretty nice, except for the fact...
Elm supports long strings ala python ``` "normal string" """loooong string""" ``` The official docs underdefine what escapes, if any, are supported but I don't think it'd be wrong to...
Resolves #569. In hg, this is implemented by passing revision into the clone command (`hg clone myrepo --rev myrev`). In git, this is implemented by performing a full clone (`git...
So #36 got me so I wanted to look through the source to figure out why and I saw this comment ``` -- @todo This function should be able to...
If you're interested in handling the native library thing, I've already thought a bit about how I would implement it. This stuff never made its way into loverocks mostly because...
This is from the web interface, but I got the same thing (minus traceback) from the CLI. ``` Error ...e/luarocks/.luarocks/share/lua/5.1/lapis/application.lua:668: ...luarocks/.luarocks/share/lua/5.1/cloud_storage/oauth.lua:46: Expected value but found T_END at character 1 stack...
To reproduce ``` $ luarocks search foo --server=http://luarocks.org/m/love Warning: Failed searching manifest: Failed fetching manifest for http://luarocks.org/m/love - Failed downloading http://luarocks.org/m/love/manifest - HTTP/1.1 404 Not Found $ luarocks search foo...
Sorry about the issue spam but as you can probably tell I'm working through using luapak in a practical way and I figure too much feedback is better than no...
Hi, I'm trying to use chai 4.3.4 in an environment that is neither node.js or the browser, and it works fine except for the fact that the polyfill to detect...