Dang
Dang
Would it be possible to turn the existing components to pre-built addons? I would like to display the git branch conditionally. I'm using git worktree and the directory is named...
Actually it's not just 4.0.0-beta.1 The error is throw here outside of redux-saga so it never been caught https://github.com/jfairbank/redux-saga-test-plan/blob/7f78a0742f94c67a221a9a1370b65f65e38b66b6/src/expectSaga/sagaWrapper.js#L42 Below is my patch: ```patch - let result = wrappedIterator.next(); +...
I'm not sure about Anroid but in iOS binding, NSNetService doesn't have option to search for all types of services. But I think it's feasible to implement it manually: -...
This library using NsdManager which is not well supported across Android devices. Last time I had to pull in [jmDNS](https://github.com/jmdns/jmdns) and [RxDNSSD](https://github.com/andriydruk/RxDNSSD), and later found out that the test device...
I just bought the auto restore feature. When I click purchase, the window disappear and the help screen showing. If I close the help screen and exec `:isupport` again, the...
While we're at it, can we expand the feature and have an option to toggle between allow/deny list? The only application that I ever want to type in Vietnamese is...
@ingro you should use the latest stable version 0.0.16 ``` git checkout tags/v0.0.16 yarn start ```
Instead of updating data file manually, better upgrade CLDR packages and run the build again.
Hi @imcvampire, you can run these commands to upgrade CLDR data and rebuild. ```bash npm add cldr-core cldr-dates-full cldr-numbers-full npm run build ``` This library shipped with CLDR 29 which...
@michaelmcdonald I don't think ST supports ligatures that have more than 3 characters Edit: the reason is [here](https://github.com/fabrizioschiavi/pragmatapro/issues/134#issuecomment-557965567)