FriedrichFroebel
FriedrichFroebel
I am currently trying to get my PCSensor foot switch to work using multiple modifier keys at once with my German keyboard layout on Ubuntu 18.04. Basically I need Alt...
I tried to add internal hyperlinks (anchors) to my HTML file. Clicking on the hyperlink opens the same HTML file again, but does not jump to the desired anchor location....
Recording a new cassette for the following test fails inside `tests.test_trackable.TestMethods` (for #185): ```python3 def test_load__type(self): with self.subTest("existing"): trackable = Trackable(self.gc, "TB1KEZ9") with self.recorder.use_cassette("trackable_load__existing_type"): self.assertEqual("SwedenHawk Geocoin", trackable.type) with self.subTest("missing"): trackable...
There currently are two methods which load cache data from the print page: `Cache._from_print_page` (a class method) and `Cache.load_by_guid` (a regular method). The first one uses a language-independent approach, while...
Currently, only integer values are supported when doing a projection, but sometimes float values are needed as well.
I am trying to preserve the aspect ratio being set for my figure, but it seems to be ignored. At the moment I manually add `height=5cm,width=5cm` to the axis argument...
Currently, there seem to be two different lexers: the normal one and a full one (which preserves comments for example). There is only a normal parser, so I would have...
In old books, the pages may be not white, but some sort of yellow or brown. If they contain grayscale images, the current export options are not really enough: *...
Calling the *mdb-json* binary (release 0.9.4) does not print completely valid JSON. I would have expected to get a valid list of JSON dictionaries, but instead each row is just...
I discovered your project today while researching some stuff and tried to include it into my project. This failed as Django 4.0 removed the `django.conf.urls.url` method which had been deprecated...