Lesik

Results 15 issues of Lesik

I did not try to reproduce this problem or get additional logs because it seems pretty clear what the issue is. My idea would be that when gTox notices a...

I have checked daily during the past days, and the information on citybik.es is always wrong compared to the [Call a Bike website](https://www.callabike-interaktiv.de/de/rad-finden). Stations that contain bikes are shown as...

Hi! First of all, thanks for the great tool. I don't have Windows and the official DPT app just doesn't work at all on my phone. This repo is priceless....

As discussed with @Tommy-Geenexus in #7, this PR implements an onDocumentLoaded callback that enables document-related menu items such as printing. One thing I'm not 100% happy with is that the...

Hey, I am using CUPS Printing 1.4.0 on Android 7.1 (Lineage) with a Canon MB2000. It detects the printer in the settings just fine, but when I switch to an...

bug
help wanted
unclear

Hello, I wanted to inform you that the SATA license is non-free and incompatible with free software licenses such as the GPL, as it fails the [Desert Island Test](https://wiki.debian.org/DesertIslandTest): Imagine...

In order to pass the property "icon name" to the constructor of `Gtk.Image`, as an example, the property name must be `icon_name`: ```js new Gtk.Image ({ "icon_name": "folder", }); ```...

TypeScript allows specifying [default values for optional parameters](https://www.typescriptlang.org/docs/handbook/functions.html#optional-and-default-parameters) like so: ```ts myFunction = (myParam1, myParam2 = "myValue2") => {}; ``` This is the preferred way to specify default props for...

Some code demos are broken (showing a 404 inside the iframe). Examples: - https://hookstate.js.org/docs/getting-started - https://hookstate.js.org/docs/scoped-state (at the bottom of the page)

### Checklist - [X] I agree to follow the [Code of Conduct](https://github.com/flatpak/flatpak/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/flatpak/flatpak/issues) for a bug that matches...

bug
cli