-
### Which version of the AzCopy was used?
##### Note: The version is visible when running AzCopy without any argument
AzCopy 10.1.2
### Which platform are you using? (ex: Windows, Mac, Linux)
W…
-
Related to #20675
Consider a common case whereupon a certain service contains many methods and each method has its own message types (the message types having embedded types and so on). The message…
-
Steps to Reproduce:
1. Copy the folder `remix/examples/pwa-simple-sw` into a separate directory.
2. In `package.json`, replace `"@vite-pwa/remix": "workspace:*"` with `"@vite-pwa/remix": "^0.0.1"`…
-
Remove user overhead to mention virtual environment directory
-
We can use venvShellHook with plain shell.nix with something like
```
let
pkgs = import { };
pyPackages = pkgs.python311Packages;
in pkgs.mkShell {
name = "py";
venvDir = "./.venv"…
-
Following disko script:
```nix
{ disks ? [ "/dev/sda" ], ... }: {
disko.devices = {
disk = {
sda = {
type = "disk";
device = builtins.elemAt disks 0;
conten…
-
### Steps to reproduce
1. Create a new directory and initiate a virtual environment in that directory using virtualenv
2. Install pylint and PyQt5 using the venv's pip
3. Create an rcfile for p…
-
We use a mix of CPP and Pascal application in RX (Rad Studio).
Installation of Virtual Treeview 6.3.0 installs everything part from the header files correctly.
The headers are located in the installat…
-
**What is the problem you are having with rclone?**
With an Rclone mount, a temporary file that's created & then quickly deleted is not actually deleted (but the 1 second cache makes it look like it'…
-
### Describe the bug
Hi,
I am just getting into using windmill and am encountering an issue when trying to run my script. It is a simple python script that uses the Azure python SDK to check if a re…