William Gacquer

Results 8 issues of William Gacquer

On Mac OSX Mountain Lion, while google chrome and firefox are ok, safari does not play the audio streams. Chrome seems to load http://a.b.c.d:3000/transcode/ogg/17957156 while safari loads http://a.b.c.d:3000/transcode/mp3/17957156 The original...

moreinfo

Let's build a cuboctahedron : aC Then dual-it : daC It should be a Rhombic Dodecahedron, no ?

Hello This report may not be about a bug but about a lack of documentation. How do I simplify/factorize the rather big symbolic expression **intersectionPointPair** computed below using reduce.jl ?...

enhancement

Hello The Coffeshop is cool but hard to use on iOS ( iPad ) because of the vertical scrolling that is not static. May you please implement a body scroll...

worm (apple bug)

I plot 10 series but I want to hide some ( but not all ) depending on the zoom scale. I have tried using dispose() then instantiate a new chart...

enhancement

I need to display Series as discrete symbols ( dots, circles, square, etc . ) or bar-charts instead of line-charts. Where should I please start to implement this new feature...

BUN is getting traction and is a fast alternative to node.js and deno. Sadly, when invoked with bun instead of node, any code using node-oracledb send an exception : NJS-069:...

enhancement

Consider a Dataframe df with column names. Transpose it. Column names becomes row index. You can verify it with df.T.print() Now export df.T to an excel using the toExcel method....