Marton Sari

Results 12 issues of Marton Sari

Setup ends with a `sudo: unable to resolve host bthidhub: Name or service not known ... FATAL ERROR: Remote side unexpectedly closed network connection` message. See the log below. I...

Hi, I might be missing something, but with: a.js: ``` import b from './b.js' console.log(b) ``` and b.js: ``` import a from './a.js' console.log(a) ``` `madge ./a.js` just prints out...

core

**Code to reproduce the issue:** index.js: ``` import { run } from '@cycle/run' import { timeDriver } from '@cycle/time' function main (sources) { return {} } const drivers = {...

'raf' and 'performance-now' modules export functions, and 'import *' produces a namespace object, which is always a plain object. This error is hidden in cjs compile targets, because require() calls...

Hi, I have encountered this error upon startup. ``` pi@raspberrypi:~/projects/keyboard_mouse_emulate_on_raspberry $ sudo ./boot.sh [ ok ] Starting bluetooth (via systemctl): bluetooth.service. DC:A6:32:D4:1F:82 pi@raspberrypi:~/projects/keyboard_mouse_emulate_on_raspberry $ ./mouse/mouse_client.py detected mouse: /dev/input/event0 INFO:root:Connected MouseInput@/dev/input/event0...

### Provide your feedback here. When the ComboBox or Select component have a bit more items, they easily become laggy, because the full list re-renders on a single item hover....

bug
help wanted

Hi, Thanks for this awesome lib. It's genius. One thing is bothering though, namely that I can't use orphan text nodes among HTMLElements. I have a custom pragma to support...

/Users/.../myproject/node_modules/tailwindcss-group-modifier-plugin/dist/index.js:1 import plugin from "tailwindcss/plugin"; ^^^^^^ SyntaxError: Cannot use import statement outside a module

The 'simple routing' example on codesandbox referenced in the README doesn't work, loading stops with a 'module not found' error.