Gabriel Chamon Araujo
Gabriel Chamon Araujo
Following #1766, in this PR I propose a possible implementation for user defined colour schemes. I placed the following JSON under `$HOME/.config/guake/themes/snazzy.json`: ```json {"Snazzy": "#28282a2a3838:#ffff5c5c5757:#5a5af7f78e8d:#f3f3f9f99d9d:#5757c7c6ffff:#ffff6a6ac1c1:#9a9aededfefe:#f1f1f1f1f0f0:#686868686868:#f5f58b8b7f7f:#f3f3f9f99d9d:#f3f3f9f99d9d:#a5a5c7c7ffff:#ddddaaaaffff:#b6b6fffff9f9:#fefefffffefe:#efeff0f0ebeb:#28282a2a3838"} ``` And I have it...
I have looked for similar feature requests, but I couldn't find any. In other terminals, you can install extra colour palettes in a predefined config folder. For instance, konsole has...
Image `jupyter/notebook` doesn't exist anymore, so I took the liberty to create another image from `nbgallery/jupyter-alpine` (https://github.com/nbgallery/jupyter-alpine). The alpine based image is supposed to be minimal. The final image is...
As described in title
As pointed by pylint
### Describe the issue In the documentation, load/reload is documented as following:  Which leads me to believe that it doesn't accept any arguments. Calling it from an object, checksums...
I just got through [Structs, methods and interfaces](https://quii.gitbook.io/learn-go-with-tests/go-fundamentals/structs-methods-and-interfaces) and at the end of the chapter, wrapping up the concepts, it is stated that `Declaring interfaces so you can define functions...
Just wanted to check here if the extension author had any ideia if this problem could be circumvented on our side. Firefox keeps intermittently dropping some POST calls to `https://api.flightproxy.teams.microsoft.com/api/v2/`....
# The issue Using python 3.12 and a remote client for lxd, I hit a problem with the `ws4py` package: ``` AttributeError Traceback (most recent call last) Cell In[2], line...