Frederic
Frederic
Summary: - Window resizes to extreme width while moving with AltDrag at a certain area on the screen - Probable cause: Negative cordinate space of (some part of) the screen...
It should be possible to put a .derived config in any folder and make it work from that folder (recursively). Right now it is only working in workspace- and project-roots.
**This did not work:** (files not marked as derived) Project structure: ``` workspace/ workspace/project1/ workspace/project1/folder1/ workspace/project1/folder1/x.js ``` .derived config in `workspace/`: ``` project1/folder1/*.js ```
The example in http://xgrommx.github.io/rx-book/content/observable/observable_methods/timer.html# needs one more line to work as intended: .timeInterval()
Added missing mdadm stats: - `node_md_disks` # added `{state="down"}` - `node_md_sync_time_remaining` (seconds) - `node_md_blocks_synced_speed` - `node_md_blocks_synced_pct` Notes: - One drive was not being shown, as it was in `state="down"` (recovering),...
### Host operating system: output of `uname -a` `Linux master 6.5.0-35-generic #35~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 7 09:00:52 UTC 2 x86_64 x86_64 x86_64 GNU/Linux` ### node_exporter version: output of `node_exporter...
Fixed this issue: https://github.com/mpetazzoni/ttorrent/issues/271
Hi there, you added "support" for Web-Seeds here: https://github.com/mpetazzoni/ttorrent/pull/240/commits/ebb5c29149bd6b7afcd8184ba2c40e408f0d2e3b But you forgot to add it in (at least) TorrentMetadata and TorrentSerializer, so the info gets lost, when doing this: ```...
How to use `useNullForMissing: true` when importing from an sql file? This would be good to have.
When importing form a sql file and there are too many empty lines between the queries, this error happens: `Duplicate SQL query name "" found, please rename other one.` I...