Tobias L. Maier
Tobias L. Maier
Yes, @zacksiri. My fork is still based on the old FontAwesome version. The related issue at middleman (middleman/middleman-sprockets#46) is still open. So `font-url()` still generates wrong font urls.
Hi @bezoerb, is there anything I can do to get this merged? I would like to stop having a fork, even so it is trivial for me at that point.
Great idea, however, normalizes only works for ActiveRecord. I think this is a major blocker, unless you want to have two different versions to maintain. One for ActiveRecord and one...
There would be some benefits: The normalizes API overrides the setter - in addition to a before_validation. And it applies also for where clauses.
@jeffkreeftmeijer if this gem is supported OOTB, please state so at https://docs.appsignal.com/ruby/integrations/active-job.html
I think I was able to solve this with the following custom stimulus controller, which inherits stimulus-autocomplete: ```js import { Autocomplete } from 'stimulus-autocomplete' const optionSelector = "[role='option']:not([aria-disabled])" export default...
I did not realize, that there is a Pull Request open for this. i implemented basically the same thing. See https://github.com/afcapel/stimulus-autocomplete/issues/125#issuecomment-1668628517 I think you should add support for disconnect.
My expectation was to have it in the default feed as I am not subscribed to the paid episodes yet. I thought this would be a good way to give...
Hi @guillaumebriday, I will try to do a test run within the next couple of days.
``` function_name = "var.function_name" description = "My awesome lambda function 5555555" create_package = false image_uri = "var.image_uri" ``` `var.function_name` and `var.image_uri` are never called, since they are wrapped in double...