RDW
RDW
In the parser I found the following comment: `alpha: 255, // Shouldn't it always be ignored? // TODO only for
Hello! I've toyed around with the parser for a bit, and as I was trying to detect function definitions after block comments (for a doc comment style API documentation) I...
Example code: ```lua print("Hello world") ``` Running it with ``luvit test.lua`` works, but when trying to re-route the output via ``luvit test.lua > test.log`` it fails:  Expected behavior: *...
Source: #1135 It isn't currently very clear (to me) what exactly the goals for Luvit going forward should be. In order to properly guide development and documentation efforts in the...
It defaulted to the WebGL1 API root previously, resulting in a dead link being generated. Example: ``drawElementsInstancedANGLE`` call generates link to [this invalid URL](https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/drawElementsInstancedANGLE) The real link uses the extension...
Source: [WowAce](https://www.wowace.com/projects/saved_instances/issues/309) > Is it possible to track World Quests with SavedInstances? For example i want to track world quest Treasure Master Iks'reeged or quests for Slice of Bacon. It's...
Source: [WowAce](https://www.wowace.com/projects/saved_instances/issues/302) > Is it possible to add a way to show list of toons on 2 rows. instead of placing in order by 1,2, .., 50. a1, a2, b1,...
As a follow-up to this comment by @Stanzilla: > Otherwise the only thing unclear to me is who all has admin roles on the GitHub org There seems to be...
I took the liberty to edit the labels here to allow for organizing the accumulated issues in a way that should allow us to work more efficiently towards fixing the...
Hi, while writing LuaJIT bindings for this library I noticed something peculiar: * In [this merged PR](https://github.com/nodejs/llhttp/pull/142/files) certain wasm APIs were made public *in the header file only* * The...