Lena Fuhrimann

Results 78 comments of Lena Fuhrimann

## Using Garmin Online FIT Repair Tool Uploading the `new.fit` file to http://garmin.kiesewetter.nl/ yields the following error: `Upload status: The file could not be uploaded. The following error occured: Unexpected...

Thanks, @tormoder! Is there any way I can support more or any more information you might need?

Possibly because of https://github.com/carbon-design-system/carbon-charts/pull/1421#issuecomment-1263886702

@raymontag, where can I find the Rust rewrite?

It would be nice if this also included creating "proper" releases in GitHub on https://github.com/go-critic/go-critic/releases (with `vX.X.X` tags in Git). It would be great to be able to read the...

That I wouldn't have to install MongoDB and could have it run in a container instead of on my local machine. I would develop my apps locally against this MongoDB...

My goal is not to be able to run something in the background... `mongod` already does that by default. My goal is to run something in a docker container...

Thanks for your feedback, @themalkolm! Since we already have some docker args covered through the labels that you can give your image (e.g. `io.whalebrew.config.environment` for the `-e` flag or `io.whalebrew.config.ports`...

good point... you would really need to run `docker stop`...

@nathanblair, couldn't this just be achieved with https://github.com/golang/oauth2? I don't see the point of reinventing the wheel except for if your implementation would use this library and would go beyond...