Alexander Kachkaev
Alexander Kachkaev
Hi again @Steveb-p! You're absolutely welcome to update README and explain how to configure context in `react-sip`. Strategically-wise, I guess it's worth supporting the new context API since it's so...
I’m afraid I don’t have any capacity to maintain this package. If anyone would like to work on it, please ping me or @denisnikulin! 🙏
Got it. How would you recommend to display something like this on the map? https://yandex.github.io/mapsapi-examples-old/html/visualisationymapsml.html (this is from [API v1 docs](https://tech.yandex.ru/maps/doc/jsapi/1.x/dg/concepts/ymapsml-docpage)) It does not have to be MapML per se,...
Looks promising! I'll try it tonight.
It worked, many thanks! I'll keep the issue open just if you want to improve the link to the constructor. Feel free to close it if you don't have such...
BTW there is still an issue with user maps / coordorder. If `coordorder="longlat"` is not specified for the ``, the user map becomes flipped. Mine moved from Penza to Kazakhstan...
Isn't there a missing `]`? ``` ↑ ```
@ChuanyuanLiu which version of Node are you using? Overriding `process.emitWarning` as suggested [above](https://github.com/nodejs/node/issues/30810#issue-533506790) worked for me on Node 16, but when I tried Node 18, it did not. It indeed...
@JakobJingleheimer looks like in Node 18 uses `process.emit` instead of `process.emitWarning`. Judging by a recent change in Yarn Berry: https://github.com/yarnpkg/berry/pull/4338 ([diff](https://github.com/yarnpkg/berry/pull/4338/files#diff-5c6ed71acfca0bd0ea27eed056e36d1c26429c53633adf598818a24440692bf1)).
This replace logic dates back to https://github.com/prettier/prettier/pull/2943 ([line](https://github.com/prettier/prettier/pull/2943/files#diff-d7ab6a0f77ca5a7100f25d35f5b893e76ce9ca024f69044a4ae501ede2e8f750R58)). I agree that it’s best not to touch the contents of ``` `` ```, just sharing the origin for historical context.