Xiang ZHU
Xiang ZHU
Hello, When using `databricks fs` subcommand, we must add `dbfs:/` as path prefix, but to easy the operation (we often copy path starting from `/` from web or doc), could...
hello, I followed the training, the azfunc returns data, and I received the email by logic app, but testing the static web app with the param shows already the original...
Hello, I'm running pyright in github action running on ubuntu-latest with python-version: 3.10.13, I got error when running pyright. I did not get the error in every github action workflow...
Hello, I'm using pyright by is public github action. and I see that pyright has a param `venv` which can specify the venv path, I would like to know that,...
Hello, As this action triggers an asynchronous cancel to current running workflow, is it possible to add an additional input that users can ask this action to run a endless...
Hello, I'm searching for a help that I setup the webhook url in github secrets, and copy/past the full examples given by the readme, all work except for the `with_raw`...
Hello, I have 2 github.com accounts (perso and work). In order to use both under the same linux bash with git commands, I use the method described [here](https://vanthanhtran245.github.io/use-multiple-ssh-key-for-different-git-accounts/). ```config #...
- VS Code Version: 1.77.0 - Azure Account Extension Version: 0.11.3 - OS Version: windows 10 latest update of 2023.03 Does your account belong to more than one directory? (see...
with poetry, for example: `typer = {extras = ["all"], version = "^0.7.0"}` it forces the version range of typer from 0.7.0 to 0.8.0, which is very limited, it would be...
Hello, It seems that we should imports all the models one by one in advance, is there any way that we can use metadata to get this done automatically like...