-
Currently, Set/Collection instances _will_ get exported as JSON array, handled by code
```
if (value instanceof Collection) {
if (knownType != null && actualType != knownType && a…
ghost updated
10 years ago
-
Hi,
We are using 0.9.6,
We've been noticing memory usage increasing until the server stops responding.
It usually would take a few days until this happened but now we increasing usage (about 220 pe…
-
Attempting to remove a globally installed package causes a stack overflow. Removing a locally installed package works fine.
```
$ npm rm -g btype --loglevel silly
npm info it worked if it ends with o…
-
严重: Failed to compile class, cause: Compilation failed. class: httl.spi.translators.templates.Template__books_httl__WEB_INF_httl_UTF_8_1371575980000_writer, diagnostics: [Template__books_httl__WEB_INF…
-
After discovering that tests run with lua version of tests I am trying to make travis build work. But there is a problem:
/usr/bin/ld: /opt/neovim-deps/lib/libluajit-5.1.a(lj_err.o): relocation R_…
ZyX-I updated
10 years ago
-
Whenever I build the GWT distribution (gradlew html:dist) or use superDev mode (gradlew html:superDev) I often get an error. This error can be for any random asset, not open in another application as …
Kjos updated
10 years ago
-
Hello,
it would be really convenient to implement __newindex metamethod so that when we assign new key, value pair it would act the same as OrderedMap:set(key, value).
E.g.
local map = OrderedMap()
…
-
Any interest in adding sort functions to `tablex` that would return an iterator so one could iterate over a table either by sorted keys or sorted values? I'm new to Lua and Penlight so maybe this has …
-
One of the main things people often look at standard libraries for are good containers.
Right now, as far as I can tell, there are the following containers:
HashMap - in std/map.rs - a chained hash…
-
This produces itself when using AOT compilation :
Caused by: java.lang.ClassCastException: ordered.map.OrderedMap cannot be cast to ordered.map.OrderedMap
at ordered.map$transient_ordered_map…