jhsware

Results 15 issues of jhsware

When extending an object prototype, the constructor of the extended OP isn't called by default

It appears that if you pass both --watch and --interval options when connected to a etcd backend, confd has issues where it can miss the second change if two updates...

**Observed Behaviour** All server rendering tests are run with JSDOM-environment exposing `document` which isn't available in node during SSR. **Expected Current Behaviour** We should run *.spec.server.jsx with separate config file...

enhancement

The following test files have a lot of overlap, but also some minor differences. Wouldn't it be better to have a common file so they can share `const testEntries`? https://github.com/infernojs/inferno/blob/888b0c7ed9300b77308c9db512bd3d633cbcc9e0/packages/inferno-server/__tests__/creation-queuestream.spec.server.jsx#L65...

enhancement
maintenance / build tools

When identifying a code block as ` JavaScript` with uppercase 'J' and 'S', the highlighting doesn't kick in as expected. The highlighting works fine on Github, which means it is...

Please add a major version change log so it is possible to evaluate if migrating is an option. Major versions are normally breaking changes and it is a lot of...

We have a very, very rich set of types in Inferno and many types have similar names. This can make it hard to pick an appropriate type in application code....

The v5 branch of react-router has been updated after the initial inferno-router port. These should be ported to inferno-router to keep it compatible with the docs. Also, these are probably...

The tests do not include any variation or edge cases which allows the library to fail silently.

The only changes I made was in src/browser.js then when I compiled I noticed there were lots of changes to the compiled files. You might want to check that out,...