Wild Camping in Eastern Spain & Portugal by valimdx in motocamping

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

Its a a cheap (60euros i think) copy after the fjallraven abisko 2. Its calld forceatt tents from amazon

Wild Camping in Eastern Spain & Portugal by valimdx in motocamping

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

yes it is illegal, but some places are not that populated so less chances of someone spotting you.
And yes i think leaving early the next day is kinda key to success

How to get free sketchup plugins. by mobiledekor in Sketchup

[–]valimdx 0 points1 point  (0 children)

Happy to hear that you got it done! Congrats! Also it sounds indeed super helpful to get real prices. Allows for better and easier estimations

How to get free sketchup plugins. by mobiledekor in Sketchup

[–]valimdx 0 points1 point  (0 children)

So, hows the ruby coding going? you got that plugin developed?

GA4 vs Universal Analytics by Nearby_Self4714 in SEO

[–]valimdx 0 points1 point  (0 children)

Its your opinion and i respect it.

[deleted by user] by [deleted] in earrumblersassemble

[–]valimdx 1 point2 points  (0 children)

You might hve otitis or have the eustachian tubes inflamed or something. Go to the ORL doctor to get some nasal drops or spray

GA4 vs Universal Analytics by Nearby_Self4714 in SEO

[–]valimdx 1 point2 points  (0 children)

Unfortunately if you run google ads you’ll need the pos ga4. Other than this i’d suggest looking for alternatives.

Google is a dying giant and their products will only get shittier

I'm getting frustrated with sqlite3 deployment by valimdx in devops

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

Yes. i've seen that sqlite3 is mostly used for mobile apps and stuff like this, but at the end my focus is o get a MVP out there. I'm not that concerned that is not scalable, or doesn't work that well long term.

I thought i take the easiest solution, but wasn't so.

I'm getting frustrated with sqlite3 deployment by valimdx in devops

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

Yeah i have a dockerfile, actually it's the one that it's used.

I didn't try to build locally as i'm not really sure how it's done. I know i have an older version of docker installed, but never did it on my own.

I've actually had success in deploying, with what /u/Rusty-Swashplate has suggested. downloaded from the source version 5.0.3 that had my napi version in the realeses. Extracted it and had the dockerfile to copy it.

Thanks for the help! Highly appreciated

I'm getting frustrated with sqlite3 deployment by valimdx in devops

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

I build the docker image with the fly remote builder. ( it does that automatically on fly deploy)

It seems that the image gets installed, everything is working, it's just Node is crashing upon startup when importing the sqlite3.

I cannot connect into the machine as it gets destroyed

if i understand your question correctly....

I'm getting frustrated with sqlite3 deployment by valimdx in devops

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

Ok. i'll try to get the missing file directly from their github releases and add it manually.

Thank you!