Rodrigo Pombo
Rodrigo Pombo
can you find/build a map from filename to language? I'll be happy to add the logic to the code
Yes, that's kind of intentional. Sometimes you don't want elements that expand vertically because it shifts all the elements below. But I understand sometimes you do want the element to...
@berber1016 can you provide an example (you can try the new playground: http://play.codehike.org/)? inside Scrollycoding the height should behave differently
@berber1016 the reason the second file can't be scrolled is the `focus=12:17`, if you remove it you'll be able to scroll. @ndom91 and @berber1016, the height of the code in...
BTW @ndom91, I'm using NextAuth.js for codehike.org, let me know if you have any issues or requests.
I haven't used Scrimba in a while, but I think it also lets you edit code. That's not possible with Code Hike. But it could be made into something in...
Hi, it isn't possible. All the code is in [this file](https://github.com/pomber/react-fit-to-viewport/blob/master/src/index.tsx) maybe you can copy it to your project and adapt it to your needs.
Good question. The trick is: if `fiber.dom` is null it means it's the fiber of a function component, and function components never have more than one child (Didact doesn't have...
It's more complex because you need to search the different dom nodes that may be at different levels on the subtrees. See here: https://gist.github.com/pomber/64fb7e63119bef201dd8166b0fce73c4#file-didact-fiber-js-L30 (from https://engineering.hexacta.com/didact-fiber-incremental-reconciliation-b2fe028dcaec)
Hey, I haven't. Let me know if you find something or if you try to do it yourself, I'd like to add a link to it.