Max Komarychev
Max Komarychev
Currently reactoron only tests field if it is a string but this does not work well if `tron.log` is called with arrays or objects. This change tries to stringify value...
* [x] I've read and understood the [*CONTRIBUTING* guidelines and have done my best effort to follow](https://github.com/CocoaPods/CocoaPods/blob/master/CONTRIBUTING.md). I am trying to install dependencies with cocoapods but quite often I see...
Problem in question was initially observed with `[email protected]` and `[email protected]` `getTransformCacheKey` produces same cache key for projects located in different paths (while having all other configs equal). When running several...
When using rtl or ltr characters https://en.wikipedia.org/wiki/Right-to-left_mark before `_`, `__` or `#` the result is not being parsed properly. Demo: https://spec.commonmark.org/dingus/?text=%23%23%20head2%20without%20rtl%0A%0A%E2%80%8F%23%23%20head2%20with%20rtl%0A%0A_underscore%20emph%20without%20rtl_%0A%0A%E2%80%8F_underscore%20emph%20with%20rtl_%0A%0A__underscore%20strong%20without%20rtl__%0A%0A%E2%80%8F__underscore%20strong%20with%20rtl__%0A%0A*asterisk%20emph%20without%20rtl*%0A%0A%E2%80%8F*asterisk%20emph%20with%20rtl*%0A%0A**astesirk%20strong%20without%20rtl**%0A%0A%E2%80%8F**asterisk%20strong%20with%20rtl**%0A%0Asome%20text%20%E2%80%8F_preceded%20with%20rtl_%20another%20text%0A%0Asome%20text%20%E2%80%8F*preceded%20with%20rtl*%20another%20text%0A
fix for #166
When opening website https://pdfhummus.com there is a ribbon on the top right corner inviting to fork the project but it's very hard to click as only bottom 1/4 is really...
## Summary This change allows network requests to be executed in background safely. In certain conditions iOS HTTP requests are being terminated with this error: ``` Error Domain=NSURLErrorDomain Code=-1005 "The...
I want to be able to generate a schema of a subgraph in order to later feed it into `rover compose`. I want to be able to use code-first approach...
Hi, I am working on a package whose sole sole purpose is to provide some fonts. I have created `react-native.config.js` in the package but native projects are not modified unless...