lublak

Results 63 comments of lublak

@BenHanson ah thank you :) there are also more information available in bison. It helps allot. So actually only RLexer and RParser remain. Btw good work :) to lexertl and...

@einfallstoll i think yes? I use URL Rewrite in IIS.

@einfallstoll in php I could do the following thing: ``` header('WWW-Authenticate: Negotiate'); header('WWW-Authentifizierung: NTLM', false); header('HTTP:/1.0 401 Unautorisiert'); $_SERVER['AUTH_USER'] ``` But i have ported the last application to nodejs which...

Since it only needs this query for certain routes. Besides the protected areas, anonymous public areas are needed. But these are decided dynamically.

@withshubh It is about the general editing in the editor. If an element is set to invisible, you can no longer use it with drag and drop etc. It would...

As a question: how does this pull request relate to https://github.com/HaxeFoundation/haxe/pull/8832/ Basically, it looks to me like both pull requests take very similar approaches. (The current pull request, however, already...

Thank you both for the explanation :) And I really hope it goes into the std lib.

I had the same question. Just when you want to test if a group applies: Example: https://regex101.com/r/RvD4XP/1. Would it be practical to test for zero. If most targets return zero...

@dougwilson The problem is that the client is Firefox and it sends this over quite validly (not with %25) the user of course enters image50%.png and not image50%25.png. I will...

@dougwilson That's right I didn't think about that of course blank characters are then given as %20 by the browser. The same is true for other characters like "ä". For...