stoically

Results 64 issues of stoically

There's some work happening on container support in Fenix - [x] https://bugzilla.mozilla.org/show_bug.cgi?id=1622500 - [ ] https://bugzilla.mozilla.org/show_bug.cgi?id=1638878 so, maybe it's soon possible to make TC work on Android. Related: #255 #354

enhancement

Given that I intended TC to be a tool for privacy and I mostly see it used in that context, I think it makes sense to rethink the decision made...

enhancement
ux

Currently when opening No Container tabs (with the shortcuts Alt+N and Alt+Shift+C), those will get converted to temporary containers (with Automatic Mode) on Firefox restart. The reason for that is...

enhancement
good first issue

Suggested by teh 1 on matrix

good first issue
ux

Nice work on maple! Really like the VDOM-free reactivity approach and looking forward to see how this develops. Wanted to leave a shameless plug here: in case you'd ever consider...

C-enhancement
A-macro

Hey, thanks for your work on shiori, works great! I'd find it helpful if there were an option that allows to automatically bookmark into shiori when a browser bookmark is...

### Terraform Version Terraform v0.13.3 ### Affected Resource(s) - docker_image ### Terraform Configuration Files ```hcl data "docker_registry_image" "traefik" { name = "traefik:latest" } resource "docker_image" "traefik" { name = data.docker_registry_image.traefik.name...

Docker currently does not support updating labels on existing containers (https://github.com/docker/roadmap/issues/143). ### Expected Behavior Modifying labels should recreate the container ### Actual Behavior Modifying labels tries to modify the running...

Owl: 2.2.4 Firefox: 56.0 (64bit) Hi, thanks for your awesome work on Owl! When enabling Owl on https://www.startpage.com it adds a vertical scrollbar. Not sure what causes this. If I...

Currently self-closing empty elements require a slash. E.g. `` is currently needed, but just writing `` should also work. This should probably be a configuration option, so that it's possible...

enhancement