Rafał Chłodnicki

Results 1204 comments of Rafał Chłodnicki

> PS: the instance will be passed in as the first argument of the function Not the case with component methods though: ```js methods: { getValue: (v) => { v.foo;...

> I'm curious about which kind of a real use case that you would need this inside data(). @SkyaTura You might want to create data based on passed props, for...

The `init` options are not relevant because I have reproduced that even without initializing Sentry. It's just about the the Sentry `requestHandler` apparently. Here is minimal reproduction that reproduces with...

Getting the same error doesn't mean that the root issue is the same. This error can trigger for various reasons. I don't quite see how my specific issue could be...

It doesn't fix it here. Are you able to make it work with the repo I've provided? In any case, it would still be a bug IMO, even if it...

So the text is missing already on running release script in the command line. This is even before the github page is opened. I've tried both with and without the...

And this is the configuration that that project uses: https://github.com/nuxt-community/sentry-module/blob/99222475993865dc7a05eda40eaafec4726b7aa8/.release-it.js

Still an issue. I'm short on time but might look at it myself if the resources are short on your side also.

I'd agree that we could implement a short term solution for now since those grammars are already assigned to handle `.tfvars` files [1] so it wouldn't be much of a...

The ST will use the sublime-syntax version indeed. The only concern I had is that if I would make a PR, someone would probably expect me to also update the...