Adrien Foulon

Results 434 comments of Adrien Foulon

Just FYI, I had the same issue with an svg generated by adobe illustrator so it does seem to be a widely used spec

Still seing deprecations in 4.2.6 for DBAL 3.3.1 ```txt 2022-02-02T18:39:03+00:00 [info] User Deprecated: Class "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnection" should implement method "Doctrine\DBAL\Driver\Connection::getNativeConnection(): resource|object". 2022-02-02T18:39:03+00:00 [info] User Deprecated: Class "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingServerInfoAwareDriverConnection" should implement method "Doctrine\DBAL\Driver\Connection::getNativeConnection():...

@kevva A deps update is long overdue, getting tons of deprecation warning on install, please :pray:

~~There is also a bug because if storage is a symlink to another location, this error is still thrown, we use `laravel envoy` and that means our storage is in...

Had the same issue and couldn't figure out why.. The sea would disappear for a grey background Would be nice to document this To make the map non reactive you...

From what I gathered, there is a race condition when the input is updated, depending on which fires first, either it will be reset or it won't.. I have the...

Ok so basically the problem is in how the updated event fires in vue even though the value of the underlying element is not yet updated, I think just running...

That's funny, I already made a websocket system and full api system and routing using laravel's standards and an interface extending the Vuex Orm model to lazy load the data...

IE is completely EOL (all IE even IE 11) and even microsoft doesn't support them anymore (https://techcommunity.microsoft.com/t5/microsoft-365-blog/microsoft-365-apps-say-farewell-to-internet-explorer-11-and/ba-p/1591666) It always possible to use [this polyfill ](https://github.com/GoogleChrome/proxy-polyfill) which doesn't cover all the...

So the problem is the not that the pivot is attached by reference but rather the entire model, so when you do a query, you will always get the same...