Thu Sep 21, 2023 6:59 am |
Replies: 7 |
Views: 235 |
|
 |
20035 is not the latest. Can you re-check with the latest?
|
Wed Sep 20, 2023 8:19 pm |
Replies: 3 |
Views: 545 |
|
 |
Can you elaborate about purpose of this bump? You tried the latest build and got a problem or what?
|
Wed Sep 20, 2023 8:17 pm |
Replies: 1 |
Views: 64 |
|
 |
it may have something to do with custom settings on your server. Let's proceed with support ticket you've already opened
|
Wed Sep 20, 2023 8:15 pm |
Replies: 3 |
Views: 551 |
|
 |
Support for JS was not changed in v20
|
Wed Sep 20, 2023 8:13 pm |
Replies: 7 |
Views: 235 |
|
 |
first of all, it's not a bug. Different version of standard define it differently, original css3 didn't define it at all.
2nd -- my understanding is that the issue was resolved in ~ July, at least I ...
|
Wed Sep 20, 2023 8:05 pm |
Replies: 3 |
Views: 56 |
|
 |
I'm not sure what line highlighting is and what settings are there for it.
A screenshot showing what you're expecting and what you're getting would be very helpful.
Perhaps, something is wrong with ...
|
Thu Jun 22, 2023 12:42 pm |
Replies: 24 |
Views: 2640 |
|
 |
Perhaps 10sec is acceptable for an app to launch for the 1st time after reboot. Do you have any other apps running at the time, like Chrome browser?
Also if you provide some more details on the issue ...
|
Mon Jun 19, 2023 5:52 am |
Replies: 3 |
Views: 465 |
|
 |
I don't think cookie is related. This cookie helps driving "debug session" -- meaning if you debugged one page and then clicked url or somehow else navigated to next page on the same domain, ...
|
Tue Jun 13, 2023 9:53 pm |
Replies: 6 |
Views: 231 |
|
 |
Sorry, you lost me here. Let's start from the beginning. Seems I posted something unrelated, like host key algorithms. They pretty much alike -- same problem with SHA-1 outdated/deprecated and now pro ...
|
Tue Jun 13, 2023 4:22 pm |
Replies: 6 |
Views: 231 |
|
 |
You need to check your host keys -- in /etc/ssh/ if under linux. also you need to check if known_hosts is properly configured -- on the page shown on the screenshot above
The other tools may not be s ...
|
Tue Jun 13, 2023 4:15 pm |
Replies: 6 |
Views: 307 |
|
 |
it _will_ ignore if you put complete construct (tag in this case) inside PHP, like <html><?php echo "<$mytagname blah blah blah>" ?>...
|
Tue Jun 13, 2023 4:13 pm |
Replies: 3 |
Views: 175 |
|
 |
no, they won't be.
Even though you can pass any text file though php interpreter, it does not mean it's good to do so. You'd better use templates to generate dynamic content with PHP interpreter.
|