yuuuxt
yuuuxt
## 🐛 Bug Report failed to make an editable install ## 🔬 How To Reproduce Steps to reproduce the behavior: 0. system-wide it's `Anaconda 3.8`. there exists `poetry`, but it's...
Expected Behavior ================= the [carbon example](https://github.com/docker-slim/examples/tree/master/3rdparty/carbon-now-sh) isn't working as expected. according to [this](https://github.com/docker-slim/docker-slim/issues/150#issuecomment-650852974) comment, I thought I don't need to explicitly include (part of) `node_modules`. --- Actual Behavior ================= I...
Thanks for creating this extension! I want `fsi:send selection` to send the complete lines selected, instead of selection only. It's easy to have an incomplete selection (e.g. omitting `o` of...
Hi, I'm learning to use this project, so please correct me if I'm wrong: Should [this example](https://github.com/Arshia001/FSharp.GrpcCodeGenerator/blob/40e9bce83f13e4d3cae51af1e5e27c9dd3442ce0/README.md?plain=1#L193) be updated according to [this commit](https://github.com/Arshia001/FSharp.GrpcCodeGenerator/commit/f3c921196684e55a2edb31a581a28df8f15074b2)?
For personal use, I made a quite simple docker image, just adding this extension to the official postgres docker image (12, 12-alpine, 13, 13-alpine). For anyone who might be interested,...
### Polars version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of...
### Polars version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of...
1. the inserted inlay hints sometimes need manual adjustment. e.g. it inserts `DataFrame` for `pd.DataFrame`, while `from pandas import DataFrame` is absent. 2. trying to select but clicking too fast...
Cannot select and copy text from REPL result. using latest Edge (win 10) and recent nightly edgedb version workaround: can be hacked by script e.g. ([this](https://github.com/qxinGitHub/Remove-web-limits-))
### Problem description I'm used to printing the shape of a parquet file when I load it, which helps checking if it's the correct file and estimating execution time: ```python...