Marcos Nils

Results 82 issues of Marcos Nils

Current Pub/Sub implementation is blocking and doesn't allow the same connection to subscribe to more than one channel in a nice and friendly way. The only way of achieving it...

discussion needed
stale

Hey there, awesome work on this library. While using this library for my project I realized that what I actually needed was a Go version of the `git daemon` command....

### What is the issue? building a Dockerfile with dagger doesn't show any of the outputs the Dockerfile currently performs. This used to be the case before v0.11.x so it's...

kind/bug

### What is the issue? Coming from here: https://discord.com/channels/707636530424053791/1229798907362414673 Looks like our helm chart doesn't really work with the latest version of Dagger and it's pinned to a v0.9.x engine....

kind/bug

### What is the issue? Some users have reported some issues while getting started with dagger about `dagger develop` not apparently working as expected. In most of those cases we...

kind/bug
area/cli

### What is the issue? As a follow-up of this discord thread: https://discord.com/channels/707636530424053791/1227300888050139146 and this previous issue: https://github.com/dagger/dagger/issues/6462, seems like `dagger call` is randomly uploading the context in consecutive calls....

kind/bug
area/engine

It'd be awesome if `impl` could add the missing methods of an interface to a `struct` when executed twice. What it currently does is just duplicating all the methods. If...

Hi everyone, Since we've been working on this project a lot recently and after not receiving response from the maintainer (not even through email) for a long time, we've decided...

ref: https://github.com/moby/moby/pull/41330

https://github.com/hypriot/device-init/blob/master/package/etc/systemd/system/device-init.service#L4 Current systemd configuration runs device-init after network but doesn't wait for docker to be ready. I'm not sure how it's working and I might be confused but I haven't...