Jakob Hofer

Results 69 comments of Jakob Hofer

Yep, they are in my `defaultModule`. Currently, I'm using this workaround. ```kt @Single @Named("about") fun AboutResource(buildInfo: BuildInfo) = Resource { // ... } ``` This results in these extensions: ```kt...

> You are shadowing the same definition at the end. from your sample project, if I update names from classes I can get more stuff Yep, that was the reason...

Thank you for working on this :rocket: Just wanted to point out that, with Nextcloud 30, the `OC\Preview\Imaginary` provider no longer generates PDF previews. It may be worth considering adding...

Any chance to get this merged ahead-of-schedule in order to have the hotfix on NPM? I want to try the Modals but can't use .11 due to the `$state.frozen` issue...

Added tests in a fixup commit, analogous to the existing Kotlin Extension Function tests. Had to force-push once as I messed up the GPG signing on my work device. Let...

> I prefer not rushing a support in 7.0, so I have planned merging this PR for 7.1 Totally fair. Perhaps more people will see and try out this PR,...

Ideally, I'd like to backport this fix to the 0.x.y train as the 1.0.0 migration is quite the undertaking. However, as 1.x is in Beta already, I'd (reluctantly) understand if...

There's a addon that adds scripting in python by cloudburst ([Link](https://github.com/AntiCope/meteor-python-addon)) but it's unmaintained

@pwright hi, thank you for your considerations! No need to apologize, I am super grateful for Skupper, as there's a genuine lack of no-bullshit, low-complexity tools to connect k8s clusters....