Tom Hatzer
Tom Hatzer
I've opened a PR for this right here https://github.com/Sparclex/nova-import-card/pull/35
The problem is basically that the field names have spaces when using them as translatable fields. The events emitted don't get triggered due to the spaces inside (invalid event names)....
Hi @gauravmak ! Thanks for replying 😃 Sure, I've spent quite some time now on this but I'm uncertain if testing of the custom models is possible at all. Setting/overwriting...
@hoijui you could also save the cache into a volume by providing the following parameters to docker run: `--volume /srv/docker/squid/cache:/var/spool/squid3` (customize the cache path with your preferred local path)
Hey @robcresswell, any news on this one? Thank you very much and have a great day! Best wishes Tom
> Adding markdown support seems a bit more difficult, because there is no wrapper around the native laravel nova markdown field (like there is for trix), so basically I would...
@christophe-mailfert have you tried setting CORS options for your events manually in your serverless.yml? Something like this: ```yaml provider: name: aws region: eu-west-3 runtime: provided.al2 stage: ${opt:stage, 'dev'} apiGateway: binaryMediaTypes:...
I've got the same problem. Basically every connection that's using SSL prints out this error message. How can we get this fixed? Can I provide you with sample code and/or...
@ThrDev do you possibly have an answer/fix for this error?
Hey @ThrDev , that's awesome! I've been bumping my head the last few days and weeks to get this bug fixed, but I'm not able to do it... I've modified...