Skip to content
#

luajit

Here are 329 public repositories matching this topic...

shipfi
shipfi commented Nov 26, 2019

I wrote a plugin to process response data in body_filter phase like this:
function ResponseCustomizeHandler:body_filter(conf) local entity,err = kong.db.tb_biz_errors.each(10) // do others... end

But it raise error with :
[error] 626#0: 83 failed to run body_filter_by_lua: /usr/local/share/lua/5.1/kong/globalpatches.lua:342: API disabled in the context of

ThePhD
ThePhD commented Aug 22, 2016

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

yurikhan
yurikhan commented Mar 14, 2018

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

lukego
lukego commented Apr 4, 2019

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

RamiLego4Game
RamiLego4Game commented May 22, 2019

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

Improve this page

Add a description, image, and links to the luajit topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the luajit topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.