Simen Bekkhus

Results 128 issues of Simen Bekkhus

### Describe the feature request It's not being maintained anymore, and having to have it in our own deps is annoying 😅 https://codeberg.org/xfix/enum-map/issues/147 ### Background _No response_ ### Solution suggestions...

enhancement

Apply this diff ```diff diff --git i/examples/postgres/migrations/m0005_reference_complex.rs w/examples/postgres/migrations/m0005_reference_complex.rs index 7ed796a..72264a4 100644 --- i/examples/postgres/migrations/m0005_reference_complex.rs +++ w/examples/postgres/migrations/m0005_reference_complex.rs @@ -8,7 +8,7 @@ pub(crate) struct M0005Operation; #[async_trait::async_trait] impl Operation for M0005Operation { async fn...

## Summary Sort of related to #13362 - if we wanna cleanly pick up colors etc., and expect custom matchers to do so, we need to go through the same...

cla signed
Pinned

## Summary A start on #10025. Lots of stuff missing - [ ] Manual mocks (i.e. mocks from `__mocks__` directories) - [ ] Docs - [ ] mocks without factories...

cla signed
Pinned

These can be overridden by consumers to add e.g. `nonce`. In our `config/resque.rb` I've added the following ```ruby module Resque module ServerHelper def script_tag(src) base = "" request = ActionDispatch::Request.new(env)...

https://github.com/prometheus/client_rust/releases/tag/v0.24.0

## Summary The local storage warning breaks lots of e2e tests - will need to replace it or suppress it somehow. but let's get a list of all failures first...

See https://www.typescriptlang.org/play/?#code/JYWwDg9gTgLgBAbzjAnmApnAyjAhjYAYwBF1CIATdAGjgBU1MBfOAMyghDgCJUMAjCAA9uAbgBQ48gDsAzvACCcALz1GAOgDy-AFZkYACgTi4cSLABcajOoDClMgYY2AqtOARpBgNrP06nChgaQBzAwBKWj91AElpGHQQ9CgIgF1w8JNTOHVScioDAwA3XAAbAFd0cJUAPjgSiv8YCEDgsIys03UAUWl89EKGyurlOqGq6nEmcIlxPkwlVRx8IjyHAB55iFY4BRrZmXk4XCtFxDNoGCsAFgAmOCYDzyOAIRVrfwAldFwKT1KUH4DAoZpJ5nA3ks8AQSGQNlsdi99pJDvB+FZIedzFc4HcHhIgA `A` is correct (there should be an error)

review
design