Pierre-Yves Gérardy
Pierre-Yves Gérardy
Tables in Lua are always heap allocated, but having a field in the object means that the GC must look inside them too only to realize that they contain number...
> The most important thing is that the semantics of the program remain the same between languages The intent of the benchmark, as stated [here](http://libcello.org/learn/benchmarks) is _"to measure a language's...
How about `loadstring()`ed code that returns functions? There are four instances of this in compiler.lua, here's the simplest: ``` Lua compilers["char"] = function (pt, ccache) return load(([[ local get_int =...
I can see where you're coming from... The thing I wonder is why you have it as it is in the first place, i.e. non-standard, hidden. Who's the target audience...
I can't see how to add labels here, but as far as triage goes, I suppose this should get - accessibility - interop - topic: form - topic: drag-and-drop
No problem re. deletion, but could https://cdnjs.com/libraries/mithril point to v2.2.2 rather than v2.2.3? It is confusing for some users.
Would you accept a PR that displays the latest version available on NPM rather than the last version you have?
*> there is no guarantee that the latest version on NPM matches the latest version that our automation has pushed to the CDN* I'm not following... NPM does provide a...
Pointing to npm's `@latest` when it is available on your servers would seem reasonable, yes! Pointing `latest` more than 10 versions in the past must be quite rare, so the...
I stumbled on the same issue today, in Ubuntu 11.4. `node_events.h` was removed from node somewhere mid v0.5.x. `sqlite3_bindings.cc` has to be rewritten to take it into account. Meanwile I've...