Jan Chaloupecky

Results 68 comments of Jan Chaloupecky

> I suspect a ctrl/C in the terminal window would signal the OpenRefine server to shut down gracefully, avoiding data loss. probably yes. The problem is that most of the...

yes let's close it then 👍

Hi, I'm not using the OneSignal SDK but came across the same issue when working on my own SDK. I did not want to move my tests to a host...

Hi, I'm also looking for a way to include code snippets in the documentation. As mentioned the `@code` and `@endcode` do not work. When I use the markdown `````` ```...

Hi, will this be merged to the main repo? It would be nice to be able to set a font of the title / subtitle even if it wasn't tested

hey, I was looking for a similar feature where the admin would be able to add additional custome customer field such as `Social Security Number` and set whether this field...

hey, nope :) I gave up on trying. It seems Kotlin sealed classes and openapi generation (or the other way round) is a bit problematic.

I tried `"**/*generated.swift` as suggested above but it does seem to match my file located at `Projects/MyFeature/Sources/GraphQL/API.generated.swift` In fact, even if I specify the file explicitly, it is still linted/corrected...

Hi, I've implemented a "TITokenTableViewController" that allows the user to use multiple TITokenFields. The user can configure it using data source delegate and provide an array of prompt texts ("To:",...

ok, I'll clean up the code and commit soon. One thing though. I used ARC in my version. So if you really insist on non using ARC in the project,...