Ville Saukkonen

Results 102 comments of Ville Saukkonen

I think this kind of feature would largely cover my proposal for relay connection support: https://github.com/prisma/nexus-prisma/issues/212 Or at least I believe it should be possible to build some utilities on...

I think this is actually the same issue I was describing elsewhere: https://github.com/hashicorp/terraform/issues/29443 It prevents from using manifests that get finalizers added.

Seems that there was a proposal for kubernetes native functionality for this, but it will be reworked and there is no timeline for it: https://github.com/kubernetes/enhancements/issues/753 I think an endpoint could...

Indeed! Good catch! I think `>` changes the semantics of the AST so that `item.props.data.length` and `>` are grouped together which causes it to be left out from the transformation....

Can you give a bit more complete example with imports and such? Does Lodash provide curried versions of functions out of the box? It might be hard to track wether...

`ThisExpression` needed some special attention but this seemed to work: https://github.com/villesau/optional-chaining-codemod/pull/54/files

And yeah, function calls are not currently handled. Doesn't seem to be super straight forward to fix either unfortunately :/ If you want to give it a try, pull requests...

Thanks for the PR @daveisfera ! And sorry for super late reply. Looks like the tests are failing on this one. I've added github actions to the repo so by...

Thanks for trying to fix this @mariomc! In the meanwhile `--skipVariables` should skip this behaviour since it is rather unsafe. It's not easy to understand the type of the variable...

@kristerkari I think that's not quite the same. The motivation behind this is that we have common variables.scss file, which is imported hundreds of times across the project. It mostly...