Bram Plessers
Bram Plessers
Thank you for the feedback. A minute ago the plugin failed to fetch the newly created tags from the new tasks I created in Todoist. They were gracefully rendered as...
I'm also seeing this.
I believe to have a working solution for the problem: ```Dockerfile # Snippet from Dockerfile # based on Alpine 3.11 + Hugo Extended 0.62.2 RUN set -x && \ apk...
@toshke specify the `region` in the `task`: ``` js lambda_deploy: { default: { arn: 'arn:aws:lambda:eu-west-1:my-account-number:function:my-function', options: { region: 'eu-west-1' } } }, ```
Proposed PR #9.
Related to #10?
Thanks @Fuzzyma. I can finally _see_ some exclamation marks on my page after I removed `attr()`. This still throws the error though: ```js var text = draw.morphText('!').font({ family: this, size:72,...
Thanks for the insights. I would like to animate paths from glyphs from a slightly edited font ( in Illustrator ) to spice up some of the graphical elements on...
I'm getting Unknown key(s): with_deleted snippet from my model class Document < ActiveRecord::Base include Immortal ``` # this used to work with acts_as_paranoid belongs_to :person, :with_deleted => true belongs_to :project,...
``` activesupport (3.0.3) lib/active_support/core_ext/hash/keys.rb:43:in `assert_valid_keys' activerecord (3.0.3) lib/active_record/associations.rb:1772:in `create_belongs_to_reflection' activerecord (3.0.3) lib/active_record/associations.rb:1220:in `belongs_to' activerecord (3.0.3) lib/active_record/autosave_association.rb:137:in `belongs_to' app/models/document.rb:6 ```