Dennis Boldt

Results 32 issues of Dennis Boldt

Let's provide a ready-to-use docker image of the new portal on Docker Hub. Like this, thus the deployment of a portal is much easier and requires the use of only...

enhancement

Let's create a [OpenAPI](https://www.openapis.org/) documentation for the API. This should be tool-based, so it will be created automatically from the source code. I did that some yrs ago, but probably...

documentation

Create a subfolder `hardware` which contains the hardware-list from the README and a Fritzing project to document the exact wiring.

content

Ich bekomme das Projekt bei mir nicht gebaut. Hugo habe ich bei mir unter **Ubuntu 18.04.** über Snap installiert: ``` $ sudo snap install hugo $ hugo version Hugo Static...

build system

On localhost, we're testing a project with self-signed certificates. Running codegen from cli works fine: ```bash npx playwright codegen --ignore-https-errors ``` Running codegen with "Record new" from vscode yields to:...

**Describe the bug** The release 1.2.0 is broken on real devices (Pixel/Samsung/Motorola). The always-visible-notification is not shown anymore and the app stopps working after some time. **Workaround** Downgrading back to...

bug

## State of the art I can configure the background service as follows: ``` final androidConfig = FlutterBackgroundAndroidConfig( notificationTitle: "flutter_background example app", notificationText: "Background notification for keeping the example app...

enhancement

Some time ago I installed `protoc-gen-js.exe`, but I have no clue which version I installed. Please add an option `--verison`, like `protoc` and `protoc-gen-grpc-web` do as well: ![image](https://github.com/protocolbuffers/protobuf-javascript/assets/750793/19a3c6d0-8e13-420f-84a1-659430ee2ff7)

enhancement
packaging & distribution
triaged

Imagine the following example: ``` var paperwork = require('paperwork'); var ScenarioSchemaPatch = { title: paperwork.optional(String), text: paperwork.optional(String) }; var post = { text : "data", unknown_field : "foo"}; paperwork(ScenarioSchemaPatch, post,...