Jan Sandbrink

Results 27 issues of Jan Sandbrink

## Reproduction ``` ruby Model.create_100_entries Model.page(1).per_page(10).count ``` ## Expected ``` => 10 ``` ## Actual ``` => 100 ``` ## Explanation From an ActiveRecord perspective I am holding a `Relation`,...

### Problem to be solved This (very reduced) example application will not generate any monitoring: ``` Datadog.configure do |c| c.use :sinatra end class MyApp < Sinatra::Base get 'hello_world' do [200,...

integrations
community

Hey there, I just noticed today that parsing the `REDIS_URL` environment variable does not work as documented. ### Environment * Running in Kubernetes * Using the docker image `hibiken/asynqmon:0.7.1` directly...

### What does this PR do? We found out that the search was not simplified as much as we hoped for by the given keywords, because newer versions of ddtrace-rb...

editorial review

Trying to load my SMP-World following error occurs: ``` System.Collections.Generic.KeyNotFoundException: Player bei LibNbt.Tags.NbtCompound.Get[T](String tagName) in c:\Users\Rob\Documents\MineEdit\lib\LibNBT\LibNbt\Tags\NbtCompound.cs:Zeile 159. bei LibNbt.Tags.NbtCompound.Get(String tagName) in c:\Users\Rob\Documents\MineEdit\lib\LibNBT\LibNbt\Tags\NbtCompound.cs:Zeile 145. bei LibNbt.Tags.NbtCompound.Query[T](TagQuery query, Boolean bypassCheck) in c:\Users\Rob\Documents\MineEdit\lib\LibNBT\LibNbt\Tags\NbtCompound.cs:Zeile...

The changelog entry for 1.3.2 has been missing. This PR is adding a very simple one.

Hello, I am using SignPortals to warp between a creative and a survival world. To prevent items from being carried from creative to survival I use WorldInvetories (https://github.com/Drayshak/WorldInventories). When teleporting...

Bug

This is in response to https://github.com/DataDog/dd-trace-rb/pull/3367: > If you require this hook, please [open a "Feature request"](https://github.com/DataDog/dd-trace-rb/issues/new/choose) stating your use case so we can asses how to best support it....

feature-request
community

This should fix compatibility issues with our currently used Ruby version that causes errors when rendering warnings in some cases. # Ticket https://community.openproject.org/wp/62764

needs review

The previous implementation was a deeply nested decision tree for different error cases or other unexpected states. Most of this was necessary, because setting up correct permissions is partially happening...