dotasek

Results 69 comments of dotasek

@fil512 I did a review of ~50 randomly chosen test files, including all contents of hapi-fhir-test-util. Some of them, particularly those that suggest switching to `assertThatThrownBy()`, `isEqualTo()` or `contains()`, are...

I resolved the outstanding assertThatThrownBy() requested changes after your comments on the first few. If you find any left, they're clearly fine to resolve.

In Cytoscape 3.7.x, the largest visible culprit is loading the cytoscape-jetty feature, which takes the bulk of the load time. This was a necessary evil because the versions of Karaf...

How did you perform the PUT? I got mine to rename the collection (the SUID of the root network was 83 in this case): PUT 'http://localhost:1234/v1/collections/83/tables/default' body: ` { "key":...

This is definitely an issue. Layouts use some pretty complex Tunable gymnastics, which are hidden behind very specialized interpreters for the swing dialog and the command line interface. Here's what...

I'm digging into the code right now to find out how well Cytoscape does this.

In the branch issues/83, https is enabled for the jetty server. A key will have to be generated. I used this command: ``` keytool -genkey -keyalg RSA -alias selfsigned -keystore...

This appears to be a good resource to do things programmatically: https://www.humankode.com/asp-net-core/develop-locally-with-https-self-signed-certificates-and-asp-net-core

Regarding the last comment, at least the linux method works. The downside is that certutil is part of a package that requires sudo to install. There was a suggestion that...

Possible workaround: generate a subdomain (of NDEx, for example: cyinstance.ndexbio.org), which has a DNS entry of 127.0.0.1 Apparently, some sites do this for almost the same reason we would: https://stackoverflow.com/questions/23782782/why-do-some-public-hosts-resolve-to-127-0-0-1...