Ethan Setnik
Ethan Setnik
**Describe the bug** French words are not spell checked correctly. **To Reproduce** Steps to reproduce the behavior: frontend/public/locales/fr/trainingPlans.json ```json { "buttons": { "addOutsideCompletion": "Ajouter un achèvement extérieur" }, "contentForEmpty": {...
Example: I have in my `coc-settings.json` ```json "cSpell.userWords": [ "algolia" ], "cSpell.allowCompoundWords": true, ```  I would expect that since the word `algolia` is in my `userWords` and I am...
On iOS 4.3.3 devices I cannot connect to airplayer anymore. In debug mode I get no output when initiating the connection. On the device I get "could not connect" error...
The readme does not specify as many markerColor options as found in the css. I added the missing values in the order they appear in the css.
in the [`visionmedia/debug` command line](https://github.com/visionmedia/debug#wildcards) you can specify an exclusion like: ``` DEBUG=*,-something ``` But this doesn't work in this package. I'm not sure if the goal is to be...
Adds a currently failing test case for #20
Please update documentation for usage of this plugin with the newly released [node 8 support in lambda](https://aws.amazon.com/blogs/compute/node-js-8-10-runtime-now-available-in-aws-lambda).
Pnpify documentation shows that prettier is supported https://yarnpkg.com/advanced/editor-sdks#vim--cocnvim but we need to add a custom `prettierPath` to the `coc-settings.json` so that the pnpified prettier can be used. Can `coc-prettier` add...
Error: ``` E: Failed to fetch https://packages.microsoft.com/debian/9/prod/dists/stretch/InRelease Clearsigned file isn't valid, got 'NOSPLIT' (does the network require authentication?) ``` Dockerfile ``` FROM php:7.2-stretch # Set timezone to America/New_York ENV TZ=America/New_York...
We should support the latest version of firebase/php-jwt which is v6