Marcin Kulik

Results 485 comments of Marcin Kulik

@v0s just released v3.12.1, hopefully resolving the issue for good 🤞

In #18 / #21 we'll expose PID of the forked process so you'll be able to send it arbitrary signal. We already have the PID at hand, that's the simplest...

> The flake.nix now has both the package and the module Right, it's not ready to go, but almost there. A few things have changed with regards to building the...

Please provide errors from the browser's console and check the network tab as well. Without this information it's hard to tell what's going on.

Thanks Chris. I noticed that as well a couple of days ago. It seems older versions of the CLI didn't filter out null/empty values when saving. The parser in 3.0...

I looked into this a bit. The `null` values inside `env` - this was indeed a result of asciinema CLI 2.x dumping them in the file. CLI 3.0 doesn't save...

FYI I noticed similar problem. Had high CPU usage when working on Python file with treesitter enabled. I realized that I had no LSP configuration for Python, and after adding...

Good sleuthing guys 👏 So, we know `DISABLE_AUTO_TITLE` helps, but what's the actual core of the problem here? Do you see similar problem when replacing asciinema with the `script` command?

By stuck you mean it hangs, never finishes? Can you show the output of the agg command with `-vv` option added for extra verbosity?