mg901
mg901
@tanaka888 Why?
@tanaka888 I cannot recommend this repository as an example. He's still a piece of shit in my opinion. Better come back here in a couple of months.
@tanaka888 I will add the license in the next day
@mikz Good time. I apologize for not responding immediately. For some reason I didn't notice your question. At the moment this repository needs to be archived. Typographist and its entire...
@ericlifs Hello. To be honest, I don't know why styled-breakpoints doesn't work with styled-components/native. Solving this problem requires deep immersion and a lot of time, which, unfortunately, I don’t have...
@ericlifs The styled-components [documentation](https://styled-components.com/docs/basics#react-native) (under react-native) says the following: "Some of the differences to the web-version are, that you cannot use the keyframes and createGlobalStyle helpers since React Native doesn't...
Hi everyone! Probably this project is dead. If you need a useful and modern tool for media queries I suggest using [Styled Breakpoints](https://github.com/mg901/styled-breakpoints). It's a powerful, simple, customizable, and tiny...
@xyn22 Thank you, but I decided to write a simpler and more reliable implementation of the insert method. You can see it [here](https://codesandbox.io/embed/data-structures-wgtmhx?file=/src/linked-list/linked-list.js&codemirror=1) on line 122.
@xyn22 I tried to take into account all test cases. ``` describe('insertAt method', () => { it('should throw exception if index less than list length', () => { expect(() =>...