Chris Weiss

Results 44 comments of Chris Weiss

I'm also encountering this, it's in a rather large 3rd party css file that I don't have direct control over. I'm seeing z-index values of 999999999999999. I can work-around by...

I haven't peeked at your code yet, but something like "if length >= 10 and first character > 2". to speed it up maybe a TryParse and only check that...

the cleaner way is to use nodes Promise.all(). not using await means what's returned is a promise object, and when it's resolved the .then() callback is called something like: ```...

I guess #111 was merged, 20.04 is working fine for me. The instructions do say the setcap is required, error or not, but I think I did get the error.

could you tell me what's on line 7 of that file? the file in git doens't say anything about Execute() in that file.

ah, I see it now, the line numbering is messed up in the source browser. that has to do with the database class. do you have mysql extension enabled?

should be from init.php, might depend on at which step it fails. and just to be as clear as possible, when you say "my SQL server" you do mean the...

something isn't working right at all on your server, it's like includes arne't processing. what php version, and can you send me your init.php file contents in a private message?...

I never got a response, so i have no idea what the issues is. If you can send me the same info i asked for i can take a look.