Fredrik Jonsén

Results 10 issues of Fredrik Jonsén

When receiving the response, the Android version uses BufferedReader.readLine() in the execute function, which removes linebreaks, then reconstructs them using `\r\n`. Preferably, .readLine() shouldn't be used at all, since there's...

enhancement

Reddit does not return the expected ratelimiting headers in the case when using an unauthorized client, in the form of: ```Rust fn main() { let mut app = App::new("someuseragent", "v0.1.0",...

The weather widget only supports fetching the current weather. It could be useful to add support for forecasts, something the openweathermap API seems to support as well. Configuration wise this...

enhancement
discussion

## Feature Request ### Crates I suspect this is related to the transport module so this change would belong in the `tonic` crate? ### Motivation This is somewhat related to...

## Bug Report #### Versions - Driver: Postgres - Database: Postgres with PostGIS extension - Java: 17 - OS: ArchLinux #### Current Behavior I am using PostGIS, and have a...

status: ideal-for-contribution
status: blocked

This is related to what was solved in this PR: https://github.com/getsentry/sentry-rust/pull/629 Currently all spans are propagated to context. I feel what's missing is that spans named "tags" should instead be...

This would allow for setting the default value of `response_model_by_alias`, `response_model_exclude_unset`, `response_model_exclude_defaults` and `response_model_exclude_none` at an application or at a router level, rather than on each individual endpoint

feature
p4

When upgrading from Liquibase 4.30.0 to 4.31.0 we are starting to get errors when using the plugin, as below: ``` ERROR: Exception Details ERROR: Exception Primary Class: ChangeLogParseException ERROR: Exception...

**Type**: Feature **Is your feature request related to a problem? Please describe.** In our projects we've opted for EventBridge rather than SNS. EventBridge also has a wrapper, similar to that...

component: sqs
type: enhancement

## :loudspeaker: Type of change - [ ] Bugfix - [X] New feature - [ ] Enhancement - [ ] Refactoring ## :scroll: Description Core goal was to add a...

component: sqs
type: documentation
status: waiting-for-feedback