Luis

Results 11 comments of Luis

Hi @bradzacher when will this ignoring rule option be available? Asking because I'm in the middle of activating this rule in all our modules and some are blocked by this...

@RanVaknin Hi, thanks for your answer. Did you check that the STS call before the KMS call really was made? We observed that there is some sort of caching or...

@kuhe Yes we would still appreciate the fix since we do not explicitly configure a credential provider, STS seems to be the default. It would make sense to pass the...

@kuhe Thanks for the code example. Is there any description of this behaviour in the docs (i.e. the differnece between `requestTimeout` and `connectionTimeout`? Reading https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/introduction/#abort-controller I would expect that the...

I don't know if this is helpful but I think this issue is more related to the interaction between vite, esbuild or one of the plugins used to transform the...

@WasiqB the given JSON is what the latest version of cucumber printed out (shortened and anonymized). What would you need more? Thanks for having a look into it.

Update: Seems like https://github.com/eslint-community/eslint-plugin-eslint-comments is the successor of this repo and already is ESLint 9 ready

Ok, thanks for the quick answer. I find this very confusing (from a developer experience standpoint) given the following (simplified) example: ```typescript function fun(str: 'bar') {} function fun2(obj: {foo: 'bar'})...

Hi @jkowalleck I fixed the settings in the reproduction git repo, you should (after fresh git pull) be able to run it locally yourself. May I ask you to delete...

yeah, I didn't clean up the history, but the new master should at least work :D And yeah, I also think, it is no issue. @jkowalleck Alright, thanks for creating...