Maximilian Knespel

Results 234 comments of Maximilian Knespel

This works for SIGTERM, but I cannot get it to work for SIGINT or SIGTSTP. Setting TEXTUAL_ALLOW_SIGNALS=1 works: https://github.com/Textualize/textual/blob/da3f608fd7dab10be67f5a4cdf18c57b37b7ca6f/src/textual/drivers/linux_driver.py#L321-L324 `TEXTUAL_ALLOW_SIGNALS` seems to be undocumented according to Google and Github searches....

Even without ratarmount, your link gives me: > Item not available The item is not available due to issues with the item's content.

Now, I am getting: `401 Authorization Required`. There seems to be some way to specify the user and password to the [HTTP backend](https://github.com/fsspec/filesystem_spec/issues/484), but even then, there is the low-level...

Hello, Sorry for the late answer, but I don't fully understand your question. It would be nice to add rapidgzip to the TurboBench suite, which I found linked via your...

You can format your code with [triple backticks](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks) in Github Markdown to make it more readable. But based on the issue title, I assume that you are running into an...

Please don't auto-close this issue. It is unspecific, yes, but I have had the same user experience. I want to switch away from Cursors, which worked amazingly well. - First,...

``` rapidgzip --export-index test.gz.idx test.gz ``` ```python3 from rapidgzip import RapidgzipFile file = RapidgzipFile("test.gz", parallelization=16) file.import_index("test.gz.idx") ``` Hope it helps.

If you know how, help would be welcome. The test suite and website look huge. It looks difficult to add something new. I don't even fully understand how to navigate...

Could you try calling ratarmount with `--ignore-zeros`?