jameswilddev
jameswilddev
This has also caused problems for me; I'm not sure if I'm doing something else wrong, but: ``` router.Link({ to: "/test-url", location: router.location }, "test link") ``` works, while ```...
What sort of weird values are you seeing? I believe one of the only differences is that while vec3.transformMat4 performs the "W divide", vec4.transformMat4 does not (you must divide X,...
I've just ran into this limitation in my own project. I've had a look to see if I could put this in but I'm not familiar enough with the codebase....
I'm seeing similar behavior. I think most apps have a single SafeAreaView for the entire application so this effect is hard to notice, but this one I'm currently working on...
Should work on a DIP 328p: ``` ##Building the Hardware Lots of different ways to build this beastie. The design is simple enough to build on a breadboard with a...
If you're still interested I've been "reverse engineering" this project here: https://github.com/neomura/atmega328p-cartridge/tree/master/documentation
Will this work like AVR Assembler's undef (http://ww1.microchip.com/downloads/en/devicedoc/40001917a.pdf) or C's undef (https://gcc.gnu.org/onlinedocs/cpp/Undefining-and-Redefining-Macros.html)? (will it allow reuse of a register, or deletion of preprocesor values)? Reason I ask is that the...
Aha, I know that feeling. I'm on and off playing around with a fairly large AVR assembler codebase at the minute so if you need something big to smoke test...
This one is pretty critical as Expo 46 upgraded to a react-native version without its own picker, but also needs React 18 so you can't install react-native-picker/picker.
Hello @Andrew-Chen-Wang ! I can see that you've ticked `Publish this on SPM, Cocoapods, and Carthage`. I might only be having difficulties as I'm not very familiar with the Swift...