-
```
(this is targeting the new tile request chain branch, but the underlying issue
probably still exists in the current trunk)
We have designed into the OpenStreetMapView and the tile provider the
…
-
```
(this is targeting the new tile request chain branch, but the underlying issue
probably still exists in the current trunk)
We have designed into the OpenStreetMapView and the tile provider the
…
-
> Why do the tests use `load-file`?
In my opinion, it's a bad practice and it caused all sorts of headaches when I was setting up track-level testing locally.
-
Originally reported by: **BitBucket: [ceridwenv](http://bitbucket.org/ceridwenv), GitHub: @ceridwen**
---
(This is part of a series of issues I'm going to open to talk about necessary reworkings tha…
-
Consider this use case:
An app calls decrypt and gets back a PendingIntent to enter the key password in OpenKeyChain. The app then shows a notification that tells the user that he needs to enter the …
-
An example to clarify:
``` crystal
x = Proc(Int32, Int32, Int32).new { |x,y| x + y }
a = [1,2]
x.call(*a)
```
This give the error: `argument to splat must be a tuple, not Array(Int32)`.
I think it …
trans updated
8 years ago
-
Originally reported by: **BitBucket: [ceridwenv](http://bitbucket.org/ceridwenv), GitHub: @ceridwen?**
---
(This is part of a series of issues I'm going to open to talk about necessary reworkings th…
-
Originally reported by: **BitBucket: [ceridwenv](http://bitbucket.org/ceridwenv), GitHub: [ceridwenv](http://github.com/ceridwenv)**
---
(This is part of a series of issues I'm going to open to talk…
-
```
(this is targeting the new tile request chain branch, but the underlying issue
probably still exists in the current trunk)
We have designed into the OpenStreetMapView and the tile provider the
…
-
Originally on 2011-06-06
Currently **BibTeX** export is generated out of the box, by using a single _output format_, calling a single _format element_, namely `bfe_bibtex.py`. This imply the business…