Alen Turkovic

Results 21 issues of Alen Turkovic

Any plans to make a Chrome Extension? Something like @desmondw [snowflake](https://github.com/desmondw/snowflake) would be very useful. Great job btw!

enhancement

Any advice on how to implement date formatting? I was thinking about directives, but this gets tricky with multiple dates with different formats, for an example: ``` { person {...

Does this sound like a possibility? I have my vaults organized in multiple folders and it would be great to view the mindmap of the whole folder structure. WDYT?

`indexOf` and `lastIndexOf` methods are missing the `@Nullable` annotation causing issues for nullability checks in Kotlin.

status: waiting-for-triage
in: kotlin

The current CSF implementation is tightly coupled to `SimplePool`. It would be nice to be able to use different `Pool` implementations for the CSF. Currently, the problem is in 2...

type: enhancement
in: sftp
in: file

I am trying to find property definitions which are required but do not have a value. My current attempt: ```kotlin private class MyCustomWalker : JsonSchemaWalkListener { override fun onWalkStart(walkEvent: WalkEvent)...

I am a bit confused by the walk functionality and how to implement it... I want to walk the following schema to detect which properties have non-standard `faker` field: ```json...

**Is your feature request related to a problem? Please describe.** I have a lot of beans which implement the `Closeable` interface. It would be nice if koin could destroy these...

type:feature-proposal

### Search before asking - [X] I searched in the [issues](https://github.com/FasterXML/jackson-module-kotlin/issues) and found nothing similar. - [X] I searched in the [issues of databind](https://github.com/FasterXML/jackson-databind/issues) and other modules used and found...

bug

`AbstractRedisProxyManagerBuilder` has a very convenient `withExpirationStrategy` builder method to expire keys from Redis when they are not needed. As far as I can see, there is no such support for...