Jean-Michel Fayard

Results 208 comments of Jean-Michel Fayard

Hello @AlexanderPrendota My pull-request for embedding Kotlin Playground snippets is now live in dev.to For example you can see [at this URL](https://dev.to/jmfayard/runnable-kotlin-snippet-on-dev-to-37ji-temp-slug-9451866?preview=2319fbd17d4f2e85e6102144bcb562ac7b3a0aa5593cc850b2dd0d4a4b70686a084abe85a2610c8291e26691ea714bc2c3dc66190b6d4ea845074997) ![image](https://user-images.githubusercontent.com/459464/64180242-be85c500-ce64-11e9-9ad1-93a72895da9f.png) I have two remaining problems: 1) The...

@AlexanderPrendota I have asked the dev.to team right now here https://github.com/thepracticaldev/dev.to/issues/4011

Hello @Stexxe My PR from last year is obsolete, but I think the bug is still there? ![CleanShot 2022-09-15 at 08 50 35@2x](https://user-images.githubusercontent.com/459464/190334745-0aae07ea-2a69-4dce-98c3-c23734958b16.png)

@Stexxe done! How I tested it: - `filelisting` : run `./gradlew run` - `clienttools`: run `./gradlew run`

Note: in practice this is done by pushing a tag `v1` to your latest `1.x.y` release ```bash git tag -fa v1 -m "Update v1 tag" git push origin v1 --force...

I am giving a try, will start with a Spring Boot module

@jaguililla @fultonbrown @NikkyAI Here is my draft server implementation done with spring boot https://github.com/LouisCAD/kotlin-libraries-playground/pull/93 If you have any feedback, you are welcome. Everyone could then reimplement it with $FAVORITE_FRAMEWORK like...

Nice @ch8n ! In this ticket, the expectation is to focus on Arrow Types https://arrow-kt.io/docs/datatypes/intro/ The challenge for this one is that Arrow does a lot of things, 1. some...

This is one of the libraires I would like to discover but don't know well myself. Are you in the kotlinlang slack channel? You could ask the arrow guys there...

@ch8n Thanks. The repo is already tagged as `#hacktoberfest`