Patrick Artounian
Patrick Artounian
``` [coc.nvim] error: Uncaught exception: Error: spawn /Users/patrick/.config/coc/extensions/node_modules/coc-tailwindcss/node_modules/rustywind/bin/rustywind EACCES ``` Seems like it runs fine on a vue file on save, but when running `:CocCommand tailwindCSS.headwind.sortTailwindClassesOnWorkspace` it throws this error....
Any tips on the easiest place of where to start? One thing I'd like to do is connect this to a DB so any user will have full history. Any...
Pardon me if this doesn't make sense, I have been using Trellis for some time but don't have that much experience writing my own Ansible and what not, but wouldn't...
For example, the snippet below fails due to the response not being interpreted as JSON. ```javascript return chakram.post(apiUrl, photo, { json: false }) .then(function(postResponse) { expect(postResponse).to.have.json(imageUrl); }); ```
For example, I am trying to follow a request which gets redirect to Amazon and few other places then finishes. How can I follow the hops to test them each?
I noticed it was in the goals, I'm beginning a new project and would love to consider neo4j rather than mongodb but don't want to have to create separate APIs...
For example: ```raml OAuth: properties: access_token: string token_type: string expires_in: number refresh_token: string refresh_token_expires_in: number scope?: string example: access_token: c.CosBCkBBkv9NFfYAhoM2 token_type: bearer expires_in: 604800 refresh_token: C.CoMBCkD1RIQyxCGqI38 refresh_token_expires_in: 604800 ``` Then...
Could you please add the `--seed #{seed_number}` and `--bisect` so we don't have to manually add these flags to debug the CI?
Thank you for your work! I have noticed monodevelop crashes everytime I want to start it, whether from Unity or by itself. Does anyone know how to fix this?
I'm having issues getting https://github.com/Snyssfx/goerr-nvim to work, but regardless since go.nvim is an all encompassing plugin for Go on neovim, it would be really cool to integrate the features into...