Tim Adler

Results 12 issues of Tim Adler

I build this for my current project. Thought it might be a feature that would make the `textinput` more glamorous. It will enabled the setting of a value that the...

Hey guys, when using list to show and filter a list of items it would be handy to be able to not only set items programmatically, but also set the...

enhancement

- continents and sub-continents - Only EN and DE are currently supported locales

The README states that it would work this way, but it doesn't. Running the hook, when stage is set breaks a lot of stuff (e.g. when rvm isn't even installed...

Hey there, today I was trying to use `svelte-paginate` in my Golang-Buffalo-Project, which runs a webpacke-configuration of `svelte` using `svelte-loader` as described in the official documentation. I run into a...

I tried to configure krakow using TLS like so: ``` consumer = Krakow::Consumer.new( :nsqlookupd => 'https://api-ssl.bitly.com/v3/nsq/lookup?access_token=xxx', :topic => 'topic, :channel => 'channel', :connection_options => { :features => { :tls_v1 =>...

When trying to consume Bitly-messages the basic configuration looks like this. ``` consumer = Krakow::Consumer.new( :nsqlookupd => 'https://api-ssl.bitly.com/v3/nsq/lookup?access_token=xxx', :topic => 'topic', :channel => 'channel' } ) ``` Using _krakow_ this...

Hey there, I don't know you'd be willing to add this, since you are writing these scripts for unicorn AND puma. But for production use - at lease for us...

Hey guys, I'm trying to upgrade our `contentful` gem to the most recent version. We are currently still on `0.8`. Our test-suite relies on being able to create instances of...