Łukasz Sentkiewicz
Łukasz Sentkiewicz
Hi, I created a toolkit for React, Redux, Typescript and Rx (epics). website https://typeless.js.org/ repo https://github.com/typeless-js/typeless Is it possible to create a new section in Readme "Toolkits"? I can submit...
I can't find any example for correct error handling. my code ``` js class Comp1 extends React.Component { render() { return ( {this.props.foo} Index ); } } var num =...
Hello, Recently we discussed in the Topcoder Community, and people have different opinions regarding errors messages. From your best practices: > Response messages must be self-descriptive. A good error message...
(Below links from the issue template are not working) - [ ] https://esdoc.org/manual/usage/feature.html - [ ] https://esdoc.org/manual/configuration/config.html - [ ] https://esdoc.org/manual/usage/tags.html - [ ] https://esdoc.org/manual/advanced/api.html - [ ] https://esdoc.org/manual/faq/faq.html #...
Is it possible to support dnd between browser windows? Will that require major changes to the codebase? Here you can see a demo https://www.html5rocks.com/en/tutorials/dnd/basics/ Open 2 windows, and you can...
Currently, if you provide custom react components under ``, it will throw an error. The code is here https://github.com/dantrain/react-stonecutter/blob/master/src/utils/assertIsElement.js The solution is to wrap it with an extra ``. Unfortunately,...
Currently, we keep the whole state in the store, and very often it causes performance issues. We could implement something similar to Formik, where we keep the state locally, and...
fixes #6675 With this fix sync and async versions of `toThrow` are consistent. However, throwing non-errors is not a good practice because we don't have the stack trace.
I have a k95 corsair keyboard, and I am using ckb-next drivers to configure it. There are some issues and changes from karabiner don't work. Can you answer to this...
I am upgrading from 2.8.2 to 3.3.1. Stats when starting in dev mode: 3.3.1. client (webpack 5.74.0) compiled successfully in 46440 ms 2.8.2 client (webpack 5.74.0) compiled successfully in 24353...