selvavm
selvavm
Based on the [link](https://github.com/eclipse/corrosion/blob/master/documentation/Troubleshooting.md#debugging-on-windows), I am able to debug rust in windows with rust-gdb in Visual Studio Code using the below configuration, ``` { "type": "gdb", "request": "launch", "name": "Debug...
Hi @ofek. Thanks for the quick response. I was trying to follow your `pyproject.toml` where you have mentioned `mypy` settings but not included in the dependency. So, I thought it...
I do have one more question. Not sure if this is a right place. When I have the VSCode workspace, I need to select the python interpreter for each library...
Hi again. I have one more strange issue when I use hatch with VSCode. I am not able to see the test cases in the Test explorer and I was...
Hi, I am also facing the same issue. Can someone please support me on this? My understanding is dask-gateway sets the environment variable for the location of dask.crt which is...
@woestler - Did you resolve this? @TomAugspurger, @jacobtomlinson, @martindurant - Any support will be much appreciated
Thanks and yes. But I wanted to pass a function to the `azure-kusto-python` and wanted it to transform that as a query rather than I create a query in string...
Thanks @ritchie46 for the response. Yes, I can explain. I am trying to do a complex function which takes 2 arguments - the series and a metadata of the series...
Hi @ritchie46 - Could you support on this?
Thanks @cmdlineluser and sorry for delayed response. I had to try this which took some time. Although this work, I can see this is x3 times slower. I think this...