Marcin Kulik

Results 485 comments of Marcin Kulik

Also crashing my Chrome. Ubuntu 11.04.

I feel like conflating parsing (aka deserialization, what serde was built for) with value validation is not the right way to go. I know it's tempting to combine the two...

@tomtaylor I managed to use task_bunny with with amqp 0.3.1 in my project for now. I haven't approached the upgrade yet but I'd like to do it. I'm not sure...

There's `String.to_existing_atom` which prevents memory leaks. Maybe that's worth considering (as opt-in option).

It happens so that I use Arch and Firefox too :) This is how it looks for me: ![image](https://user-images.githubusercontent.com/17589/160301520-0daa9b75-37c1-4d7f-81c0-45b51fb08f39.png) Looks like the font measurement doesn't work in your case for...

Ok. Let's check what font is actually used for rendering in your case. Can you inspect one of the lines with text in the player and then switch to the...

Interesting. I assume you did that via fontconfig. Can you show the snippet so I can reproduce? Either way I don't think it's going to be easy (possible) to fix...

Got it, thanks. This problem is not fixable in the current text-based renderer. We can keep this issue open for the time being though.

Someone added asciinema-player to cdnjs.com - https://cdnjs.com/libraries/asciinema-player 👍

Thank you for stating your opinion. In my opinion it will complicate code, I agree with you. How much code it will require depends on the way it would be...