Elliot Shepherd
Elliot Shepherd
Hi, I'd like to authenticate using the az cli and avoid any env vars. Terraform uses https://github.com/hashicorp/go-azure-helpers/tree/master/authentication to support it. Is this something anyone has looked at? I'm happy to...
Some questions: - I called it PhaseEnableDevice as that's what's in the pdf, is there a better name? - I have only added the 8838 and not the 8837 as...
Expected Behavior ================= Run docker-slim against an aarch64 docker image, it runs. --- Actual Behavior ================= Fails to run... log message: ``` cmd=build info=event.error status='received' data='SensorError{Op:sensor.fanotify.Run/fanapi.Initialize,Kind:call.error,Wrapped:{Type=syscall.Errno,Info=function not implemented,Line:43,File:github.com/docker-slim/docker-slim/pkg/app/sensor/monitors/fanotify/monitor.go}}' ``` The...
Seems to work ok with provider 6.
I looked at this but couldn't find a nice way to do it in dart. In swift, this looked like it was going in the right direction, but the returned...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior When I try to add a link to my test issue...
### Describe the bug Currently, tv shows dont have a logo or poster or backdrop in CinematicResumeView. It never finds the image tag because its looking at the tags of...
**Describe the feature you'd like** I'm adding a new "Favo(u)rites" section in a PR, and the lack of "u" makes my skin crawl. jellyfin/jellyfin-core has an `English (United Kingdom) (en_GB)`,...
javascript: ```javascript /** * Display an image in the console. */ console.image = function (url, backgroundColour, scale) { const img = new Image() img.crossOrigin = "anonymous" img.onload = () =>...
## Changes _What does this PR change? Link to any related issue(s)._ Allows you to provide the Request class to use. see: https://github.com/drwpow/openapi-typescript/issues/1563 Caused issues for us using node 20's...