dx-platform icon indicating copy to clipboard operation
dx-platform copied to clipboard

Results 62 dx-platform issues
Sort by recently updated
recently updated
newest added

Historically `Sink` and `Context` were a wrong abstraction and we should consider removing them in future versions of platform. `Sink` exposes unsafe access to inner value when you can forget...

breaking change
package: rx-utils
maintenance
discussion

This is an issue to discuss whether we need to keep maintaining `@devexperts/tools` package. As @raveclassic stated in [other issue (comment link)](https://github.com/devex-web-frontend/dx-platform/issues/133#issuecomment-500715852): > Furthermore I'd think about dropping tools at...

package: tools
breaking change
infrastructure
maintenance
discussion

We have annoying warnings like > @devexperts/[email protected]" has unmet peer dependency "@types/react@>=16.3.16" when yarn installs dependencies. Need to fix them.

package: react-kit
package: tools
package: utils
infrastructure
package: rx-utils

Remake to eslint custom tslint-rule "disallow-imports" (00d0753e795094c3691c3f3bf1341ec92f3d8111)

package: lint
maintenance

Hi all. Recent update to platform show that we have too much external dependencies in the code. Refactoring gets too complicated and requires lot of unnecessary changes. For example, if...

package: react-kit
package: tools
package: utils
package: rx-utils
maintenance
discussion

i suggest to add next rules: 1. **adjacent-overload-signatures** - Enforces function overloads to be consecutive. 2. **arrow-return-shorthand** - Suggests to convert `() => { return x; }` to `() =>...

package: react-kit
package: tools
package: utils
infrastructure

Lower case in path **input**/Input.tsx can cause build fail on CI(Teamcity for example) sometimes because it lets Windows to neglect mistaken font case and also it doesn't look like consistent...

package: react-kit
package: utils
breaking change
package: rx-utils
package: lint
maintenance

I was trying to implement custom `Selectbox` with icons instead of text and faced a lot of design problems: 1. The styling for the component is completely solid. You can't...

package: react-kit
breaking change
maintenance

This is going to track an upcoming migration to a css-in-js solution. Which one is to be decided but I suggest `styled-components` because one of our teams has experience of...

feature
package: react-kit
breaking change

- use internal CI for building artifacts - set up auth to npm - set up publishing bot Take a look: - https://semantic-release.gitbook.io/semantic-release/

package: react-kit
package: tools
package: utils
infrastructure
package: rx-utils
package: lint