Tim Docker

Results 134 comments of Tim Docker

I have written a short test script to examine font metrics under the various backends: ``` import Diagrams.Backend.Rasterific import Diagrams.TwoD.Size (sizeSpec2D) import qualified Graphics.Rendering.Chart.Backend.Diagrams as BD import qualified Graphics.Rendering.Chart.Backend.Cairo as...

Have you tried this with the cairo backend? The diagrams backend is alot more resource hungry.

I tried this out. With your program as written, I get these statistics: ``` tims-imac:chart timd$ ./test-diagrams +RTS -s -RTS -o test.png 16,499,877,984 bytes allocated in the heap 5,606,916,144 bytes...

It seems odd to me that the definitions aren't local to their corresponding elements, but the stack overflow question you reference seems to say this is the case. I don't...

I didn't realise until I looked at you example in more detail that you were using the cairo backend. I think it will be hard/impossible to prefix the glyph names...

I've added a comment to the documentation for the cairo/SVG backennd combination. It might be worth experimenting with the diagrams/SVG backend - depending on how it is called I think...

@vitalyvb Thanks for the reply. That does sound like a potential cause. It does seem to depend on the build setup somehow. Whilst `example/blinky_timer_irq.rs` works in the the original source...

I happened to be depending on the cli tool in https://github.com/mustache/mustache. Which standard is this implementation conforming to? The quote above says "is false", but that could mean "is the...

This spec: https://github.com/mustache/spec/blob/master/specs/inverted.yml doesn't have any test cases for what I am describing. However, it does state this: > If the data is not of a list type, it is...

I'm curious that there hasn't been a response to this. How are people handling many-many relationships with postgrest?