Massimiliano Torromeo

Results 37 comments of Massimiliano Torromeo

To be clear, I'm not arguing that it should be normal practice not to call `valid` before `current`, just that phpstan may lead you into a false sense of security...

The line can be removed and the compilation succeeds. The previous line `formatContext->seek2any = false` is already telling ffmpeg to only seek to keyframes, `skip_to_keyframe` shouldn't be necessary.

I completely undestand. I still think there's a better solution though. For the racer tool you could use a 2 steps process where you first run `which racer` and if...

All those static lifetimes are really hard to work with, with dynamic indexes. Passing a String to the client means moving the index into the client and consequently, if I...

Yes, this is expected, though they should also be freed when the tooltips are "unmounted". This was the only straightforward way to port it to Vue 3 without reimplementing them...

That library might be a good solution. I already have my own implementation of tooltips and popovers using popper.js in pf4, just not the directives. I might replace it with...

Sorry, I don't understand how this feature would work. This tool is designed to send a single message and then quit. A mail relayer would be a continuously running service,...

> It might be the vague AMD issue floating around as I have 7800x3d CPU / 7800xt GPU but difficult to say. I implemented the 'fix' (for windows users at...

I used a hack to embed asciicasts. I'll leave it here for anyone looking into this. 1. In the editor, insert a sharable link to the cast (Eg: https://asciinema.org/a/bJMOlPe5F4mFLY0Rl6fiJSOp3) 2....