Andrey Skladchikov

Results 23 issues of Andrey Skladchikov

I have markup like this: ```html test ``` This fails to get parsed into styles {paddingLeft: 6} and parses into {paddingLeft: '6px'} instead, because View's PropTypes now accept "string" for...

react-slotify – A react library introduces Slots like in Svelte/Vue/WebComponents

Hello and thank you for this great plugin! I'm trying to set up this for ReactNative project https://github.com/JetBrains/youtrack-mobile But after performing all the instructions and rebuild (including resetting caches) I...

I'm just tried to use ng-cache-loader and got this warning for every file I tried to load. ``` WARNING in ./~/path/to/file Critical dependencies: 2:0-22 the request of a dependency is...

Same as https://github.com/react-component/util/issues/41: Now "licenses" field of package.json [contains single "MIT" string](https://github.com/react-component/animate/blob/master/package.json#L24) According to [spec](https://docs.npmjs.com/files/package.json#license), the "license" (not "licenses") field should be used to specify the single "MIT" license. So,...

Extracted from https://github.com/neilco/EventSource/issues/9#issuecomment-294306741 My server returns data in single line. But if it is very large (a few dozen screens if use line-breaks, I may measure if needed), looks like...

# Bug report **What is the current behavior?** Loaders are not applied for files, imported via `require.context`, if rule has "issuer" option. **If the current behavior is a bug, please...

bug
webpack-5

1. Have the markdown: `test https://example.org/abc: test` 2. Parse it with `markdown-it`, where `linkify` option is enabled. See sandbox: https://markdown-it.github.io/#md3=%7B%22source%22%3A%22test%20https%3A%2F%2Fexample.org%2Fabc%3A%20test%22%2C%22defaults%22%3A%7B%22html%22%3Afalse%2C%22xhtmlOut%22%3Afalse%2C%22breaks%22%3Afalse%2C%22langPrefix%22%3A%22language-%22%2C%22linkify%22%3Atrue%2C%22typographer%22%3Atrue%2C%22_highlight%22%3Atrue%2C%22_strict%22%3Afalse%2C%22_view%22%3A%22html%22%7D%7D Expected result: Colon is **not included** into parsed URL, as...

To reproduce: just upgrade to react-native 0.9.0-rc and try to refresh list. After release list indicator is overlaying it. Looks like breaking changes in react native can break refresher in...

GitHub reported issue to my project which depends on ci-publish, which depends on available-versions: Where hoek is a sub-dependency of CI publish: ``` └─┬ [email protected] └─┬ [email protected] └─┬ [email protected] └─┬...