George Katsanos

Results 99 comments of George Katsanos

it's an SSR server/client framework (Nuxt) but I assume I'll need to restrict this to server-side? (weird, we didn't explicitly needed to do this for the older dd-trace versions)

Thank you, unfortunately the complexity of the project is such that I am afraid it will not be possible. I was hoping someone has already witnessed this and there's already...

Filed a bug to https://github.com/webpack/webpack/issues/7199, although I suspect it has to do with something vue specific.

Have you checked that SourceMaps work? (because I think there are issues with mini-css-extract-plugin and sourceMaps)

Since this is not related to the pull request what's stopping us from merging it?

This exercise has some issues: _Implement a Readable stream, initiate a new stream instance from your implementation and pipe to process.stdout. You will receive the content to add to your...

Thanks. I added "((^[ \\t]_\.{0}|^[ \\t]_{0}|angular\.{0}|\)\.{0}|app\.{0})[ ]_\([ ]_[\"\'])([\w\.\$]*)([\"\'])" and changed the match_expression_group to 4, but I still get the same results... (reindexed) What's the regex to have fooApp ? Could...

I'm actually not so sure I used the right regex, could you clarify?

is there a way to use a wildcard of some type so that all *App names are picked-up?

I can't really do Regexes :) Wouldn't it be helpful to make it by default catch all names that end on "app" ?