Joe Pea
Joe Pea
Maybe when you detect the HTML5 target it uses iframes instead of CEF?
https://github.com/que-etc/resize-observer-polyfill/blob/a3ae98bcd34e972b92d9e40e8b974a75399503e8/src/ResizeObserverController.js#L162-L169 Here this triggers `refresh`, which makes all ResizeObservers check for size changes on _any_ change of _anything_ in the DOM. This seems like it may be a little heavy....
I skimmed through the code, and I see that `throttle` is used with a value of `20` on top of `setTimeout` which calls `requestAnimationFrame`. I think this is problematic because...
Hey guys, awesome game! Love it! One thing that I would love to see in future project is more markup. Maybe you guys can adopt React or Angular for a...
a pull request to get started with https://github.com/RethinkRobotics-opensource/rosnodejs/issues/151 :black_large_square:
It will be more respectful for all possible users to remove the `master` / `slave` terminology from the lib. https://github.com/RethinkRobotics-opensource/rosnodejs/blob/af5d458829fe8103ea45fcd51498140d2b7cba85/src/lib/RosNode.js#L22-L23 PR with initial replacements: https://github.com/RethinkRobotics-opensource/rosnodejs/pull/152. I'm not sure what will...
Is there a feature of rosnodejs that can use constant memory instead of creating new objects each message? I am making a realtime web-based visualizer for lidar data, and receiving...
After enabling this, and even restarting VS Code, I don't see any `// TODO` comments highlighted, and also the `TODO-highlight: Toggle highlight` command doesn't seem to work. I can't get...
Gleening from some examples in the issues, I'm running ```sh documentation serve ./src/index.js --parse-extension ts ``` and `src/index.js` has an `export * from './components'` where the `./components` folder has `index.ts`,...
NWJS Version : 0.46.2 Operating System : Manjaro Linux ### Expected behavior I expect to be able to `fetch('file://.....')` ### Actual behavior ``` Fetch API cannot load file:///.../foo.svg. URL scheme...