David Joseph Guzsik

Results 48 comments of David Joseph Guzsik

I'm implementing CSP (running it in report-only mode for now) and I got a report like this: ``` { "csp-report": { "blocked-uri": "self", "document-uri": "https://example.com/my/page", "line-number": 1, "original-policy": "default-src 'none';...

I cannot reproduce the issue currently, if it also breaks for me I will look for a possible fix.

I'm closing this issue due to lack of activity, I have not experienced this issue myself since an therefore cannot help with fixing it.

I'd love to have this browser, I really hope it's development will continue!

I am having quite a difficult time dealing with comments in the imports as I need to reconstruct the import statement from scratch each time to check how the fixed...

Is this expected to be merged? I'd like to use a memory adapter but I can't on the current release.

This is usually caused by connection errors that gets eaten by the `@file_get_contents` line. The best would be to handle them instead.

Since this package is largely unmaintained as far as I'm aware I've also stopped using it in my own app, and have not found a suitable replacement since.

@evy0311 Using a fork just for this is overkill in my opinion, Doctrine allows extending its functionality well enough that the custom code necessary could be implemented with just a...

I've since created [eslint-plugin-import-newlines](https://www.npmjs.com/package/eslint-plugin-import-newlines) for this to use in my projects.