Chris Waters

Results 8 issues of Chris Waters

I came across a problem using react-easy-state that feels like a limitation in observer-util. To make sure that React re-renders when an object assignment changes, the object needs to be...

Resolves #186 Proposed changes: - automatically include all component renders within a batch - removes all monkey patching to do batching of component renders The basic theory of operation is...

The following works correctly with Opal, but crashes if compiled using `irb: true`: a = 1; 1..100.times { a = a + 1}; a The problem can be reproduced easily...

bug
compiler
irb

**React Easy State version:** 6.3.0 **Platform:** browser There is another subtle problem after calling an async function. Array mutation causes immediate re-rendering for each fundamental operation (set, get, etc). This...

bug

It is not possible to test enqueue_in_with_queue or enqueue_at_with_queue since the tests fall through to enqueue_in/enqueue_at which use queue_name(klass) to get the queue. My classes can't report their own queue...

If I define a hasOne relationship like: const Employee = ApplicationRecord.extend({ static: { jsonapiType: 'employees', }, attrs: { name: attr(), manager: hasOne(), }, }); I want to be able to...

I am looking for a very light-weight code editor for a new language. prism-code-editor is very attractive because of the small size and the use of prism for easily defining...

### Prerequisites - [x] I have read the [Contributing Guidelines](https://github.com/ionic-team/stencil/blob/main/CONTRIBUTING.md). - [x] I agree to follow the [Code of Conduct](https://github.com/ionic-team/stencil/blob/main/CODE_OF_CONDUCT.md). - [x] I have searched for [existing issues](https://github.com/ionic-team/stencil/issues) that already...

Bug: Validated
Help Wanted