Martijn Saly

Results 394 comments of Martijn Saly

A bug like this makes this project feel abandoned. Setting up tricks to work around the UAC prompt is insane. A program that requires elevation, should ask for it. Users...

As a temporary workaround, we can use this in the `main.js`: ```js module.exports = { webpackFinal: async config => { const definePlugin = config.plugins.find( ({ constructor }) => constructor &&...

In the console, when I now log `process.env`, I'm seeing it as an object. There's nothing holding anyone back from adding a key to it. So, my question is, how...

@israelKusayev Exactly my point. What manner of black magic happens when logging some key in an object yields its real value, but the object as a whole logs empty. How?...

I was getting this in a **Vue** project... I don't know why. I had just installed Storybook as well. All I did was switch branches, go back to my storybook...

I reported this issue in MAPS.ME a few years ago. It's not possible to rotate the map "a little bit", but my OCD sometimes needs a road to look vertical...

I prefer customisable options over a UI that tries (and let's face it, usually fails) to be smart. Options are explicit, persistent, and easy to predict. Folks who don't like...

@Markus40 > I have used an app that did it this way (although it was easier to accidentally rotate the map) and it was pretty annoying. Subjective. But I'm guessing...

Yes, checked, and no. It only switches between "follow location" and "follow location and direction", No amount of tapping it, will persistently disable location following. If you think it should...

This is still adding intelligence, whereas an option, like I said is just so much easier to make, and to comprehend. Here, what's easier: * Don't follow location if -...