-
The following code should produce two orange rectangles at x:0 and x:10.
````
pdf.TransformBegin()
pdf.TransformTranslateX(0)
pdf.SetFillColor(255, 127, 0)
pdf.Rect(0, 0, 10, 10, "F")
pdf.Transf…
-
Currently, [the socket runtime will call LibC.getaddrinfo](https://github.com/crystal-lang/crystal/blob/9b76eb36047851693b9ad96660a729246e1f0f1f/src/socket/addrinfo.cr#L165), which will block the even…
-
Followed "Add Trading View charts" section of README file and produced following error
![image](https://user-images.githubusercontent.com/10773668/113589076-87405100-9663-11eb-9c84-85a2c4b3ecc6.png)
…
-
The recently added overview (which is overall pretty great), implies that for Pure Python packages, you only want to upload a sdist. While it's generally true that some of the wins are most obvious wi…
-
Wikipedia references:
* https://en.wikipedia.org/wiki/Information_security
* https://en.wikipedia.org/wiki/Information_security_audit
* https://en.wikipedia.org/wiki/Attribute-based_access_contro…
-
Hi @Joelius300. What do you think: Should the chart dataset classes be named `LineChartDataset` or `LineDataset` like in `DoughnutDataset`? Can we discuss a convention here, maybe?
-
I have been working on am improved `%%javascript` cell magic and I wanted to run the idea by others to gauge interest. The existing `%%javascript` magic uses eval on a string of JavaScript code. While…
-
Pull Request #4297 has been open for almost a year now, but I see zero activity from repo owners / maintainers.
Honest question: if this project is all but abandoned, perhaps it should be marked as…
-
This is about setting up a web interface for viewing aggregates of observations and displaying individual ones
-
Here's an example: http://bl.ocks.org/tjdecke/5558084
Or: http://bl.ocks.org/mbostock/3202354
And this one would also be nice: https://github.com/lbrucher/d3-tree-heatmap -- it looks like an upside-d…
otisg updated
4 years ago