Tyarel

Results 16 comments of Tyarel

You can use BytesIO from the io standard library to create a file in memory ``` python import requests from io import BytesIO import climage def main(): r = requests.get("image_url")...

I am having the same error with the helix default config (24.3 (2cadec0b)) and nu version 0.91.0 ``` 2024-03-30T18:25:23.063 helix_lsp::transport [ERROR] nu-lsp err

I don't know why the Checkver doesn't pass, it works fine for me.

> [@boehs](https://github.com/boehs) is it possible to use it somehow already? You should be able to do this in the init script without issue. ```diff let _atuin_pre_prompt = { condition: {...

I'm having the same issue, when using built-in commands like `cc` to copy paths, it outputs in the order you selected the items but when I tried to make a...

There is already a PR waiting to be merged with the fix #5875