Laust Rud Jacobsen

Results 8 issues of Laust Rud Jacobsen

Would be nice to be able to easily compare releases of this project. It's a bit meta, I know.

At this location: https://github.com/rollbar/rollbar-java/blob/3197d2e059f4c692fc34c1687d663be18fb2561a/examples/rollbar-java/src/main/java/com/rollbar/example/Application.java#L37 Maybe add something like: ``` java .server(() -> new Server.Builder().root("com.rollbar").build()) ``` That way it should becomes possible to use source code linking. It took some digging...

Seeing this: https://github.com/Oshuma/app_config/blob/6148df46ac6a2a7be047bebac61b40db988d051c/lib/app_config/storage/postgres.rb#L48-L56 I know end-user input is not expected to be stored in a configuration backend, but the code as it stands is classic SQL injection. This might be...

bug

This looks like a simple copy/paste issue, with this change the gem should be tested against the correct `activerecord` version.

# Which Problems Are Solved Saw a typo, fixed it.

os-contribution

### Preflight Checklist - [x] I could not find a solution in the documentation, the existing issues or discussions - [x] I have joined the [ZITADEL chat](https://zitadel.com/chat) ### Environment Self-hosted...

bug

This builds on the fix from #925 (for green tests). Related to #928. What else needs to be added for official PostgreSQL 17 and 18 support?

I see the tool is supported all the way to PG version 16. Is there any way to help adding support for PostgreSQL 17 and 18?