daurnimator
daurnimator
I'm working with a QImage and would appriciate a way to work with the raw uchar * As a note: I am working in luajit, and using the ffi would...
Well behaved lua modules should not set globals; Please fix lqt so it no longer does. For compatability, older apps can: local function shallowcopy ( dst , ... ) for...
I can't seem to find some defines anywhere in the library Eg, QWIDGETSIZE_MAX
Tried to open in firefox private browsing mode. After typing in a nickname get stuck on LOADING screen. JS Console has the error: ``` TypeError: asm.js type error: double is...
`bind` is more powerful than I knew. It changes not just 'this' but also optionally prepends args. `new Array(1,2,3)` can also be expressed as `new (Function.prototype.bind.call(Array,null,1,2,3))()`, and hence also `new...
We need tests! I'm not sure what the best testing tool/infrastructure will be here. Do people have suggestions?
Hopefully coming to JS soon: - https://twitter.com/BrendanEich/status/686710223860400129 - https://github.com/tc39/proposal-weakrefs
Lua 5.3
Port to lua 5.3
Currently available in Edge and Firefox: http://caniuse.com/#search=proxy Added to Chrome in 49: https://www.chromestatus.com/feature/4811188005240832
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Reflect/construct Only supported in new browsers. Not worth breaking compat for.