thigg

Results 37 issues of thigg

For an example, check my fork https://github.com/thigg/screeps-kotlin-types/commit/7a0dd6bf7ec3616adef2a43104f405ea07e4ce2e This simple test fails: `assertEquals(126,FIND_MY_STRUCTURES.value or FIND_CREEPS.value)` with `ReferenceError: FIND_MY_STRUCTURES is not defined` My guess is, that is because the constants are defined...

First of all, thanks for that great app. My phonescreen is a bit small however andbeing able to zoom in on the room would be very useful.

Add a section to `tutorial-i18n-localization.asciidoc` on how to get translatons from other classes, e.g. controllers. Alternativley, add section warning about not using translations from anywhere else.

Its not clear where forward and reroute differ. The only hint I find is, that forward might update the URL and reroute not?

Download minimal (not) working example [demo.zip](https://github.com/vaadin/flow/files/2367494/demo.zip) This is a spring boot application using vaadin. It uses the following template: ``` class PersonForm extends Polymer.Element { static get is() { return...

bug
Severity: Minor
Impact: Low

I ran the migrate jdk11 receipe on a project that already uses jakarta.xml.ws-api:2.3.3. The receipe upgraded the version to 2.3.6. This version exists for the runtime only. There is no...

bug

It would be nice to be able to attach pictures to notes. Next step would be voice recordings.

enhancement

Added a systemd timer which can be used to automatically refresh the podcasts. The timer can be configured to a specific time of the day. - [ ] verify refresh...

Fixes #10 Basic functionality is implemented. If the config option is set, pressing play/ or download on not downloaded items triggers a dialog which informs you that you are on...

A user should be able to configure an interval in the settings. At the end of each scheduled interval the podcasts are automatically refreshed. (E.g. every day, 6am) This should...