Korny Sietsma
Korny Sietsma
If I add an instance with a SAML login, such as toot.thoughtworks.com, Tusky goes through the authentication process but then loads the instance in a browser window not in the...
The 0.8.3 change seems to cause our tests to run whenever a reload happens. i.e. If we run "lein ring server" the app loads happily (without running tests) If we...
The `BuildQueue.get_details()` method assumes there will only be one queued item for a given task, if there are multiple queued items it will return the last one. This scenario is...
There seems to have been a bug introduced in [this commit](https://github.com/preston/railroady/commit/2a1945f24e2a510e575bdf7bd465982676df7409) where `assoc.macro.to_s` was changed to `assoc.methods.to_s` in models_diagram.rb: https://github.com/preston/railroady/blob/f348ba5a1694116032a97dc150d1b354282f597d/lib/railroady/models_diagram.rb#LL272C31-L272C31 This will break the processing of model associations.
There doesn't seem to be any way to do: ``` (ns test (:require [ns-under-test :as t])) (expose-testables ns-under-test) (fact "..." (t/private-method ...)) ``` expose-testables works for methods using (:use) or...
Gpg 2.1 has problems if you run your gpg-agent from a directory that is more than 108 characters long: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=847206 (we had this situation on some machines because our puppet...
204 response types are not exposed in the generated API, even if they are in the OpenAPI schema. This is surprising as 4xx errors are clearly exposed - at minimum...
Hi - we have a preferred convention of using lower case first letters for Zod schema, and keeping upper case for types: ```js export const fooBar = z.object(...); export type...
### Component OpenTelemetry.Instrumentation.Http ### Is your feature request related to a problem? See also https://github.com/open-telemetry/opentelemetry-dotnet-contrib/issues/3162 We have a service that makes gRPC and HTTP calls to other microservices. In some...
I have a URL fragment in my vault containing: ```markdown thanks to [Vite's HMR feature](https://vitejs.dev/guide/features.html#hot-module-replacement). ``` This shows up as a tag `hot-` in my code: ```python vault = otools.Vault(vault_path).connect().gather()...