PoulBak

Results 10 comments of PoulBak

Exactly the same when using .Net, which is 100% unicode.

Well the 'u' flag is not supported by old browsers either. Can't you simply make a test on page load if `\p{Letter}` is supported and if it is use that,...

May be a better option would be to have two versions of the regexes in two different files, which you can then load with ajax based on the unicode test...

I have never liked false errors. May be you could simply disable the check. But of course it's your decision.

alert does not work with WebView.

I can confirm this behaviour (I run VS as admin to debug local IIS websites). Running VS as ordinary user makes it Work. I have tried this with different applications,...

Is JSDoc dead? This has not been fixed in almost 6 years.

Is JSDoc dead? This is not solved after more than 4 years.

The problem goes away if you add this to your '.proj' file: ``` ```

> Thanks for the solution! Is there an explanation for this? Thanks! I don't call this a solution but a temporary workaround until they have fixed their dependency mess. I...