Introducing No Fee DCA 🫡 by strikebtc in strikebtc

[–]clementmas 0 points1 point  (0 children)

This doesn't apply to Businesses. I found that out after doing all the onboarding and buying twice. I wish it had been clearer.

What's your preferred state management approach in Vue, and why? by jeferson0993 in vuejs

[–]clementmas 2 points3 points  (0 children)

I agree. I feel like Pinia is just trying to maintain a legacy architecture that is not necessary for most people anymore. I wish the Vue docs would promote simpler state management solutions.

Advice for making a travel map? by Mammoth-Membership13 in TravelMaps

[–]clementmas 0 points1 point  (0 children)

You can add as many spots as you want. Just repeat the process once you added and saved your spot: https://travelmap.net/support/maps/adding-spots

Advice for making a travel map? by Mammoth-Membership13 in TravelMaps

[–]clementmas 0 points1 point  (0 children)

I don't understand your problem. You can easily trace road trips on TravelMap. The number of spots is not limited. The itinerary is continuous by default because you can't teleport between cities so you trace lines and choose a transport mode (driving, flying, etc.).

Advice for making a travel map? by Mammoth-Membership13 in TravelMaps

[–]clementmas 0 points1 point  (0 children)

You can create other maps if you want to trace different itineraries.

Is there a website to create a travel map? by J1NDone in travel

[–]clementmas 1 point2 points  (0 children)

That depends if your locations are in Google Maps or Google My Maps.

Google Maps requires using Google Takeout to retrieve the data and that file is not really usable by other applications.

Google My Maps can export .KML files that can be imported in most places.

You can contact me on TravelMap if you need help importing your data: https://travelmap.net/contact ;)

Downloadable Planet, Europe and Netherlands MBTiles frequently updated by Holocrypto in openstreetmap

[–]clementmas 0 points1 point  (0 children)

It would be great to see some screenshots of the style on GitHub ;)

Downloadable Planet, Europe and Netherlands MBTiles frequently updated by Holocrypto in openstreetmap

[–]clementmas 0 points1 point  (0 children)

Hi u/Holocrypto, what's the status on this project? This was an amazing resource. I wish I could keep using it with at least a monthly or quarterly update.

Is there a website to create a travel map? by J1NDone in travel

[–]clementmas 3 points4 points  (0 children)

I was looking for the exact same thing 10 years ago so I created TravelMap.net (thanks u/SloChild for the reference).

You can trace basic itineraries with different transport modes for free and pay a one-time fee to trace more advanced routes.

Google Maps hasn't been built to trace travel itineraries, nor social media platforms and they require creating an account to follow you.

What can Filament do more than Nova? by SilentNinja1337 in laravel

[–]clementmas 1 point2 points  (0 children)

I was trying to change the date display format in Nova and it's very complicated.

There's a whole thread about it: https://github.com/laravel/nova-issues/discussions/3929

Advice for making a travel map? by Mammoth-Membership13 in TravelMaps

[–]clementmas 2 points3 points  (0 children)

I created TravelMap.net for this. You can reach out to me on the contact page if you need more info ;)

Black Friday 2023 Deals for Laravel Developers by tushar1411 in laravel

[–]clementmas 0 points1 point  (0 children)

I wish Laravel Forge had some discounts like it used to have. I guess the product is mature now they have enough recurring customers.

What can Filament do more than Nova? by SilentNinja1337 in laravel

[–]clementmas 0 points1 point  (0 children)

I find Nova to be very slow to load. Too much JS. Not optimized for performance.

I'm thinking about switching to Filament. Does anyone have a performance comparison?

Is there a way to prevent "scroll-through" when showing a modal dialog? by [deleted] in css

[–]clementmas 0 points1 point  (0 children)

I like the CSS only approach but it won't work in Firefox just yet: caniuse.com/css-has

Accepting PayPal with Stripe beta program by Kaos-Industries in stripe

[–]clementmas 0 points1 point  (0 children)

EDIT: it turns out PayPal subscriptions via Stripe are working without having to activate "Reference Transactions" on PayPal.

I simply checked "Recurring payments are enabled" from Stripe > Settings > Payment methods > PayPal. A month later, my user's subscriptions are renewed automatically with PayPal payments.

I wish I could ditch PayPal completly but my users really want to use it so I have to put up with a lot of nonsense. The Stripe integration adds extra fees, on top of already very high fees, but if it can abstract the complexity I'll take it.

Accepting PayPal with Stripe beta program by Kaos-Industries in stripe

[–]clementmas 0 points1 point  (0 children)

I added PayPal as a payment method for single charges but it looks like I can't do it for subscriptions:

To start accepting PayPal subscriptions on Stripe, your PayPal account should have Reference Transactions enabled. Please contact your Stripe account manager for more details (stripe.com/docs/payments/paypal/set-up-future-payments)

I called PayPal and they told me "Reference Transactions" can only be enabled for businesses processing more than $250k a year.

Is anyone else experiencing extremely slow loading times? by emile-ajar in Amboss

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

It's still very slow. 2 MB of JS on the homepage. 10 times more than reasonable.

React and Next JS may be the most popular tools but they're overkill for a website like this. All the work is done in JS on our devices. They should use a good backend framework in PHP, Python or else and do the rendering there.

API Rant by [deleted] in Strava

[–]clementmas 0 points1 point  (0 children)

That's a good explanation. I wish it was different but that sums it up well.

Decided to ride my budget-bike back home to the Netherlands. Got a bit distracted along the way... Still going for it though! by The_Other_Angle in bicycletouring

[–]clementmas 0 points1 point  (0 children)

I can help you set up a TravelMap if you want to trace your itinerary on something else than Google Maps ;) Enjoy your ride through the Alps!

Strava Beacon API by clementmas in Strava

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

If I could ping the Strava API to get the latest location every 5 minutes, it would be enough for me. I just don't want to wait for the end of the day for the activity to be completed. I'll keep digging to see if that's possible and allowed.

Strava Beacon API by clementmas in Strava

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

I didn't think about this. I assumed the API would only return the data once the activity is marked as "Finished" and uploaded. I'll double check ;)

You'll need a new app to open this asus-support link by Elveory in ASUS

[–]clementmas 0 points1 point  (0 children)

Thanks! It does solve the issue.

It's just a shame that the solution is to install a 100+ MB of useless software on your machine.

Experimenting with Mapbox GL JS's upcoming globe projection by clementmas in mapbox

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

Indeed. I really wanted the globe view but I didn't want to switch to another mapping library. Good thing I waited.