dzikoysk

Results 208 comments of dzikoysk

I can confirm that the `1.` issue is fixed in `0.1.13-beta.3`. Unfortunately, the programmatically requested focus for an input from `2.` still breaks the tab component: ```js const focusInput =...

Thanks for quick response :) * I've never seen usage of number arrays in such a format, so I suppose it's up to you. For instance `minecraft-data` uses `byte_array` to...

I've created a simple mapper from JSON to NBT, so it's not a problem for me. I reported it to just let you know that some people may also find...

Not sure if it might be helpful, but it's something I had to deal with in Exposed as it's still not supported oficially. Here's my implementation: * https://github.com/reposilite-playground/exposed-upsert You may...

I honestly don't know, as I never used Dokka 😅 But yeah, it makes sense to support it at some point.

Hey! It'd be great if we could find out a solution - I'm open to any suggestion as long as we'll stay backwards compatible with the old behavior. I guess...

Thanks for the details, I'll try to take a look at this thing on the weekend. In case you'd notice I'm not picking this up for a few days, feel...

> Add a USER to the Dockerfile and confirm that it gets you a UID. I don't think that Jenkins using an ARG named 'uid' is why that container has...