Sergii Lavrin
Sergii Lavrin
Hi! Thanks for great library! ``` let uri = new URI("/example/"); uri.is("relative"); ``` tells whether uri is relative or not. However, there is no way to distinguish those two urls:...
Seems that Stylefmt CLI doesn't recognise disabled Stylelint `indentation` rule in `.stylelintrc` because of `null`. Example: ``` yml --- extends: stylelint-config-standard rules: indentation: null ``` Yields ``` TypeError: Cannot read...
As mentioned here https://github.com/alexei/sprintf.js/issues/8#issuecomment-152675119, it would be nice to have option to return unmatched placeholders as they are. For example, when we have this: ``` coffee sprintf('Test number %s') ```...
It would be great to have possibility to switch off errors for empty placeholders in some cases Especially in case of named placeholders, since, actually, they are the only one...
HMR no longer works with JSPM latest release JSPM 0.17.0-beta.48 Whenever I save any JS file, I receive an error. Here what it's like if I save `/source/scripts/components/Icon.js`  I...
[Here](https://github.com/alexisvincent/systemjs-hot-reloader#react) stated that it is possible to use [react-hot-loader](https://github.com/gaearon/react-hot-loader) with this project. However, I see that `react-hot-loader` changed major version. Is it still compatible with `systemjs-hot-reloader`? I'd like to test...
### Example ```jsx console.log('MyComponent created')} /> ``` ### Expected On creation to log ``` MyComponent created ``` ### Actual Nothing happens ------------------------ Looks like Lifecycle Hooks not available through jsx....
Those have relation to the client, though, in future might be implemented as standalone solutions. This issue is for keeping information about possible solutions since there is no other place...
It seems to be impossible to load string from different locale. You might need it, for example, for generating of list of available languages, within which each language should be...
It seems that plugin affects html output far beyond just adding srcsets. For instance, it changes HTML quotes: ```html ``` to ```html ``` Also, it affects inner whitespacing: ```html ```...