Jonathan del Strother
Jonathan del Strother
@pachuka I'm also seeing that with storybook 6.5.16 & ts 5.0.2 On the plus side, it works ok for me with storybook 7.0.0-rc.3 & ts 5.0.2
@jsierles For now I've been getting away with the regular bundix 2.5 release (plus a [ruby3 fix](https://github.com/jdelStrother/bundix/commits/ruby-3)), and this in my bundleEnv config: ```nix pkgs.bundlerEnv { name = "myapp-gems"; gemdir...
It errors out less frequently, but I needed to bump it to 5ms to be able to successfully complete a request (even then, it maybe works half the time).
How's this? https://gist.github.com/jdelStrother/7747010 It's selecting data from information_schema.COLUMNS, just for ease of being able to run it regardless of your db schema, but I see similar behaviour in my regular...
Curious. So far I've been on x86 ruby 2.0p353, mysql2 3.1.14, and mysql 5.5.25a on OS X 10.9.0, on a Macbook Air. I get the same problem with ruby 1.9.3-p194....
FWIW, I still get this in OS X 10.10.1, with ruby 2.1.4, mysql2 0.3.17, and mysql 5.6.21
Thanks for the tip, that works great
That seems to imply that RMagick is completely unsuited for use in a multithreaded environment - eg in a Rails app, where one thread might be servicing a request that...
I've been seeing this recently with prettier installed via yarn. I wonder if https://github.com/yarnpkg/berry/issues/5344 is at fault.
No, sorry - I decided to stick with storybook 7 till this got worked out