Wichert Akkerman

Results 33 issues of Wichert Akkerman

Not everyone uses a redis on localhost on its default port, so it would be useful to be able to configure the server address.

This is a first cut multiple-database support. This will fix #1. In addition I also reworked the code and documentation to stress that pyramid is not a requirement at all...

In some situations it would be very useful to be able to see and modify translations for multiple languages at the same time. For example when working on dialects (nl_NL...

enhancement
undecided

### What version of rules_go are you using? v0.29.0 ### What version of gazelle are you using? v0.24.0 ### What version of Bazel are you using? ``` Build label: 4.2.2-homebrew...

I need to deal with databases that automatically rotate passwords for users. This results in connection errors when Database tries to reconnect after the password it used before has been...

According to [RFC 7946](https://datatracker.ietf.org/doc/html/rfc7946#section-3.2) a feature can have a numeric identifier: > If a Feature has a commonly used identifier, that identifier SHOULD be included as a member of the...

bug

This PR will try to fix #486. Currently still work-in-progress. ### 📋 Checklist: - [x] I agree to respect and uphold the [Cucumber Community Code of Conduct](https://cucumber.io/conduct/) - [ ]...

I have a before-Step hook to replace variables in steps. You can use it do things like this: ```gherkin Scenario: Demonstrate variables Given I set "name" to "Zaphod" I login...

I am missing the ability to hook into the stream manager and client lifecycle. Client exposes an event handler, but if you use StreamManager it already uses that, making it...

I use SQL domains frequently to create custom types with set limitations. For example to define types that match zserio: ```sql CREATE DOMAIN varint AS bigint CHECK (VALUE >= -9223372036854775808...