Nikhilesh S
Nikhilesh S
The same way that a 'seen' table is used for shared references, upvalues shared by closures could be detected using lua_upvalueid and later their linkage restored using lua_upvaluejoin.
I was wondering how hard it would be to get a textured fill option--probably a new `Paint` type like the current color and gradient ones. Even if not implementing some...
`onLayout` is only called when the position is changed within the parent container, but if the parent container itself moves, it's not called. This makes `this._page{X,Y}` be out of date....
Will need a native `eval(source, sourceURL)` API like `global.nativeInjectHMRUpdate(...)` in React Native compiled with the `DEBUG` macro truthy in C++.
Hey! Thanks for this great project. I adapted the code to use in https://exponentjs.com/ (allows you to publish react-native apps for browsing on both ios and android). Everything works: code...
I have just the following in '~/.config/kak/kakrc' (just starting with kakoune): ``` source "%val{config}/plugins/plug.kak/rc/plug.kak" plug "dracula/kakoune" theme config %{ colorscheme dracula } ``` It seems like if I do `plug-clean`...
Could be useful to enable a global 'debug' mode where methods like `:string` and `:number` etc. add type metadata in the serialized form, so that the deserializer would error if...