Ruben R

Results 17 issues of Ruben R

Hi! In the documentation I saw this example: ```rust let other_collider = if contact_pair.collider1() == entity { contact_pair.collider2() } else { contact_pair.collider1() }; ``` I thought that I'd suggest a...

C-Enhancement
good first issue
D-Easy
P-Low
S-not-started
A-Integration

``` import SortableTree from 'react-sortable-tree'; import theme from 'react-sortable-tree-theme-file-explorer'; const Project = ({project: {label, tree}}) => ( {label} ); ``` Gives: ``` Warning: React.createElement: type is invalid -- expected a...

1. 2.5.13 2. Linux x86_64 3. Edited content 4. Caret should maintain position 5. Caret jumped to the first position in the editor I suppose that maybe this is actually...

It would be awesome to be able to plug in something like https://ajv.js.org/#getting-started to enhance the editor with not only syntax validation, but schema validation for structured JSON.

In order to use [Hot Module Replacement](https://webpack.js.org/concepts/hot-module-replacement/), a mechanism needs to be built in to allow canceling and replacing saga tasks, as well as replacing store reducers.

enhancement

### Problem The runtime `hot.accept`s a refreshed module unconditionally, however in advanced circumstances it might be desired for the HMR invalidation to propagate up to a parent watching for changes....

### TL;DR Trying to re-release old versions even with manifest config ### Expected behavior The correct versions to be released ### Observed behavior Please see: https://github.com/cha0s/flecks/pull/26/files You can see right...

Somewhat related to #140 and #144 Instead of having to fuss about internal nodes and hovering, it seem to me that the real solution is just to allow dropping nodes...

### Reproduction Repository: https://github.com/cha0s/remix-eat-error **Heads up**: This is using the **`vite-express`** template and happens in **dev mode**. There is only one commit on top of the output from `npx create-remix@latest...

bug:unverified
renderer:react