Laércio de Sousa
Laércio de Sousa
I've just found this project in a brazilian Telegram group about Docker. It may be useful for you: https://github.com/lichti/containers4docker/tree/master/warsaw-browser https://hub.docker.com/r/lichti/warsaw-browser/
This is an unfolding of #78 Support per-seat configurations in sddm.conf. Extend current `[X11]` and `[Autologin]` sections in a per-seat basis. Here are some suggestions: * Make seat name appendable...
Parse JSON in useFetch() based on response header "Content-Type" rather than request header "Accept"
Current `useFetch()` implementation returns the JSON-parsed output of `fetch()` if request header `Accept: "application/json"` is set. I would like to suggest a change in this trigger: instead of checking this...
Please make `useFetch()` return extra `Response` parameters, such as `headers`, `status`, `statusText`, and `type`.
Some works like _Antiphonae et Responsoria_, by Mons. Alberto Turco, uses brackets around adiastematic neums to indicate that they are editor choices not corresponding necessarily to original ancient manuscripts. I...
Dear extension author, Please publish this extension to the Open VSX marketplace. ## Context Unfortunately, as Microsoft prohibits usages of the Microsoft marketplace by any other products or redistribution of...
With **Remote - Containers** VSCode extension renamed to **Dev Containers**, its settings prefix has been changed as well: `remote.containers` was deprecated in favour of `dev.containers`.
I've just found that there's a relative new flatpak at https://github.com/flathub/com.visualstudio.code.tool.podman which adds a `podman-remote` binary to `com.visualstudio.code`'s `PATH`. I don't know exactly how it works, but maybe it could...
Current toolbox-vscode implementation is primarily focused on Flatpak installation of VSCode, but I believe that it could support RPM/tar.xz installation of VSCode as well. The main reason one may prefer...
TeX hyphenation patterns for portuguese language are available at http://mirror.ctan.org/language/hyph-utf8/tex/generic/hyph-utf8/patterns/tex/hyph-pt.tex Could you provide support for portuguese language based on those patterns?