Robert Reinhard
Robert Reinhard
This line was making local directories with a space in them get subbed with %20. For instance, if your path to your image is "/i have a space/in my dir/file.jpg",...
### What problem does this feature solve? I would like to write Nuxt modules in Coffeescript. This was possible in Nuxt 1. I've tried adding the names of my modules...
This adds support for passing a callback to `add`. My use case is wanting to use this library with Vue.js where I want to use Vue to set style attributes...
In our layouts directory, there is a kss/application.html.erb file but it's not being picked up by the gem when going to /kss. Instead, it's using the main application layout. Which...
The way Croppa works, this won't change the file extension, but browsers shouldn't care as long as file type is right. The main use case is to fix issues where...
This would prevent actually mounting the component logic on the client side
This has ramifications on code (scrollMonitor for instance) that detects whether something is in viewport in IE and FF. Specifically, everything (at least momentarily) gets detected as out of viewport.
`kernel.handled` has gone away: https://github.com/laravel/framework/blob/9a25d13fe611375ada00badb993c89ab9ffe2096/CHANGELOG-5.4.md#http Here are current events I logged: ``` bootstrapped: Illuminate\Foundation\Bootstrap\BootProviders Illuminate\Routing\Events\RouteMatched Illuminate\Database\Events\StatementPrepared Illuminate\Database\Events\QueryExecuted Illuminate\Auth\Events\Authenticated Illuminate\Database\Events\StatementPrepared Illuminate\Database\Events\QueryExecuted Illuminate\Database\Events\StatementPrepared Illuminate\Database\Events\QueryExecuted Illuminate\Database\Events\StatementPrepared Illuminate\Database\Events\QueryExecuted Illuminate\Database\Events\StatementPrepared Illuminate\Database\Events\QueryExecuted Illuminate\Foundation\Http\Events\RequestHandled ``` Looks like...
The guide at https://developers.facebook.com/docs/marketing-api/conversions-api/guides/gtm-server-side refers to `x-fb-event_id` being the GA4 event parameter name but this line makes me think it should be just `event_id`: https://github.com/facebookincubator/ConversionsAPI-Tag-for-GoogleTagManager/blob/57278940502aff341c06441a558545a63699c245/template.tpl#L172 For instance, with this GTM...
I'd like to remove this `Craft::info()` call from init() since it creates a lot of noise in log files.