Moriz Büsing

Results 16 comments of Moriz Büsing

I'm also having the same problem (FULLTILT is not defined). Using ES6 import after installing with npm. `import GyroNorm from 'gyronorm';`. When directly importing gyronorm.complete.js, I get other missing module...

This seems to be the color that vim solarized uses as background. So that's another problem - if you change it to another color, that will now be vim's background...

Yes, I want to ``` onBlur = (e) => { e.preventDefault(); TweenMax.fromTo(".keyboard-wrapper", 0.5, { y: 0, autoAlpha: 1, }, { autoAlpha: 0, y: 100, }); } ``` But I can't,...

If you passed me the event I think I could just prevent it, no? That wouldn't break anything.

Yes, sounds like it could work. I just need some way to fade out the keyboard after focus is lost.

This was pretty annoying, I had written a tailwind config and not commited yet, then shadcn overwrote the file without even displaying a warning.