Alex Zaslavsky
Alex Zaslavsky
The API docs currently support pulling down the permanent copy of a single raindrop via the developer API for PRO users like so: `https://api.raindrop.io/rest/v1/raindrop/{id}/cache`. However, it is not possible to...
I am trying to run drool via gulp-jasmine. A common problem experienced with gulp-jasmine is it not emiting the "end" event for its stream, as seen here: https://github.com/sindresorhus/gulp-jasmine/issues/49. The basic...
Since the `$merge` operation does not concatenate or intersect arrays, but rather overwrites them wholesale, it is basically nonsensical for the top-level node under the `with` property of the `$merge`...
This is a working implementation of the feature proposed in #14. It would also close #12.
### Body [24.4.2](https://github.com/getsentry/self-hosted/issues/3003) | ***24.5.0*** | [24.6.0](https://github.com/getsentry/self-hosted/issues) - [ ] Release all components (_replace items with [publish repo issue links](https://github.com/getsentry/publish/issues)_). - [ ] [`develop`](https://github.com/getsentry/develop/actions/workflows/prepare-release.yml) - [ ] [`relay`](https://github.com/getsentry/relay/actions/workflows/release_binary.yml) - [...
The code previously assumed that `user_id` from `OrganizationMember` could not be `None`. The gradual typing for python is unable to deduce that what we assumed was `set[int]` is actually, in...
This should resolve https://sentry.sentry.io/issues/5366991338/.
### Body [24.6.0](https://github.com/getsentry/self-hosted/issues/3059) | ***24.7.0*** | 24.8.0 - [ ] Release all components (_replace items with [publish repo issue links](https://github.com/getsentry/publish/issues)_). - [ ] [`develop`](https://github.com/getsentry/develop/actions/workflows/prepare-release.yml) - [ ] [`relay`](https://github.com/getsentry/relay/actions/workflows/release_binary.yml) - [...
### Issue Description At https://github.com/search?q=repo%3Agetsentry%2Fsentry-ruby+valid_sample_rate&type=code, setting `sample_rate` to 0 does not work. ### Reproduction Steps This was reported to us by a downstream user of the SDK. ### Expected Behavior...
This caught me a few times, especially since I had two terminals open, one with `export RUST_BACKTRACE=1` and one without. It took me longer than I'd like to admit to...