t9t

Results 14 comments of t9t

Thank you very much for looking into the issue. I am a user of `kotlin-module` and as I was using it, I noticed the issue of higher memory overhead when...

I added the following in version 0.4.0: - `json(b)_array_length` - `json(b)_extract_path` - `json(b)_extract_path_text` - `json(b)_typeof` - `json(b)_strip_nulls` - `jsonb_pretty`

@tmdomingues I recall that when I was looking into `json_array_elements` last year, my main problem was expressing the result of the function in the jOOQ API (ie. what `Field` type...

Thanks for the suggestion! Unfortunately maintaining this project is a bit on the backburner for me because I don't use it myself anymore (I have no projects where it's applicable)....

@jackpot51 Do you think it could be helpful to look at the Zed editor code? It implements font features for Mac and Windows, but not yet for Linux (using cosmic-text)....

Thanks for taking the time to report this issue! I'm quite busy right now, but I will look into this next week. Unfortunately I'm not quite familiar with `module-info.java` yet,...

@kaspersorensen I'm not sure if this issue is about versioning of the dotnet application or something different, but I've noticed the following. If I use `$(VersionSuffix)` as version in my...

Hi @hkhk368, thanks for taking the time to make this request. Unfortunately, I cannot give a good example. When I wrote this library, I wanted to create an open-source commandline...

Wow, thank you so much for the kind words! I'm speechless.... I wrote this library last year for a personal pet project and decided to put it on Github without...

Wow, that is a very ambitious and interesting use case! I do feel like I should warn you though... when investigating the NTFS file system, I found so many weird...