Jack Cannon
Jack Cannon
This is a small change to make the up/down behaviour a little bit more natural. Use case: ```typescript const {xMovement} = await prompts( { type: 'number', name: 'xMovement', message: 'How...
### What version of Bun is running? 1.0.26+c75e768a6 ### What platform is your computer? Darwin 23.1.0 x86_64 i386 ### What steps can reproduce the bug? I have made a small...
Snippets are useful to an extent. I mostly find myself using them to add all the imports that I normally use. This can be a bit annoying when everytime I...
Having access the the types without hoop jumping is useful. Zero logic changes, nothing new, just exporting some existing types. ```typescript import useStateRef, {ReadOnlyRefObject} from 'react-usestateref'; const SomeComponent = ()...
Using browser.pajama.js, and trying to toMarkup an element gives back an error: "TypeError: Cannot call method 'toMarkup' of undefined at PjsElement.self.toMarkup (http://192.168.56.101:5000/vendor/pajama/browser.pajama.js:332:51) at PjsElement.self.toMarkup (http://192.168.56.101:5000/vendor/pajama/browser.pajama.js:332:51) at :2:6 at Object.InjectedScript._evaluateOn (:581:39)...