Nikky

Results 52 comments of Nikky

i did not even realize i comitted them accidentally

symlinks make development really annoying on windows, how about using the `wrapper` task instead in the samples?

idea can use the wrapper task to get the correct gradle version and the `gradle/` directory in the samples can be gitignored the ci gradle steps can be configured to...

something i wrote for our selmade multiplatform graphql client, might be useful for other people it generates the body of a graphql request based on the kotlinx-serializer descriptor, it works...

i guess this is necro, but i would love to discuss this problems with that is.. we would have to implemented a full mc client in gradle or rely on...

kotlin will not be a problem: https://github.com/java9-modularity/gradle-modules-plugin recently added kotlin support, 20% according to github is kotlin, i am guessing test projects also see: https://github.com/nikolaybotevb/gradle-java9-kotlin i have not played around...

if kotlin-pluralize is only used internally and not exposed to the library user then i guess shadowJar + repackaging is a option since i could not get this to work...

the requests module from python support it ``` import json import requests r = requests.get('http://httpbin.org/stream/20', stream=True) for line in r.iter_lines(): # filter out keep-alive new lines if line: decoded_line =...

happens to me too with forgelion version 1.7.2 and 1.7.4 on mc 1.10.2 as well as 1.7.4 on mc 1.11.2 (1.7.2 i did not test) it worked with 1.6.0 on...