Daniel (dmilith) Dettlaff
Daniel (dmilith) Dettlaff
How can I start Amnesia in disk_only_mode ? I tried: ``` Database.create disk!: [node] ``` with result: ``` Database creation failure: [error: {:bad_type, Database, :disc_only_copies, :"smalldev@MacBook-Air"}, error: {:bad_type, Database.User, :disc_only_copies,...
``` casie:~/Downloads ⇢ cargo install --force cargo-script Updating crates.io index Downloaded cargo-script v0.2.8 Downloaded 1 crate (50.4 KB) in 1.19s Installing cargo-script v0.2.8 error: failed to compile `cargo-script v0.2.8`, intermediate...
You can skip commit with changed dependencies to explicit versions, but it was required for me to get latest and working versions of all dependencies.
**Describe the bug** Given that keybindings have a command using the "side_by_side" arguments like this: ```js { "command": "lsp_symbol_declaration", "keys": ["super+shift+e"], "context": [ {"key": "selector", "operator": "equal", "operand": "source"} ],...
### What type of bug is this? Crash, Data corruption, Locking issue, Unexpected error ### What subsystems and features are affected? Data node ### What happened? We have ~400 hosts...
``` Settings.c:220:21: error: use of undeclared identifier 'LAST_PROCESSFIELD'; did you mean 'NULL_PROCESSFIELD'? if (i < 0 || i > LAST_PROCESSFIELD) { ^~~~~~~~~~~~~~~~~ NULL_PROCESSFIELD ./Process.h:37:4: note: 'NULL_PROCESSFIELD' declared here NULL_PROCESSFIELD =...
That would simplify testing on my build hosts, so I could be more useful in debugging the app itself :) Unsure my autotools did proper job of creating configure script...
So here's an example: https://s.verknowsys.com/1cfc4d97db733029aa928d94c78d0207.png influxd is using over 48G of RSS, but total memory usage of the system in htop is 28G.
The patch is for FreeBSD, but I'm quite certain "truss" will be present in the base systems of NetBSD, OpenBSD and DragonflyBSD. It's confirmed to work only on FreeBSD.
ShadowFox could set these values under about:config automatically: 1. `toolkit.legacyUserProfileCustomizations.stylesheets` => true 2. `browser.in-content.dark-mode` => true Without these two ShadowFox will have no effect in Firefox 69+