Coby Benveniste

Results 11 comments of Coby Benveniste

For anyone having this issue, try running the corresponding `kubectl logs -f ` command to try to follow the pod logs directly. I was having this issue on a k3s...

@SteffenDE what's the status of this PR? I have a package that implements FLIP animations in a hook ([LiveFLIP](https://github.com/probably-not/live-flip)), and having the `fromEl` and `toEl` in the beforeUpdate hook callback...

Thanks @SteffenDE! I'll try it out from the branch and see how things are working 🙏

Hey @gnvk I'd like to add one note to the conversation here - I would not use Go's native iterators yet. While I'm very excited for them to be in...

Ah my mistake @gnvk, I'm just catching up on the thread here - I see your implementation is just returning the functions for iterating, that works 👍 I can probably...

I actually don't think that type checkers can find this issue - since the router is dynamically dispatched because the module is decided at runtime, then tools like Dialyzer can't...

Yeah, the hook direction is what I've done with my own projects. > The behavior you're describing is how it has always worked and it seems like people are fine...

A note about setting the page title to falsey values - I've tried setting it to a string with just a space, and that does work. I've also tried setting...

> See the attached PR. Indeed we had a if (title) in JS. Excellent! Does this also solve setting it to `nil` (i.e. unsetting)? Or do we still need to...