4www

Results 21 comments of 4www

Hello! Same here as @draeder ; and trying to figure out what's the expected (webrtc) way to restart a connection after the browser error logs `WebRTC: ICE failed, add a...

Hello! ``` $ mozillavpn --version mozillavpn 2.7.0 $ firefox-developer-edition --version Mozilla Firefox 98.0b4 ``` I have none of the files: - `/usr/lib/mozilla/native-messaging-hosts/mozillavpn.json` - `/usr/lib/mozillavpn/mozillavpnnp` `mozillavpn` is installed from the arch...

What's this syntax from `:as`? Where does the `:` comes from? And is the `as` explicit wording used somewhere else? ``` (export fn fn1 fn2:exp-fn2 fn3 fn4:exp-fn4) (export fn2 fn:exp-fn)...

Ok, but does that mean there are multiple ways of writting a list and an empty list? ``` (1 2 3 ) () (nil) [1 2 3 ] [] [nil]...

tried the repl, makes a new line for each key stroke

Notes about tagging systems: https://twitter.com/hillelogram/status/1534301374166474752

Realizing it is a duplicate of https://github.com/jamstack/jamstack.org/pull/941/files (could have checked)

I don't have the skills to make this happen; only as a end user, i'm also interested to experiement with clustering rqlite databases between p2p WebRTC clients, and no servers...

Some examples - https://en.wikipedia.org/wiki/Tag_URI_scheme - https://github.com/matrix-org/matrix-spec-proposals/pull/2312 matrix also uses prefix symbol similar to find to represent rooms(id,alias), users, events: ``` The following classes MUST be supported: User IDs (@user:example.org) Room...