David de Lusenet
David de Lusenet
Currently I'm working on a website where I use a lot of flexbox. I'm now testing on Samsung Galaxy Note II which runs on Android 4.4.2. This [website](http://caniuse.com/#search=flexbox) says all...
I'm using the [audit-ci](https://github.com/IBM/audit-ci) package in my project. When I update my `@semantic-release/npm` dependency from version `7.0.9` to `7.1.0` `audit-ci` breaks working. The error I'm getting is: ```bash Cannot convert...
When installing the `next` branch there are no TypeScript types included. Will these be added in the (near) future?
270 open issues at the moment of writing, 58 open pull requests, (almost) all of them get zero response whatsoever. Last release is over two years (!) ago. @shentao nothing...
I just installed [styled-components-breakpoint](https://github.com/jameslnewell/styled-components-breakpoint) inside of my project and noticed the following: CSS inside of breakpoint declarations doesn't get linted. This is my code: ![screen shot 2018-05-14 at 14 06...
react-google-recaptcha version: `2.0.1` I'm using `webpack-dev-server` where I'm setting the `host` key to `0.0.0.0` so that I can access my dev-server from other devices on the same wifi. This means...
### Description I want to change to position of the icon in the `Select` component but certain properties just get ignored. For example, setting the `top` property in `baseStyles`, `variants`...
As the title says, `isSplit` is missing in the type declarations so this will throw an error: ```tsx const text = new SplitType(textRef.current, { types: 'lines', tagName: 'span', }); text.isSplit...
Hasn't been updated in two years and it seems like all recent issues are being ignored. So basically, is this project dead or will it be maintained again?
I'm running basically into the same issue as in #158. I got a content model called `Radio` which currently has a field called `options` which is of the type `Short...