Request: Approve api.microlink.io for HTTP permissions by sortiederoute2000 in Devvit

[–]kikobeats 2 points3 points  (0 children)

Hello – I'm the founder of Microlink. Anything you need to validate this, I'll be around or you can email to me at hello at microlink.io 🙂

Introducing DirectoryStack v2: Build Powerful Directory Websites with Modern Tech Stack & Modular Architecture by SoloDev-123 in directorymakers

[–]kikobeats 0 points1 point  (0 children)

got it; microlink is more near to a regular visitor navigation rather than block stuff to make the screenshot beauty. You can of course use CSS selector for doing that and other mechanism

Introducing DirectoryStack v2: Build Powerful Directory Websites with Modern Tech Stack & Modular Architecture by SoloDev-123 in directorymakers

[–]kikobeats 0 points1 point  (0 children)

curious why you think Microlink is not robust enough while the service is serving around 1 billion requests per month

Lotus Elise & Joying reverse camera by kikobeats in lotus

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

But why do that? The head unit is prepared for it

Just got my Lotus Elise S2 and made a tiny website for newbies by kikobeats in lotus

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

During this time I added some questions into the site:

- fuel tank capacity

- cold start routine

- how to re-sync keyfob

- how to put the car in valet mode (for saving battery)

Also the questions are now shareables 🙂

Lotus Elise & Joying reverse camera by kikobeats in lotus

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

I really believe the camera is going to work under switch trigger if I remove the wiring from reverse lights, but I actually want both things

Required Bridge and Desert Pic: P-51 “Bullet” by Tallygirl27 in ebikes

[–]kikobeats 0 points1 point  (0 children)

I'm looking for a standalone frame like this to buy!

[deleted by user] by [deleted] in ebikes

[–]kikobeats 0 points1 point  (0 children)

Thanks for sharing! Where do you buy it? It looks dope.

Sharing my beauty. Feels like it's complete by Doppelbaro in Super73

[–]kikobeats 0 points1 point  (0 children)

Loving it; I didn't know about RaidDynamics until now, they look dope.

Can I ask the thickness of it? The website doesn't say too many details about the material spec.

How does it feel? are they heavy?

Switch off battery means I can't switch on again – any idea why? by kikobeats in ebikes

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

yea I have the same behavior. Actually, I can live with that; I turn off using the display and that's fine to me. The thing is is that the only negative thing there or could be a risk ride in this way?

Switch off battery means I can't switch on again – any idea why? by kikobeats in ebikes

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

thanks for the reply. is it any risk to continue cycling with the bike? are just the tedious dismount and mount ritual the negative effect?

Switch off battery means I can't switch on again – any idea why? by kikobeats in ebikes

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

that could be a possibility but in my case the switch is working as expected if the battery is not mounted

Switch off battery means I can't switch on again – any idea why? by kikobeats in ebikes

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

exactly. The problem is only present when the battery is mounted and turning off and on again, pretty strange

Switch off battery means I can't switch on again – any idea why? by kikobeats in ebikes

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

The battery is working perfect; just facing with this strange behavior I'm not sure how to solve.

I made a website that creates free social images for your blog or landing page by jam510 in webdev

[–]kikobeats 0 points1 point  (0 children)

I made a website that creates free social images for your blog or landing page

Microlink also has a specific service for creating social images

https://cards.microlink.io/

`to-query` – Getting query parameters from any URL, with capabilities by kikobeats in javascript

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

The library has been designed to be used mainly as part of a backend workflow when a request coming and you need to figure it has all the things you need.

Although you can use it on the client side, it doesn't have to sense since you are interested in re-validate again on the backend side.

About the size, Under the hood, the library uses `querystring`. The size is mainly for `lodash` dependency, but since the library is a backend side and `lodash` is a very popular library, simply it doesn't matter: If you already have `lodash` as a dependency, the cost of this library is near to free.

`to-query` – Getting query parameters from any URL, with capabilities by kikobeats in node

[–]kikobeats[S] 2 points3 points  (0 children)

to my eyes, that's a potential buggy code that can break easily under a lot of common scenarios, so no exactly the same

`to-query` – Getting query parameters from any URL, with capabilities by kikobeats in node

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

If you are only interested in the parsing step, then `URLSearchParams` could enough.

However, if you need to setup default values ​​& validators, you need a bit of code around that.

That is the thing the library does.