bobo
bobo
Makes sense
> Great idea honestly, it may end up as a import/export settings button due to how packages are built. Thanks for the response! I now realize I didn't say the...
I'm working on the issue: https://github.com/Bobrokus/scoop-extras/blob/master/bucket/godot.json Learning from #4566, my goal right now is to add a script for migrating old user data from `%appdata%/godot` to the persistent `editor_data` dir....
It does the same thing even when I create a fragment for the product in `setProduct.productSet.product`: ```graphql query getFeedCollection($id: ID!) { collection(id: $id) { products { nodes { ...FeedProductFragment }...
> Either way: I'd be happy to accept a PR that fixes this, but I'm unlikely to fix myself anytime soon. I mostly view the generator as a helper, so...
btw how do you generate your branch names?
> I use [jj](https://martinvonz.github.io/jj/latest/) instead of git. Automatic branch names are one of it's _many_ excellent features. Would you recommend it to a beginner?
> I am honestly not sure. I find it easier than git for a lot of things - but I'm quite far from being a beginner so my perspective may...
> I have had that error many times and it's often due to different versions of crates, the `winit` version used by you have to be exactly the same as...
> Aha, so you wanted the dependency updated, that makes sense 👍 Feel free to make a PR if you have the time, I don't have a lot of time...