Jakob K

Results 132 comments of Jakob K

Yes I have the thought about that approach too. In my case though, I have just added a new index (the values of the data class itself have not been...

> What was the input you used for ProjectDirectories.from? foo is the corp and bar is the app ```kt ProjectDirectories.from("com", "foo", "bar") ```

Workaround is to disable the `fallback-x11` socket and enable the `x11` socket. If you want to do it using a graphical client, this can be done using Flatseal: ![image](https://user-images.githubusercontent.com/52456572/170562944-0257a702-0d50-4e8f-86f2-6cc8eb280b06.png) However...

This is an issue with a mod (written in Kotlin) you installed, and not fabric-language-kotlin itself. This mod seems to use timeouts incorrectly.

Do you think this prompt should be default behaviour or only appear with a special flag?

@sparrowofsong that's another issue, fabric-api is not an optional dependency in that case, but a required one - this issue is about optional dependencies not being installed at all at...

Hi, thanks for the report! We have fixed this with #53 but it is not released yet. If you need the fix fast you can clone the project and compile...

Thanks for the suggestion, I will add this feature with the next overhaul. Also (unrelated but just a small tip which might help you) as you mention use in scripts,...

Mh, it works for me: ![image](https://user-images.githubusercontent.com/52456572/149960659-9f20b4c2-4793-4593-96c5-9b9206ddedf4.png) As it is a timeout, there probably was either a problem with your internet connection or with the Modrinth servers. Could you try to...

Yes it would be better to catch that exception and display a concise error message there.