Sébastien Lorber

Results 1417 comments of Sébastien Lorber

I have a similar problem with v3.0.8 on Android 4.4.3 QuoJS makes it impossible to click on a form's submit button, making it unusable

Hi, This looks interesting but not sure to understand everything :) Maybe can you submit a solution to https://github.com/slorber/scalable-frontend-with-elm-or-redux so that we can compare your proposal to some other existing...

> As far as I can see so far, this project is primarily about being able to define independent chunks of Redux-based logic and hook it together in a standardized...

would also use it with glamorous-native

not sure it can be fixed in this project anyway, as the iframe size set is the appropriate size, it's just not scrolled down

I'm having great success with the following code: ``` javascript Wysihtml5SizeMatters.prototype.setupEvents = function() { var _this = this; this.detectDOMStructureChanges( this.$body.get(0) ,function(){ _this.adjustHeight(); _this.handleImagesLoading(); }); this.$body.on('keyup keydown paste focus', function() {...

It would be cool to be able to call `handleImagesLoading` automatically if your code detects the presence of https://github.com/desandro/imagesloaded

I'll look into it tomorrow. Not sure why but yarn install became much slower recently on https://docusaurus.new/stackblitz-ts It hangs forever on this step: ![CleanShot 2024-08-28 at 19 21 49](https://github.com/user-attachments/assets/81f98997-43e7-45f7-b32f-be9727dfd1d7)

Running `yarn build` on the provided repro still gives me this error: ![CleanShot 2024-08-29 at 12 37 03](https://github.com/user-attachments/assets/61c4fa70-b8f7-4b64-8c01-6f0ccd30adaa) Now I'm not sure what's causing that problem exactly, this sandbox has...

Thanks @SamVerschueren ! Regarding the other `sb_expose` error, it might be `vm.Script` as well be due to using webpack stats. I've always thought it a bit hard to reason about,...