Andrey Skladchikov
Andrey Skladchikov
I encountered an [issue](https://github.com/neilco/EventSource/issues/16) with this library https://github.com/neilco/EventSource. So I moved to more reliable https://github.com/travisjeffery/TRVSEventSource library. It works like a charm.
If server sent event contains "data" property, it is ignored, but "message" used instead: https://github.com/JonnyBGod/react-native-eventsource/blob/master/src/EventSource.js#L58 ``` var event = new EventSourceEvent(ev.type, { data: ev.message }); ```
See #57 for detailed case. It looks like the original name of function argument can be accessed by `loc` property, so let's do it
1. Have a babel setup that transforms class properties. For example, `babel/preset-env` 1. Have the following code, where a function is assigned as a class property **AND** variable with same...
To get it as argument inside loader's include function
When I use `include: function(path){}` parameter for loader, it is impossible to check context (file which requires this path). Example: ``` javascript loaders: [ { test: /.svg/, include: function(path) {...
Scenario: try to convert table with colgroup: ``` content content ``` Expected result: table is converted Actual result: table kept as is. This function seems to be adapted to handle...
Hello, I really like the idea you've implemented in this project! But I wonder if this project will live. Do you have plans to keep developing and updating it? Thank...
Please update `available-versions` to latest version to fix the following issue, reported by GitHub: > Known low severity security vulnerability detected in debug >= 3.0.0, < 3.1.0defined in package-lock.json.package-lock.json update...