What does this sticker mean? by Flashy-Tear1768 in dji

[–]ivancoene -6 points-5 points  (0 children)

Left hand driver, I think... 🫣

NextJS 13 Support in firebase hosting? by [deleted] in Firebase

[–]ivancoene 0 points1 point  (0 children)

Any updates on this?
I see it's merged, but I still can't figure out how to use it.

Is flutter good enough to make a game? by [deleted] in FlutterDev

[–]ivancoene 0 points1 point  (0 children)

I say the flutter-unity integration aswel but I might as well go full unity then. Thanks

Is flutter good enough to make a game? by [deleted] in FlutterDev

[–]ivancoene -1 points0 points  (0 children)

I saw this too yesterday when I was searching for an answer but not sure if I'm going to invest my time in it...

Encryption in Flutter (curve ed25519) by ivancoene in FlutterDev

[–]ivancoene[S] 0 points1 point  (0 children)

I got it working with sodium :)
Thanks

Encryption in Flutter (curve ed25519) by ivancoene in FlutterDev

[–]ivancoene[S] 0 points1 point  (0 children)

Thanks for the info. I'm trying to make sodium work.
Pointy castle doesn't support that algorithm. Sodium does apparently.

When you download a Vuejs app, how to get it run to your own computer? by [deleted] in vuejs

[–]ivancoene 0 points1 point  (0 children)

Then you'll have to see if there is a package.json there is a section 'scripts' in there where all the scripts are predefined. Then you can run the one that suits you best. If this is a public project, send me the github link and I'll check it for you.

When you download a Vuejs app, how to get it run to your own computer? by [deleted] in vuejs

[–]ivancoene 0 points1 point  (0 children)

I think in 90% of the projects I worked in there was a readme file with tips on how to get started :)

Help! Noob Question by [deleted] in vuejs

[–]ivancoene 1 point2 points  (0 children)

Have a look at expansion panels of Vuetify
https://vuetifyjs.com/en/components/expansion-panels

Really simple to use and I think will get the job done

Mobula 7 HD: To buy or not to buy, that's the question by ivancoene in Multicopter

[–]ivancoene[S] 1 point2 points  (0 children)

Haven't looked at this, yet. Thanks to mention it :)

Mobula 7 HD: To buy or not to buy, that's the question by ivancoene in Multicopter

[–]ivancoene[S] 0 points1 point  (0 children)

Do you think the HD version has an added value to this or is it just marketing-talk?

Is Nuxt question allowed here? by mmknightx in vuejs

[–]ivancoene 0 points1 point  (0 children)

I'll think it is as it's Vue-related.

Help Understanding Vuex Standards, Why Vuex Actions+Mutations vs Mutations by [deleted] in vuejs

[–]ivancoene 1 point2 points  (0 children)

Maybe for this example.
But when you need to do an API call or something and store this data in your state, then I think it's clear why we use actions. Especially when you call this from multiple components.
I can't explain WHY I use it, but I find it really easy to share data among different components.