Klaus Frank
Klaus Frank
Is the work of merging jool into nftables still active? Is there a status update on this?
This relates to and also is a partial duplicate of: #1053 Also note that UDS are in general better for local socket connections than loopback tcp: https://github.com/PurpleI2P/i2pd/issues/1053#issuecomment-1954571047
Hi, is there any update on this one? I'd also be interested in the ability to glue stuff together with i2pd using unix domain sockets. Additionally to just basic support...
@Ast3risk-ops true, but as Atlas already fixes a lot of other annoyances it kinda would be nice if it was added to the playbook.
They are managed within: `$env:LOCALAPPDATA\Microsoft\WindowsApps`, `HKCU:\Software\Microsoft\Windows\CurrentVersion\App Paths`, and `HKLM:\Software\Microsoft\Windows\CurrentVersion\App Paths` Also see https://learn.microsoft.com/en-us/windows/win32/shell/app-registration#using-the-app-paths-subkey I'd call this the official way as that documentation states: > To register **and control** the behavior...
> > the service wrapper script should kill the beescrawl.dat file when it encounters a hash table size change? > > If the hash table is _deleted and recreated_, so...
@marek22k Tor also has an API, but you're right that I2P is probably still the better choice in this context. But admittedly the native library for interacting with tor is...
Same issue here. The exclude doesn't work. Even with the example. My current `.vscode/settings.json` looks like this: ```jsonc { "todohighlight.isCaseSensitive": false, "todohighlight.keywords": [ "DEBUG:", "REVIEW:", { "text": "NOTE:", "color": "#ff0000",...
@ohmmee What index did you select? 1? Your change is not meaningful as the boot.wim only has 1 and 2. It doesn't have e.g. 6 If it broke for you...
`Such a call is an effective no-op`, well because of the pipe it is not... The core issue here is that powershell partially thinks that function exists (regardless of the...