ctrlaltca
ctrlaltca
Hi, I am trying to import an E01 image from a Windows pc inside Autopsy 4.19 The import dialog completes successfully, but the main window of the application remains completely...
Travis-ci.org is in read-only mode and all builds are ceased. Travis-ci.com or Github actions can be used instead. Appveyor builds are broken and needs fixing.
I have some old tests ported from SeleniumTestCase to Selenium2TestCase (btw, here's a small class i've created to make the porting easier: https://github.com/pradosoft/prado/blob/master/tests/test_tools/PradoGenericSelenium2Test.php ). In the old tests i used...
Currently validation on the received xml is made using simple DOM lookups like [DOMDocument::getElementsByTagName](https://www.php.net/manual/domdocument.getelementsbytagname.php). While this technically works good enough to fool the SPID validator into thinking the xml is...
Il pulsante principale "Entra con SPID" che viene creato da `spidObj.prototype._renderButton()` non dichiara il proprio attributo `type`, che quindi impostato di default a `submit`. Come conseguenza, se il pulsante viene...
Extracted from #2630 Exporting a more structured/descriptive interface via DBus would be indeed nicer. Maybe something including all open networks/channels/queries, with at least some working getInfo / sendMessage / signalMsgReceived
I recently found out KVIrc is available of FlatHub: https://flathub.org/apps/net.kvirc.KVIrc The package is from a unverified developer called "KVIrc Team". I'm not aware of anyone in the team creating that...
Extracted from #2653
Hello, we are using libenchant to provide spellchecking support in [KVIrc](https://github.com/kvirc/KVIrc). We recently received[ info about a crash](https://github.com/kvirc/KVIrc/issues/2645) related to a failure in initializing libenchant while using the aspell provider....
``` setcookie(): "path" option cannot contain ",", ";", " ", "\t", "\r", "\n", "\013", or "\014" (Error Code: 0) vendor/studio-42/elfinder/php/elFinder.class.php (2085) ``` This is the same as issue #3538 It...