Takamasa Oshikiri

Results 22 comments of Takamasa Oshikiri

+1 @aishfenton @dbtsai

@aishfenton I don't have the Sonatype credentials. Could I have it? >You need to have ~/.sbt/0.13/sonatype.sbt configured with the Sonatype credientials (which core contributors should have) https://github.com/vegas-viz/Vegas/blob/master/CONTRIBUTING.md#releasing

Welcome, @espears4sq! I think that adding specs to BasicPlots.scala (c.f. #65) is one of good first tasks.

@aishfenton @dbtsai Could you release a new version (v0.3.12)? https://github.com/vegas-viz/Vegas/issues/138#issuecomment-407110699

I think this is a duplicate of https://github.com/vegas-viz/Vegas/issues/129.

FYI: As an experiment, I added the following code to `WindowRenderer#show()`, but it output a white blank png. ```scala val image = window.webView.snapshot(new SnapshotParameters(), null) val bufferedImage = SwingFXUtils.fromFXImage(image, null)...

>My suggestion is to reduce the number of lines in vegas.spec. Spec by modularizing it. There are more than 2000 lines in a single file. `core/src/main/scala/vegas/spec/Spec.scala` is automatically generated by...

>Assuming there is a breaking change in circe 0.7 - 0.9. Do you know of any? I don't know about it. Could you send a pull request and check using...

@aishfenton Could you release a new version?

Thanks, @jeremyrsmith >This is probably never what you want. I also agree with that. I think that the default behaviour should be changed; it had better pass all the data...