Jonathan Shore
Jonathan Shore
The layout methods can be protected (i simply used the convention of public you had on the Measure method). I don't need to see these as a user of the...
I agree: DesiredSize sounds good. Ideally this makes its way across other UI elements. How would you propose unit testing?
I can take a look at this as time permits (I would need to install a VM to work through it, as I run OS X exclusively). With regard to...
they should add a sequence # in these messages and make sure to order by seqno in the outgoing stream. I suspect they are using an unordered collection somewhere in...
thanks, good to hear. I would be happy to help with the dynamic capabilties when you'll remapped your model. I don't yet know enough about the protocol between BokehJS and...
I modified the **fig_grid.R** code experimentally to make use of a **toolbar_location** parameter. However noted, probably as the author did, that the positioning of the toolbar only works for **left**...
I have a similar problem, it is not working for my public repository [link](https://github.com/tr8dr/tseries-patterns) If someone could provide logs, could try to diagnose what is going wrong.
JSON does not convert, is just a format, that is true, However because JSON originated from Javascript, and Javascript has this quirk, quite a few parsers (in the JVM, .NET,...
One more note, the reason why this is important (even if not interested in ns resolution) is that the full timestamp is used as a paging cursor. if there are...
@kmcminn I don't currently have a problem in dealing with this in my code; However to handle these messages I had to write a new JSON parser to deal with...