František Kocun

Results 21 issues of František Kocun

Solves issue https://github.com/mastermoo/react-native-action-button/issues/189

We should be able to parse seconds as well, otherwise it fails: ``` java.time.format.DateTimeParseException:` Text '1900-01-01 06:55:25+06:55:25' could not be parsed, unparsed text found at index 25 at java.time.format.DateTimeFormatter.parseResolved0(DateTimeFormatter.java:1952) at...

Original `deleteRecursive` was able to delete directory with files. This version can delete full directory tree (inner dirs with files).

More times I came to situation when I needed to do fetcher with some context. But all fetchers needs to be sent to `Executor.execute` which I do not know ahead...

I would like to have this code work ``` case class User[F[_]] ( id: F[Int], name: F[String] ) object User { type UserCursor = User[Option] type UserFilter = User[Filter] implicit...

derive-macros

Hi @thesamet , I found my grpc server was not responding and it took me long time to find out what was wrong. I was interacting with java library and...

This is a question not a bug. How can I make application with `Tab`s and swipeable content in them? `Content` takes only label and icon. ``` type alias Content =...

help wanted

**Is your feature request related to a problem?** We want JDBC driver to work with multitenant Opensearch and use api key distinguish between tenants. **What solution would you like?** We...

enhancement
JDBC

I created this PR, just to have some input how to solve it. It is still WIP. Is this a good approach to use netty's `HttpPostMultipartRequestDecoder`? If so I need...

**Is your feature request related to a problem? Please describe.** Server can accept and parse Multipart form data requests. **Describe the solution you'd like** Something nice **Describe alternatives you've considered**...

enhancement