Yo Sev
Yo Sev
I can confirm running into the same problem on MacOS 10.15.6
Adding the follwing solves the problem for me: ``` // Implement (handleless) Access var _ = (fs.NodeAccesser)((*bytesNode)(nil)) func (bn *bytesNode) Access(ctx context.Context, input uint32) (errno syscall.Errno) { return 0 }...
try: self.say("", "text to say")
Hello, just an idea for a workaround until Hetzner provides failover-target's for floating ip's (requires docker swarm). I am using hetzner cloud to build a X-manager-based docker swarm (currently 3...
The loader object has a flag "IsExternalRefsAllowed". ``` loader := openapi3.NewLoader() loader.IsExternalRefsAllowed = true _, err := loader.LoadFromFile("main.yaml") if err != nil { fmt.Println(err.Error()) } ```
I fixed it by forcing fixed positioning: ``` .vue-simple-context-menu { position: fixed !important; } ``` Since you are using left with the mouse events x value, the menu is completly...
TLDR; enable external authentication & authorization We tested memphis multiple times and always came down to the fact that we miss this feature. Something that we have seen being requested...
Hi @yanivbh1, TLDR; we would like to forward authentication requests against ur own backend using HTTPS. The backend should reply if user credentials (eg. a JWT) is valid and a...
> It may be a good idea to add a timestamp to the tested exif data Could you do that as i don't know a good way to implement this...
Ah no worries, i do not know the circumstances under which a timestamp holds the UTC offset within EXIF. Thanks.