Edwin Otten
Edwin Otten
I agree. I was using the [license-compatibility-checker](https://www.npmjs.com/package/license-compatibility-checker) today and it marks this package as possibly incompatible because the latest release doesn't include #11 yet. @tj I realise you are probably...
The same applies to callsite ([PR 13](https://github.com/tj/callsite/issues/13)). If it would help, I can setup automated deployment for you (using GitHub Actions to trigger a deployment whenever a new commit to...
Same here. @KSemenenko any progress on this issue? **Edit:** I've found that the realtime tab on Google Analytics only shows the hits. To see the actual page names you need...
Same in Xcode 7.0.1 (7A1001), or does it require the Localizable.strings file to be in project root?
I found the problem (in my case): I already had a Localizable.strings file (in multiple languages) in a folder called "Resources" inside my project folder. The localized strings created by...
@croccio Try to refactor your string with the plugin and use a certain key (e.g. "my_key"). Then do a command+Z to undo and do the same thing again with the...
Okay, and you did create the Localizable.strings file like the [README.md](https://github.com/viniciusmo/extract-localizable-string-plugin-xcode#how-to-use) shows? @viniciusmo Does the plugin give a error if it can't find the Localizable.string?
We added this feature in our custom version of WebChat V3 and very much support this feature request. Please also think about the OpenUrlAction in adaptivecards and herocards.. and consider...
> @EdwinOtten that would work for the action buttons on cards but not embedded links. Would it be possible to have some kind of markdownMiddleware that allows to customize how...
@pascalgn how can I verify if this change works? (some automated tests I can run?)