Jake Wharton
Jake Wharton
Not until we have variant-aware transforms, no. On Wed, Feb 21, 2018 at 3:26 PM Ruan Souza wrote: > Could someone make Hugo work with Kotlin? > > — >...
Likely a problem with AspectJ usage. Not sure how to fix it. I welcome contributions here.
Pretty sure it's as simple as the fact that the plugin just can't handle the Kotlin plugin. Right now it hooks into the JavaCompile tasks so Kotlin sources will never...
I would absolutely love the new `httpServer` factory function to be made available so that I can use unix domain sockets in the abstract namespace (i.e., ones which do not...
The built-in unix domain socket support relies on `UnixDomainSocketAddress` API which is specific to the JVM (on Java 16+), not available on Android, and does not support usage of the...
I'll also add that the client should ideally support similar levels of layering if it doesn't already. What use an HTTP server listening on an UDS in the abstract namespace...
Prior to this my usage of ktor server has never exceeded the most basic setup of one or two routes. I'm just now starting to investigate more wild usages so...
I'll give it a test today and debug why the fallback isn't being picked up.
I forgot I was off Friday and I have stuff for the next two weeks. If you want to look that'd be welcome. Otherwise I _will_ circle back when I'm...
Name-based lookup is only applied if the URL is not present. In both of these cases the URL supersedes that and is (obviously) not a canonical URL for the MIT...