Maroš Beťko

Results 8 issues of Maroš Beťko

I would like to have an element that is under the scrollbars element but rendered outside of the scroll area. ``` const containerStyle = { position: "relative"; }; const labelStyle...

I love how the `.transform` function works and how it all makes working with external data so easy. In my example I'm loading and parsing an ini file and then...

wontfix

I'm getting a NullReferenceException from `OnAfterDeserialize` method. Here is the full stack trace: ``` NullReferenceException: Object reference not set to an instance of an object System.Collections.Generic.Dictionary`2[TKey,TValue].TryInsert (TKey key, TValue value,...

#### Support plan * *is this issue currently blocking your project?* (yes/no): Yes * *is this issue affecting a production system?* (yes/no): No #### Context * *node version*: 15.2.1 *...

Because of the error mentioned in #269 I removed the `height` type override. It seems that this prop is not used anywhere at all anyways and I don't see a...

If I just try to pass text area attributes (from `React.InputHTMLAttributes`) to `TextareaAutosize` there is a type error that `height` property of `style` does not match. ``` type Props =...

Hi, I am using your library for executing async tasks in Editor. It's running as a coroutine on an on-demand instantiated game object with static getter. First, I'm using the...

- Dockerize the extractor - Allow passing database auth from .env file - Fix locale extraction if data is missing in locales_xyz table