Ruslan Ibrahimau (Ibragimov)
Ruslan Ibrahimau (Ibragimov)
Thank you @gochev and @madhead, I'll take care of this today
@gochev please try now :)
@gochev So w3c thinks that this are [valid feeds](https://validator.w3.org/feed/check.cgi?url=https%3A%2F%2Fkotlin.link%2Frss.xml), I see requests from freshrss.org, inoreader.com (Neat User-Agent! `Mozilla/5.0 (compatible; inoreader.com; 10 subscribers`), feedbin as well (`Feedbin feed-id:1778771 - 3 subscribers`),...
Apparently, theoldreader using `FeedlyApp/1.0 (http://www.feedly.com)` user-agent, but anyway – no request from him to the updated feed. I'll wait a little until their cache expire
> Ruslan, > > I am still looking into what could be going on with this feed. I also tried to subscribe to it and found it could not get...
@sfc-gh-dbryant in JDK16 you should pass `-Djdk.module.illegalAccess=permit` In JDK 17 `--add-opens jdk.unsupported/sun.misc=ALL-UNNAMED` (https://jdk.java.net/17/release-notes#JDK-8266851) but it doesn't work for me /shrug Also https://issues.apache.org/jira/browse/ARROW-12747
@cloojure driver works fine on jdk11, this ticket about jdk16-17 issues
@marcphilipp Yes, not resolved, this is different issues
Such function is available in kotlinx-coroutines-test package. It’s called runBlockingTest Sent from my iPhone > On 7 Oct 2021, at 23:10, checketts ***@***.***> wrote: > > > An alternate...
@jlink I wonder how you work around discovery issue: `suspend` methods returns `Object` Scope is nice to have to set test dispatcher by default to `TestCoroutineDispatcher` (which supports "time" manipulations)...