Christoph Bünte

Results 58 issues of Christoph Bünte

## Version: 0.3.11 ## What happened: I created a catalog-info.yml file with a service that declared a dependency on a resource. However, I had a syntax error in it and...

bug

For wheelmap.org we allow users to login via oauth with a valid openstreetmap.org account. But new users, who sign up with wheelmap (and consequently with openstreetmap) end on a welcome...

When running ./script/generate oauth_provider a migration for nessecary tables is generated. The indexes that are created should be uniqe add_index :client_applications, :key, :unique Correct Syntax is: add_index :client_applications, :key, :unique...

Hey, I'm trying to throttle the usage of my api only. This is the config i use: ``` # config.ru uri = URI.parse(AppConfig.redis_url || 'http://localhost:6379') require 'redis' require 'rack/throttle' use...

In the process of generating the schema for shopify webhooks i came across a bunch of fields, that i know the format of, but the schema-guru fails to find out...

NameError: uninitialized constant Spree::MyApp ~/Projects/shop/config/initializers/shop.rb:3:in `' ~/Projects/shop/config/initializers/shop.rb:2:in`' The example of the site wide preferences does not work. Where am i to define the Spree::MyApp::Config class? module Spree Spree::MyApp::Config = Spree::MyApplicationConfiguration.new...

Hi @pellepelster, thanks for putting so much effort into making the RDS system work on Hetzner. It's a great set of tools and Hetzner should consider adopting it. We want...

https://github.com/pellepelster/solidblocks/blob/5444af56915a988fe0d5c4f55c89323f2533ac62/solidblocks-hetzner/modules/rds-postgresql/user_data.sh#L237-L239 Hey, i wanted to execute a restart of a service in the `post_script` part, but i felt it does not get executed. I made a simple test to check:...