daurnimator
daurnimator
A fix for this limitation could be using a [`Map`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map) in browsers where it is supported.
`Map` usually gets polyfilled with `.indexOf`; so you'll be back to square one there :p Looking at your commit though: you didn't exactly fix the issue: you'd have to use...
FYI, core.js has a shim for Map that doesn't use `.indexOf`.
FYI your links are dead.
This would be nice, e.g. for the [prosody manifest](https://luarocks.org/m/prosody) there shouldn't be json4lua (prosody includes it's own json module), and I don't think 30log should be there either (AFAIK it's...
> This module has three concurrent versions for each lua. I'm not sure if this is a common case This was the recommended solution by @hishamhm when there is different...
> One option I could have is for when overriding the package description on the site, then it could use markdown. That would be fine. Maybe have a checkbox "markdown"...
lapis works with lua-http and cqueues: supporting lua 5.3 should be possible.
This has happened to me a few times. e.g. https://github.com/grafana/loki/issues/2340
fengari uses the [sprintf-js](https://github.com/alexei/sprintf.js) npm package for string formatting. Can you replicate the issue with that?