Thomas Strobl

Results 26 comments of Thomas Strobl

Right now I'm experimenting with kind of skipping vision altogether by hooking up `reply` with `reply.renderReact()` which (simplified for clarity) looks kinda like this: `renderView.js` (+ ` server.decorate('reply', 'renderReact', require('./lib/renderView.js'));`)...

@wswoodruff to be honest we moved away from hapi directly serving client markup at all. We run next.js and it's `getInitialProps` in the front and regular hapi in the back...

Experiencing the same on `v2.8.1-cloud.1` ``` error": "cannot drop due to the following dependent objects : permission user.user.update in source \"default\"", "code": "dependency-error" ``` user.user.update is already ticked off in...

https://github.com/ianstormtaylor/slate/blob/25afbd43001cdee852af6386d2b701d943b788da/packages/slate-react/src/components/leaf.tsx#L32 is pretty dirty since it only works if there is only one slate instance on a page. the workaround of @aaron-swarm doesn't help in this case either since both...

Awesome to see this is something being worked on as we're very much in need of it. Do you have some sort of ETA for the pull request to be...

@ndmanvar I know it's kinda rude and I'm sorry but is there any chance you could give us an ETA for this? Otherwise we'd have to abandon the usage of...

@ndmanvar For some reason I never picked up that gist. That indeed worked like a charm – thanks a bunch!

@rpearce zoomMargin might just be some math gone rogue where you calcuate the scaleFactor. Regarding scrollableEl — if I see it correctly you don't really read anything from the scrollableElement...

@rpearce Yeah that's sort of the experience I had in the codesandbox, in my application I had a portrait image that had worse results. It's likely just some math and...

sounds like a plan – and from one dad to another: take your time ✨