Stéphane Bisinger

Results 8 issues of Stéphane Bisinger

The directive for `amCalendar` doesn't support any parameter, while the moment.js `calendar()` method offers the possibility to customize the format string since version 2.10.5. `angular-moment` should allow to pass some...

I'm trying to install `ruby-gdal` on a Docker container based on Alpine Linux, but the build fails with a compiler error: ``` osr.cpp: In function 'OGRErr OSRSpatialReferenceShadow_ImportFromOzi(OSRSpatialReferenceShadow*, const char*, const...

In the Postgres databases I manage, the privileges are managed through a set of roles, which cannot be used to login. Instead each login user is assigned roles and to...

The query to get the last update of a dataset can be quite slow, especially once the number of time series in the dataset grow above 90'000. I wrote an...

Currently if I specify in my config options a `beforeBump` task like `test`, which of course runs my unit tests, `grunt-release` will still continue its execution even if my tests...

It would be quite handy to be able to test the behaviour of the code with different results from the query: what if the table is empty? What if the...

Add links to the Replay packer website and the aoe2rec parsing library. The Replay packer is used by many tournaments, including pro tournaments, to streamline game submissions. The aoe2rec Rust...

When parsing certain games, most likely restored games, the scenario header parsing fails: ``` RuntimeError: invalid mgz file: expected 16 to 16, found 0 (parsing) -> scenario -> scenario_header ```...