Matthew Miller
Matthew Miller
(This is on the Fedora builders; also occurs with setarch i686 on my own x86_64 devel system)
And just a few more complications: * Should handle hex and isometric tiles * Layers... not sure how that should work at all
Also connected to #44 -- if isometric tiles have _height_, they can extend out of their nominal space, and therefore mouse-picking should be based on render height. (Including the possibility...
And extra-advanced: isometric _hexagonal_ maps.
Also, related #95 — the "what was clicked" code could/should be zoom aware.
@joshuajbouw Just checking that the rendering / chunking functions don't make assumptions based on camera zoom. If that is all handled, then cool. :)
For whatever it's worth, > # df is in long format, pandas requires wide format. ... is the reason I'd really like this. I know how to use pivot, but...
FWIW, you can probably work around the problem with `cp --sparse=never`.
@crobinso It looks like a really easy improvement would be to change the repo file to use https. PR #38
That link isn't complete — what's the bug number you're referring to? DNF in Fedora _does_ check https signatures — `sslverify` is on by default, and therefore "If the client...