N
N
Is there an option to let hjkl scrolling work while hints are shown, and redraw the hints on each scroll?
``` Date: 4/11/21, 1:28 AM Process: ReportMemoryException Bundle id: (null) Device: iPhone XS Max, iOS 14.3 Exception type: EXC_SOFTWARE (SIGABRT) Exception subtype: EXC_UNIX_ABORT Exception codes: 0x0000000000010002, 0x0000000000000000 Culprit: Unknown Triggered...
quick and dirty: ```js // increment or decrement page var incrementPage = function(amount) { var currURL = window.location.href; const regex = /(\d+)$/; var matches = currURL.match(regex); if (matches.length > 0)...
```js const regex = /(\d+)$/; ``` The regex contains the '$' symbol, which will match for the end of the URL only, so for `good.com/?user=122&someid=999&page=5` only the value of 'page'...
I've tried to implement the functionality on a fork, commit is here: [https://github.com/neta540/headscale/commit/b1578a1ddead32cedf536f418ffdd669e83ebeed](https://github.com/neta540/headscale/commit/b1578a1ddead32cedf536f418ffdd669e83ebeed) This commit adds the functionality to set custom responses for the STUN server, allowing the server to...
I eventually used a custom STUN server instead of the one provided by Headscale.
On a raspberry pi you can run ARM 32 or ARM 64 bit compatible images, not x86_64 images. ARM 64 bit is often notated as aarch64.
Bumped into this as well. `version | transpose name value | to md` |name|value| |-|-| |version|0.106.0| |major|0| |minor|106| |patch|0| |branch|| |commit_hash|1b01625e1e9af2a1e3e51b3c26565644975c8228| |build_os|windows-x86_64| |build_target|x86_64-pc-windows-msvc| |rust_version|rustc 1.86.0 (05f9846f8 2025-03-31)| |rust_channel|1.86.0-x86_64-pc-windows-msvc| |cargo_version|cargo 1.86.0...
I have multiple logins to the same website(s), when trying to add a passkey to existing entry, I see all the logins I have with their title, however I store...