James Koch
James Koch
I wonder if something like [react-virtualized](https://github.com/bvaughn/react-virtualized) could help by deferring work related to off-screen cells until absolutely necessary.
I can replicate this in IntelliJ but not in SBT. Tried a few different versions, but currently on JDK 1.8.0_161-b12, IntelliJ 2019.1, Scala 2.12.8, SBT 1.2.8, scalameta@HEAD. Aside - I...
That `scalacOptions ` resolves the issue as well.
Nice diagnosis! I ended up just post-processing the jar to reset all timestamps. I'm not done testing yet, but hopeful I can finally move from off my custom classloader hierarchy...
I was asking before I got around to trying it, sorry. 0.6.0 ended up working fine using `--predef file1 --predef file2`. Only small thing was that the syntax shown in...
I've explored some table-rendering options using Almond along with the [nteract](https://nteract.io/) front-end: 1. If your Scala code renders a mime type of `application/vnd.dataresource+json` then nteract's [Data Explorer](https://blog.nteract.io/designing-the-nteract-data-explorer-f4476d53f897) will give you...
ivyidea project reports the same issue: https://github.com/guymahieu/ivyidea/issues/122 Here's their fix: https://github.com/guymahieu/ivyidea/commit/203eeff90b9c56e8124f7bfb62acc9e8f21f5ce7
I'd like to take this. It looks like a TravisCI build based on Gradle is already setup, just need to connect that through to Sonatype. There's one prior instance of...
I believe Maven groupIds are expected to align with Java package names, so `org.jupyter` is the one we should target. Docs - https://maven.apache.org/guides/mini/guide-naming-conventions.html There will be no issues claiming `org.jupyter`...
I was worried this might be contentious... I tried getting Gradle to work here for a day and came away super frustrated. There are few working end-to-end examples of publishing...