Mateusz Paprocki

Results 99 issues of Mateusz Paprocki

In theory, releasing a new version of bokeh-scala is as simple as issuing `./sbt +publishSigned` and going to oss.sonatype.org and closing and releasing staging repository. Full process is a little...

type: task
tag: build

Specifically this: ``` [info] /home/travis/build/bokeh/bokeh-scala/bokeh/src/main/scala/models/Sources.scala:55: free type: Ident(TypeName("M")) defined by columnImpl in Sources.scala:47:20 [info] c.Expr[ColumnDataSource#Column[M, T]](q"new Column(Symbol($name), $value)") [info] ```

type: task

Implementing callbacks would require implementation of JSON deserialization.

type: feature

Currently glyphs and markers are naively implemented like, e.g.: ``` @model class Line extends Glyph { object x extends Spatial[Double] object y extends Spatial[Double] } ``` This suggests that the...

type: bug

Currently examples only run and tested for not raising exceptions. Outputs have to be examined manually, which is obviously pretty inefficient.

type: task

I was hoping for a (relatively) type safe and lightweight way of providing options to JavaScript APIs. Suppose we have: ``` scala scala> object L { def f(opt: Opt): Int...

The API needs refinement. Symbolic coordinate system from PR #12083 will be useful have to finalize the API. https://user-images.githubusercontent.com/27475/186254532-b514493f-4f0a-46da-bac9-a6d84e309223.mp4 fixes #3799

status: ready

This is from zoomed in `plotting/color_scatter.py` example: ![image](https://user-images.githubusercontent.com/27475/190996176-2531d6e4-70ea-4c04-ac54-253640cbaf7d.png)

type: bug
tag: component: bokehjs

- [ ] maybe #3519 - [x] fixes #4272 - [x] fixes #11328

status: WIP