Ristomatti Airo

Results 100 comments of Ristomatti Airo

I second this, especially support for zooming using mouse wheel. The [Mermaid Preview](https://marketplace.visualstudio.com/items?itemName=vstirbu.vscode-mermaid-preview) extension supports this but sadly it doesn't seem to be actively maintained and has some bugs of...

@gharsallahmoez @davidfvo Does it work at all for you, which React Native version do you have and/or have you perhaps resolved the issue already? I'm trying to solve a bug...

**Edit:** This might actually be related to something else, e.g. `child-process` not yet supported. Seems to affect [ShellJS](https://github.com/shelljs/shelljs) as well. Test code: ```ts import * as shell from 'shelljs'; shell.echo('hello');...

This definitely is not maintained (at least as open source). I've worked on a customer project in which React Storefront was initially used as the starting point, Quickly it become...

Updated link to DefinitelyTyped typings: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/shelljs/index.d.ts

@Paraphraser His last commit was on 25th April. I wouldn't call that the start of the year? With regards to re-merging I wonder how that would work out as I...

> Hey @ristomatti try these 2: > https://github.com/SensorsIot/IOTstack#migrating-from-the-old-repo - Migration > https://sensorsiot.github.io/IOTstack/Custom/ - Custom services Thanks, I've read both. First lead me to the current state with zigbee2mqttassistant (and maybe...

Thanks @Slyke, you're being very kind. I haven't yet tried. To be honest I had some strange issues with Docker (using the old repo) and had to rollback to my...

@kodeine TLDR; You might actually be able to work around this but the result might not be what you were expecting to gain. I received a notification as I had...

While upgrading React Query from v3 to v4, I noticed this method of cancellng requests is either removed or deprecated. I say either or as v4 migration guide says it's...