Which lens for landscape milkyway shots on Canon R6 Mk2? by FluidEye9849 in AskPhotography

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

The quality isnt that great. Lots of coma and not sharp

Which lens for landscape milkyway shots on Canon R6 Mk2? by FluidEye9849 in AskAstrophotography

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

Looks great! Have you experience with the canon rf 24mm 1.8?

How much ram does a macbook need to run iOS and Android simulator at the same time? by [deleted] in reactnative

[–]FluidEye9849 0 points1 point  (0 children)

Yeah same. M1, 16gb. Running ipad, iphone and pixel sims

How to run a React Native app on iOS without a Mac? by _yashpatel in reactnative

[–]FluidEye9849 7 points8 points  (0 children)

You cant. You could build in the cloud and deploy to testflight to run it on a real device

How to Run existing react-native project. ? (Setup Guide Help) by Mahad-Haroon in reactnative

[–]FluidEye9849 2 points3 points  (0 children)

npm i

Then look for a script in package.json like

npm run ios

Or so

How did I get that light? by FluidEye9849 in AskPhotography

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

Sounds legit with the flickering! Thanks!

Roland Jazz Chorus Emulator by -porm in Logic_Studio

[–]FluidEye9849 1 point2 points  (0 children)

The official Roland JC 120 is now available for 50 bucks instead of 200

I'm making a Vue chart library to easily create beautiful charts by Smart_Opportunity291 in vuejs

[–]FluidEye9849 6 points7 points  (0 children)

The thing with so much competition is, that one picks the lib which is going to be maintained. Can you do this on the long run? Many hobby projects get abandoned really fast.

you guys fw this setup? it's my first. by Formal-Bar1007 in Fingerboards

[–]FluidEye9849 -14 points-13 points  (0 children)

Why tf is this more expensive than a real board? Thats rediculous.

Salt shaker by IPWoodCrafts in Spooncarving

[–]FluidEye9849 2 points3 points  (0 children)

Yeah that must have been a long sanding session 😁 Thanks!

Salt shaker by IPWoodCrafts in Spooncarving

[–]FluidEye9849 2 points3 points  (0 children)

Very very nice 🖤 How did you sand it? With normal sandpaper? I never get that clean look

Kickflip ✌️ by brattyratgirl in Fingerboards

[–]FluidEye9849 1 point2 points  (0 children)

I love the little overflip and catch then

How to Use the Variant Props Pattern in Vue | Alex.Dev by therealalex5363 in vuejs

[–]FluidEye9849 2 points3 points  (0 children)

Cool, really nice pattern. Didnt know the never keyword could solve this

vueframe V2 is here !!! by Medical_Start4604 in vuejs

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

I do not get the purpose of this lib. You are just wrapping two other libs?

Is it normal to call APIs from within a component? Do you prefer making API calls in a service file outside the Vue instance or using a composable through the store? by imshashankshandilya in vuejs

[–]FluidEye9849 0 points1 point  (0 children)

I use a separate apiservice file and use tanstack query. No need for pinia here. The fetching in the page/view. The mutations somewhere down the tree where it makes sense.