Jean Mertz
Jean Mertz
Hey @hecrj, Coffee and Iced are two awesome projects, kudos to you. Is there any chance of saving/reviving this PR, to get Iced integrated into Coffee? I started playing around...
Further testing exposed that this change isn't behaving as expected. It appears the input state is not cleared if the draw call is skipped, which causes the `interact` method to...
Thanks @valyala. The problem is that I don't know what type is present at a specific path, and I don't want to know (since that knowledge is irrelevant for this...
That's awesome. Thank you for that. I'm going to take it for a spin soon.
@postmodern any reason that specific commit was never merged? I wanted to make use of it right now, but turns out it never made it into master, which is a...
_granted, I haven't run these tests yet, only the fish-equivalent_ But would the HOME path matter in this case? `$test_project_dir` lives outside of the _test HOME_ and even if it...
I've also been looking for this. Specifically, coming from the Go world, I'd like to be able to measure/see how many (heap) mallocs take place in a piece of code...
@ryanb I just wanted to place my support here for this problem, but I don't think the solution of @javix is correct. As far as I can see, errors still...
Actually, it seems my issues had to do with nested_forms, which is kind of weird: The above didn't work, but this will: ``` activerecord: attributes: website: domain: "domein" users: email:...
Another issue, which I believe to be related to this, is the fact that `cookies.signed` causes errors when using with FocusedControllers: ``` 1) SessionsController SessionsController::Create For valid authentication deletes signup...