luajit
Here are 370 public repositories matching this topic...
Would it be possible to provide an alternate way of starting koreader besides a long press on the middle key on the reMarkable? This interferes with the use of the binary patches to Xochitl which rely on the middle button for fast switching between documents and notebooks. Also, the reMarkable 2, due this summer, will not have physical keys.
It would be useful to have some documentation on the recommended approach for generating UUIDs from Lua sysbench scripts. Some all-Lua uuid modules out there are actually not thread-safe and require hacks to get to work properly.
However, there is a thread-safe FFI/cdef-based UUID generation Lua module here:
https://github.com/AlexWoo/lua-uuid/blob/master/uuid.lua
It would be good to eith
Add LuaJIT counters
Some counters that would be useful:
- one that increments on every
jit.flush(), whether provoked internally or externally - one that increments on every stop-the-world GC (potentially more here, e.g. minor GC etc)
I know we'll have an auditlog with raptorjit but counters are useful too!
Hello, users of sol2! This issue was made so that I could get a better idea of what you all use for Lua and how much you like / dislike sol2 compared to what you used to use (if anything) and sol2 now. If anyone could just reply to this issue with their thoughts, perhaps answer some of the questions below (or go on a tangent, really anything), I'd appreciate it. I'm going to be writing a paper abo
Could it be possible to have a warning message when installing a rock that contains a module that is already provided by another rock? Or is there already an option for this and I didn't find it?
At least with Luarocks version 3.2.1 I verified that there are no warnings for this case.
However it seems that Luarocks is aware of the collision and installs the new module under another name and
I am interested in the possibilities of cloning my back end to handle more server load. I have seen multiple references to having those capabilities, but nothing concrete on what the options are, and how to set them up.
Would this be something you could write up a doc sub-page under Website Backends? (https://api-umbrella.readthedocs.io/en/latest/admin/website-backends.html)
An example of th
Documentation says:
fun.remove_if(predicate, gen, param, state)
iterator:remove_if(predicate)An alias for
filter().
The name remove_if strongly suggests that elements satisfying the predicate will be removed, keeping only those that do not satisfy the predicate; while filter actually keeps the elements satisfying the predicate.
In other words, the linguistic expec
-
Updated
Jun 10, 2020 - C
-
Updated
Jan 9, 2019 - Perl
We should write down how the virtual machine is bootstrapped and built.
The VM bootstraps in a complex way including multiple "little language" code generators. This process is not currently documented and can be confusing.
RaptorJIT bootstrap is different to LuaJIT bootstrap too. We dropped the minilua interpreter, we don't require a bootstrap for an ordinary build of the master branch, a
Is your feature request related to a problem? Please describe.
The current documentation of LIKO-12 suffers from many problems, including:
- Generated on the user's browser, and so it's not indexable by search engines.
- It's hard to navigate between pages.
- The theme is not much good.
Describe the solution you'd like
We want a better documentation software, which:
- Stores the d
-
Updated
Apr 17, 2020 - Lua
-
Updated
May 7, 2020 - Lua
-
Updated
Jun 13, 2020 - Lua
-
Updated
Jun 15, 2020 - C++
From what i can tell by using turbo, currently if i specify an url parameter like /home?foo turbo will consider this as a not set and will assign the default value if specified. It would however be nice if there is a difference in no argument specified and an empty argument specified.
http://stackoverflow.com/questions/4557387/is-a-url-query-parameter-valid-if-it-has-no-value
-
Updated
Jun 12, 2020 - C
Split from #403
Can you check that
filenois operating properly?
uv_os_fd_t is a HANDLE on Windows and a typedef int on Unix. We have no test cases and it's unclear if we're binding it in a way that makes sense for all platforms.
https://github.com/luvit/luv/blob/cfd4f38bc7c6482e6a8ebf721e196d16a83ab364/src/handle.c#L182-L189
Links:
Dart-lang
Language request for Dart.
In the documentation at https://luaposix.github.io/luaposix/modules/posix.poll.html#rpoll the text of the link has the correct url, but the link target is just the page itself. I guess you need to put it in twice at
https://github.com/luaposix/luaposix/blob/master/ext/posix/poll.c#L246
-
Updated
Jun 8, 2020 - Lua
Improve this page
Add a description, image, and links to the luajit topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the luajit topic, visit your repo's landing page and select "manage topics."


Summary
Currently Kong supports writing configuration in a file, in YAML or JSON.
To provide a more flexible configuration, especially for those running Kong in different environments (dev, staging, production), an option to write configuration in
luacan be very useful.Additional Details
There are many use-cases that come to mind: