Lucas Löffel

Results 87 issues of Lucas Löffel

Please add exported files, not possible to use this as dependency in a modern system why there is no replay?

Thank you for 100 000 NPM Downloads! The project is growing constantly and we are starting the development of v2 soon! Planned features: - Extend `|` operator with a ongoing...

v2

### Is there an existing issue for this? - [X] I have searched the [issue tracker](https://www.github.com/Kong/insomnia/issues) for a bug that matches the one I want to file, without success. ###...

B-bug
A-grpc
S-verified

same problem as here: https://github.com/Kong/insomnia/issues/4084

The bazel build files and workspaces are not updated since years. This pull request adds the availability to build `docker-credential-gcr` from source. - fix bazel builds to build `docker-credential-grc` from...

Hello, currently gcr aborts with `ERROR: 'docker-credential-gcr' must exist on your PATH` https://github.com/GoogleCloudPlatform/docker-credential-gcr/blob/6093d30b51d725877bc6971aa6700153c1a364f1/cli/configure-docker.go#L74 With https://github.com/bazelbuild/rules_docker/pull/2115 this will get obsolete for a bazel setup

```bash CGO_ENABLED=1 go build -o finsmart-storage-api # github.com/discord/lilliput In file included from ../pkg/mod/github.com/discord/[email protected]/deps/linux/include/libavutil/common.h:464, from ../pkg/mod/github.com/discord/[email protected]/deps/linux/include/libavutil/avutil.h:296, from ../pkg/mod/github.com/discord/[email protected]/deps/linux/include/libavutil/samplefmt.h:24, from ../pkg/mod/github.com/discord/[email protected]/deps/linux/include/libavcodec/avcodec.h:31, from avcodec.cpp:7: ../pkg/mod/github.com/discord/[email protected]/deps/linux/include/libavutil/mem.h:341:79: warning: ‘alloc_size’ attribute ignored on a function returning...

Hey, i am currently try to compress png and jpg images with lilliput. While i am uploading pngs the png file sizes are larger then before - with all kind...

This will set the `User` field not to nil ```go opts := conjungo.NewOptions() opts.Overwrite = true if err = conjungo.Merge(token, &go_saas_model.Token{ User: nil, TeamId: &teamId, Team: nil, RWMutex: new(sync.RWMutex), },...