Rémi Alvergnat

Results 206 comments of Rémi Alvergnat

PHPUnit required to be upgraded to fix https://github.com/sebastianbergmann/phpunit/issues/3728

Here's my workaround to remove all variables defined in `.env.test` file from `process.env` when running tests only. ```typescript const envFilePath = process.env.NODE_ENV === 'test' ? '.env.test' : undefined @Module({ imports:...

Maybe a simple solution would be to make `vue-template-compiler` a peerDependency.

Alpine based images for many languages: https://github.com/iron-io/dockers

It seems `rows.value` array still has the same size, with last item beeing undefined.

Currently, i didn't analyze enough to find out exactly where the `error_match` could be use, but i was just thinking on this API change to recover properly from expected possible...

I hit this issue too, and did not find a way to recover. I've finally reset the watch. It fails even using Garmin official tool on windows.

@aspiers The script you mentionned uses [GcpUploader](http://sourceforge.net/projects/gcpuploader/). From [official wiki](http://sourceforge.net/p/gcpuploader/wiki/Home/) > The python-ant-downloader project was recently launched and probably makes this project (=GcpUploader) obsolete. It strives to be a full...

I agree it should belong to another project, but GcpUploader doesn't seem to be maintained ... i've read that python-ant-downloader borrowed some code from [tapiriik](https://github.com/cpfair/tapiriik) to upload to Garmin Connect....

https://github.com/mcovalt/jsonnetbin just works and seems damn simple. Please take a look at this repository and include the setup.py configuration inside the official project.