Arnold Buchmueller
Arnold Buchmueller
As I found out the cause if this bug, I could create a workaround as long this bug exists. ``` java $(testElm).on("mouseenter", new Function() { public boolean f(Event event, Object......
@WebReflection no, it's the match itself. It compiles, but nothing matches. `matcher.find()` is always false. I just tried some different regular expressions. `[\uD83C\uDF00-\uD83D\uDDFF]|[\uD83D\uDE00-\uD83D\uDE4F]|[\uD83D\uDE80-\uD83D\uDEFF]|[\u2600-\u26FF]|[\u2700-\u27BF]` seems to work, but without diversity. As...
@WebReflection yes, I know. This is what I have posted in my main issue, isn't it?
No, it's not necessary. This is what I have right now, which is working, but without skin tones (as shown earlier): `Pattern test = Pattern.compile("[\uD83C\uDF00-\uD83D\uDDFF]|[\uD83D\uDE00-\uD83D\uDE4F]|[\uD83D\uDE80-\uD83D\uDEFF]|[\u2600-\u26FF]|[\u2700-\u27BF]");` As you can see, there...
I could find a solution with improved regex. Released the code on Gist. Enjoy! :sweat_smile: [https://gist.github.com/heyarny/71c246f2f7fa4d9d10904fb9d5b1fa1d](https://gist.github.com/heyarny/71c246f2f7fa4d9d10904fb9d5b1fa1d)
Yes, I know. As soon I find a solution to support your Regex, I'll update the gist.
This is a no-go. 1+year old issue and still not fixed. I guess I'll have to find another library or use native.
I was wondering the same.. is this plugin still maintained?
Any updates on this? `files.exclude` is hiding the folder altogether and not really hiding all warnings from the problems-tab, which is not what we want. A solution with individual .devcontainer...
Any news about this? any other forks around with sections?