Christian glacet

Results 99 comments of Christian glacet

Until this is possible is it possible, in the mean time, to build URLs and read responses independently of emitting actual HTTP requests? I'm not familiar at all with the...

The example show here does seem to work fine for gitlab, on the other hand it doesn't open the edit view but rather the main view, is that normal?

I feel like sqlalchemy is building things every time it reads `Enum(e)`. So if we use two columns with this type it will fail the second time. ```python class MyModel(db.Model):...

Strange, I have a piece of code that used to work but doesn't anymore, I wonder what changed here (I also used `Geography`). I never wrote any code to do...

We found another strange routing problem with the two following coordinates and the **driving profile**: * A = `-0.595,44.85;-0.5698513984680176,44.8427402304437` * B = `-0.595,44.85` If you ask for `A -> B`...

I would be interested in possible ways of finding what's the problem too. I have a very similar problem (metatiles are rendered correctly but PNG fail to be served). I...

Sadly this is the only "bad thing" that seems to happen. I'm actually looking for a way to have any kind of debugging option (showing more debug messages would be...

1) Is already what I've done (the metatile is perfectly fine, I checked using meta2tile). 2) Is the output I pasted just before (it stops there). Or outputs nothing if...

I'm using OSX(10.12.4). The apache _authorization_ stuff that I get is because my **httpd.conf** is loading [mod_authz_core](https://httpd.apache.org/docs/2.4/fr/mod/mod_authz_core.html). The following line is displayed because I have _LogLevel_ set to _trace8_ instead...

Ah, I think I found something. I found what a normal debug output is like, and it turns out there is something I'm completely missing: ``` [tile:info] [] tile_storage_hook: handler(tile_serve),...