oh it’s x, not x… i hate our timeline
clearly needs a green top
you don’t need visual mode for that, use _f(ci(foo
nope, don’t miss it at all after i got used to vertical
Just started learning C++ :)
my condolences
i never thought about that, it makes a lot of sense
wait untill you hear “if i remember correctly my email password was {name} {surname} something @ gmail.com… what do you mean that’s not it? why do i even need a password?”…
if you need to do something more fancy with the look of firefox (e.g. having url bar in the titlebar) look up styling with userChrome.css
currently im using it to not have duplicated tabs at top when using vertical tabs extension
more “correct” way would be this:
match activity {
AnnouncableActivities::UndoVote(_) => warn!("zebratrace310 SKIP UndoVote"),
AnnouncableActivities::Vote(_) => warn!("zebratrace310A SKIP Vote"),
_ => {
warn!("zebratrace311 send");
AnnounceActivity::send(activity.clone().try_into()?, community, context).await?;
},
}
here it is in the rust book: https://doc.rust-lang.org/stable/book/ch06-02-match.html
had that at work (they specifically requested to delete this feature before so i put it behind a developer flag in settings’ file)