Serhii Khoma
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...
on windows sending messages through "Feedback node" doesnt work (even if I start "session"), but it does work if I connect "OSC output" also 
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
# 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 //...