Stijn V
Stijn V
Is there a way to configure blogo to not try to save the images locally (in my case they would be gone after an update of the site), but save...
I have downloaded and ran the demo of multi_level. When I insert a task with 4 resources like this:  If I then click save I see this:  So...
Hi, First of all, thanks for your work on this component! We use it in a small part of our software. We upgraded to the last version (which uses also...
I have defined my response fields like this: ``` response_field :id, "ID of the logged in user", "Type" => "Integer" response_field :email, "E-mail address", "Type" => "String" response_field :first_name, "First...
I have added this line: sheet.column_widths nil, 1, 1, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil However no matter what I put instead of 1 nothing...
When using the rabbitmq_delayed_message_exchange plugin : https://blog.rabbitmq.com/posts/2015/04/scheduling-messages-with-rabbitmq Exchanges are defined like this with Bunny: `exchange = channel.exchange('devices.delayed', type: 'x-delayed-message', durable: true)` This gave issues with the BunnyMock gem because the...
The link to the blog post wasn't correct anymore.
Hi, First of all: thanks for this wonderful gem. We have been using it for a few months now. Recently we ran into this issue https://github.com/alphasights/sneakers_handlers/pull/39 I noticed this isn't...
If I read the documentation correctly then google also provides a short_name. Would it be possible to get in addition to the long name? { long_name: "Spain", short_name: "ES", types:...