Thibaut Allender
Thibaut Allender
> I don't think disabling Gatekeeper is a good practice. Any timeline on a signed M1 release? Disabling Gatekeeper just to allow one application to run is indeed a terrible...
I'm on the same boat: `JsDom Cannot render urls, please set the browser option to true` But a .accessibilityrc file in the same folder doesn't solve it.
OK so I debugged this and found out the CLI script was not checking for .accessibilityrc Here's a patch: In access-sniff/dist/cli/index.js, add these lines at the top: `var _rc =...
What do you have in `wire-pod/chipper/jdocs/botSdkInfo.json` ?
OK so it's definitely activated, what about `jdocs.json` ?
This is the 2 config files wire-pod uses to communicate with Vector and stores its current config (eye colour etc, what you're supposed to access via the UI). `0dd1b62e` appears...
My current solution, involving a custom `preg_replace` Twig filter, is convoluted :-D ``` | retconSrcset([ 'rendition320', 'rendition640', 'rendition1024', 'rendition1280', 'rendition1600' ], 'img') | retconAttr('img', {'sizes': false }) | preg_replace('/width="([0-9]+)"/', 'width="$1"...
I'd be happy to compile it but seems tricky to include `kaldi` as it's not compatible with the latest version of `openfst` (see https://github.com/kaldi-asr/kaldi/issues/4712)
Actually I have a workaround by not using namespaces but adding a secondary view path in `config/view.php`: ``` 'paths' => [ resource_path('views'), resource_path('droplets/components'), ], ``` But being able to use...
@n3storm not sure I understand what you mean by "Laravel Modules package".