TeamDman
TeamDman
Also interested in this; Canada has two official languages so using Backstage in gov would be improved with i18n. This will also reach into the YAML for us since our...
can confirm the glutin example works for me from their readme: ``` git clone https://github.com/rust-windowing/glutin cd glutin cargo run --example window ``` can correctly see my web browser through the...
> This seems to make borderless, transparent windows invisible for me. > (Using winit v0.28.6 as a base) Is that not the expected behaviour for a transparent window?
can confirm it makes everything transparent, not just the parts that should be transparent lol (used cargo patch to try this PR in my project, the main window should be...
> because they were trained with public material, then you also shouldn't be attempting to profit from the weights for the same reason. If you make your code public too...
#10831 might be related I had this ``` $ kubectl get all -n argocd NAME READY STATUS RESTARTS AGE pod/argocd-argo-cd-app-controller-6fbb4ccf8d-7dpnx 1/1 Running 0 17m pod/argocd-argo-cd-repo-server-9565b9f86-5956t 1/1 Running 0 17m pod/argocd-argo-cd-server-685dfc4dd7-kgl8r...
Experienced this today, still an issue. This stack overflow post recommended switching upload tasks, which worked! https://stackoverflow.com/a/60962886/11141271 ```yaml - task: PublishPipelineArtifact@1 inputs: targetPath: '$(Pipeline.Workspace)' artifact: 'AzLogicApp' publishLocation: 'pipeline' ``` (using...
I did get a game saved message, ~~but I can't seem to get anything else to happen~~  commands don't seem to work, but I do see error messages and...
Using SharpHound v1.1.1 from https://github.com/BloodHoundAD/BloodHound/blob/master/Collectors/SharpHound.exe works ([perma](https://github.com/BloodHoundAD/BloodHound/blob/0d364594feb75cd3bc8f742000b6ae2f4140762c/Collectors/SharpHound.exe)) None of 2.0.0, 2.3.2, 2.5.6 worked when I tried, all failed when uploading computers.json
Here's the script I've been using in my investigation ```powershell Write-Host "Getting your object id" $object_id = az ad signed-in-user show --query "id" -o tsv Write-Host "Patching URL" $content =...