Henric Persson

Results 310 comments of Henric Persson

Alright, if you install v1.2.1 you can pass a `width` prop to ``. You can try passing e.g. "100%", or just a pixel number. Let's see if this changes anything.

> It seemed like you got this working in Preact on your end I haven't had time to test things in Preact. So I'm mostly just making assumptions based on...

Hi @clucasalcantara, sorry for the late response here. As far as I know, no one is actively working on this. I'd be very happy to merge a PR fixing this!

Good catch! Although this would be a quick fix, want to make a PR anyway? The reason I ask is because it would give the project some weight having outside...

Yeah, so far it looks like `ResizeObserver` has its own debounce built-in. I did add some code to avoid resetting the width when the container element width hasn't changed. I'll...

Thanks for the report @dobesv! This is an unfortunate effect of trying to keep the library free from a direct dependency on react (and react-dom). We could have react-dom listed...

Hi @luastoned, and thanks for reporting your issue! I've had a few people reporting issues with installing atom-import-js (https://github.com/Galooshi/atom-import-js/issues/12 comes to mind as the most recent one). In most (all?)...

Ouch, that's annoying. I'm currently exploring alternatives: https://twitter.com/henrictrotzig/status/869267951794487297 I would happily move off of node-sqlite3 if there is an alternative. I need something that can persist to a file and...

As far as I can tell, no one is actively working on this issue. Any help here is appreciated!

That's a cool idea, I didn't know there was such a thing in Atom (then again, I'm a vim user). Want to take a stab at it?