Oliver Kahrmann

Results 15 issues of Oliver Kahrmann

Given the following test case: ```gdscript func test_updown_signal_includes_column_index(): var cut = component_template.instance() add_child_autofree(cut) watch_signals(cut) cut.setSize(3, 3) cut.set_column_index(2) var up = cut.find_node("Up") var down = cut.find_node("Down") util.do_a_left_click(util.get_control_center(down)) assert_signal_emitted_with_parameters(cut, "pressed", [2, 1])...

would be great
ci/cd pipeline

Heads up: includes #21 as I did the restructure afterwards. As the branch folders are available in git as actual branches, there is no need to keep them as separate...

Fixes the error/warning `Gtk was imported without specifying a version first.`

As Ref uses Object::cast_to, which is defined in Godot.hpp, the includes need to be the other way around to work consistently. If not done like this, inconsistent behaviour during linking/loading...

bug
breaks compat

Depending on compiler and level of optimization something like this: ```cpp #include #include // [...] Ref mat = SpatialMaterial::_new(); ``` can cause an error either during linking, or when loading...

bug

| Application name | Icon name | Desktop file name | Original icon | | --- | :-- | :-- | :-- | | `KeepassXC`| `keepassxc` | `keepassxc.desktop` | ![keepassxc](https://user-images.githubusercontent.com/6136865/36124387-1d28e346-1050-11e8-972d-83c012fba0c4.png)...

request
hardcoded

| Application name | Icon name | Desktop file name | Original icon | | --- | :-- | :-- | :-- | | `Shutter`| `shutter-panel` | `shutter.desktop` | ![shutter-panel](https://user-images.githubusercontent.com/6136865/36124849-05c7c0f8-1052-11e8-92d6-55561d79e664.png)...

enhancement

Fixes #52 I've manually (with a hex editor) adjusted the content of the ID3v2.2 test file to match the spec defined here: https://id3.org/id3v2-00 (Linked from https://id3.org/Developer%20Information) The file shows up...

In light of recent events.. A status page like https://www.githubstatus.com/ with information on the availability of nextcloud services like: App Store, Download Portal, etc would be good. See https://github.com/nextcloud/server/issues/23334 and...

A good enhancement for compatibility with other tools would be to add an option, that makes RegulatedNoise write out its AutoSave.csv (or any other file for that matter) every x...