Tom

Results 7 issues of Tom

Time to update to the latest container versions

Sorry if I've got this completely wrong! I don't think the expected printed values of the sync coroutines function `thread` match up. https://github.com/ms-jpq/lua-async-await/blob/a54c07887056999fe44b642e7124381a8dcbaefd/README.md#L118-L123 https://github.com/ms-jpq/lua-async-await/blob/a54c07887056999fe44b642e7124381a8dcbaefd/README.md#L128

Hi 👋 Thanks for the great project! In the process of swapping over to this to wrap my keybinding function I found that it currently doesn't support keybindings bound to...

Similar to #71 but avoids exposing raw context

Frustratingly, after reading this blog post https://cdb.reacttraining.com/react-inline-functions-and-performance-bdff784f5578 it looks like the `shouldComponentUpdate` optimisation I included in #21 will prevent prop changes propagating through to components within the render prop :(

Hi 👋 I'm wondering what your view is on supporting the URI decoding of filenames. I'm trying open filenames like this ``` /Users/thomas.payne/git/yarn-pnp-demo/.yarn/cache/%40testing-library-react-npm-11.2.7-3a0469c756-389c9f3e83.zip%3A%3Anode_modules/%40testing-library/react/types/index.d.ts ``` I have a little function that...

Hi 👋 Thanks for the great plugin! I'm trying to use it to do minified file detection with a `pattern` function and I've found I need filesizes in bytes for...