Grundik
Grundik
Im using english version of ktorrent. The problem lies in space within numbers. Sample tag from torrents.xml, which leads to this error: ``` xml Some Torrent Name 0000000000000000000000000000000000000000 Seeding completed...
Problem are still actual. No error messages are reported, plugin just dont process any chunk except main one.
Simple repository (based on webpack guides), where this problem can be reproduced, can be found [here](https://github.com/Grundik/webpack-demo). Webpack would generate two chunks: * main.js which is minified by google closure compiler;...
I investigated this issue, and it comes to this line: https://github.com/webpack-contrib/closure-webpack-plugin/blob/915ae0ced7787b3a9fe2339f46530f20577f58d6/src/closure-compiler-plugin.js#L469 If one removes that block, all chunks would be minimized. It is a pity that the developers did not...
Psi+ v1.4.1231 (2020-05-13, Psi:b20d2fb4, Psi+:2170e90), Qt 5.12.5, problem still persists.
Doctrine\DBAL\Schema\Schema code for that are not platform-specific and about 12 years old now: ```php public function renameTable($oldName, $newName) { $table = $this->getTable($oldName); $table->_setName($newName); $this->dropTable($oldName); $this->_addTable($table); return $this; } ``` See...
Maybe its possible to implement virtual gamepad, and allow user to map keys to its buttons/axises?..
Unfortunately I dont know how it is in 2024: XMPP is mostly dead now. I'm not using it at all for years.
I dont want to argue: XMPP was the good thing of its time, I used it for more than a decade, but as of today Im not an active user...