Gael Ribes

Results 18 issues of Gael Ribes

**Ktor Version and Engine Used (client or server and name)** Ktor Client Common 1.3.1, in browser (JS) **Describe the bug** request to /example requests http://localhost/example **To Reproduce** Steps to reproduce...

bug

As discussed on Slack, here's a proposal for an extension which uses reflection to change the marquee ellipsis animation speed. ```kotlin import android.os.Build.VERSION.SDK_INT import android.text.Editable import android.text.TextWatcher import android.widget.TextView import...

New feature

I've got this right now but I guess there would be some `if` on the SDK API level as compat may not be needed ```kotlin /** * @see [androidx.core.content.res.ResourcesCompat.getFont] */...

Would be nice to get some things similar to [these](https://github.com/Kotlin/anko/blob/master/anko/library/static/commons/src/main/java/Helpers.kt#L28-L54) and/or [these](https://github.com/lightningkite/kotlin-anko/blob/master/src/main/java/com/lightningkite/kotlin/anko/Color.kt#L10-L52) :)

This library is unusable as it does not support chunked responses correctly, the observable on chunks never completes.

The `world` section of `glowstone.yml` would then look like this, for example: ``` yml world: name: world # [...] generator: MyGeneratorPlugin:Overworld allow-nether: true nether-generator: MyGeneratorPlugin:Nether allow-end: true end-generator: MyGeneratorPlugin:End ```

Feature

It would be nice to be able to do this using Jade4J. http://timnew.me/blog/2014/05/26/use-jade-as-client-side-template-engine/

wontfix

Hi, thanks for this library! I'm using it in Kotlin. My main problem with this library is that the IPv4 and IPv6 parts are entirely separated, from an API point...

question
wontfix

Hi! Nice project. You could eventually handle pasted links directly. When saving, if what has been pasted matches the regex of a single URL, then the generated link should act...

When I use **pip install -r requirements.txt** I get this: https://gist.github.com/8376158