Serhii Khoma

Results 181 issues of Serhii Khoma

as a sidequestion: 1. where are the examples stored (in github) that are being distributed with neuromore studio .exe? could someone point me to the directory in github 2. does...

enhancement

Add to nixpkgs?

device support

on windows sending messages through "Feedback node" doesnt work (even if I start "session"), but it does work if I connect "OSC output" also ![Screenshot (13)](https://user-images.githubusercontent.com/7573215/148648757-830f6da8-4e74-4205-a8b1-5737ab13015a.png)

add support for CTRL-Z - undo, CTRL-SHIFT-Z - redo

Actual: editor supports only Del button on keyboard Expected: support CTRL-C, CTRL-V for copy-paste

e.g. click on function type `Logic` -> site showing only functions of `Logic` type

enhancement
question

# Having ``` module Main where import Prelude import Effect (Effect) import Effect.Console (log) main :: Effect Unit main = do let a = 1 -- can't get type of...

``` import Recaptcha from 'react-recaptcha' // throws "Uncaught Error: reCAPTCHA has already been rendered in this element" in StrictMode // // because in StrictMode all components are rendered twice //...