Arkadiusz Sygulski

Results 69 comments of Arkadiusz Sygulski

N stands for Noein (inb4 Naruto 😂)

`node-sass@5` is not working on your evironment. You can try running the following commands after cloning repository: ``` npm uninstall node-sass npm install sass ``` Should work as drop-in replacement....

Dart Sass deprecation warnings shouldn't result in Nuxt's "Service Error" page. > Error occurred when calling nuxtServerInit: Request failed with status code 403 I see only one `nuxtServerInit` in store,...

The script you are referring to is a Nuxt state generated during SSR. You can _remove it_ by changing `ssr` to `false` in `nuxt.config.js`. As the name suggests, it will...

It is required to run the daemon alongside instance. Without proper documentation, implementing this as is ("set `true` for virus scan") is ought to bring trouble.

You could probably configure your nginx instance to redirect (or even proxy) to s3.

You shouldn't casually _include_ other, unrelated features in single PR. Nor modify package-lock.json for that matter. In the code, you delete the file from DB twice by passing `true` as...

I'd advise against using external public services for this kind of job, unless done in explicit plugin-like fashion. It is a matter of the time until the compatibility breaks. Also...

You can restrict scrobbles to "Music" only in settings.

Hi! I was looking for official method to add custom SVG in my vue project and stumbled onto this open issue. After a little more research I found the [official...