i4k
i4k
same on Linux...
Hi @chzyer It works as expected, but not in the way I would expect... The problem is that my shells don't have job control (it doesn't make sense in my...
@ac000 @alejandro-colomar If the user provides the config: ``` { "isolation": { "cgroup": { "name": "" } } } ``` It will add the process to the root of the...
hey @ac000 @alejandro-colomar, about the error handling and logging, there are a lot of weird cases where writing to `cgroup.procs` can fail, some examples are below: - `ENOTSUP`: The subsystem...
@gabo1208 I have no permission on this repo anymore and this project is unmaintained at the moment. It's better to maintain your own fork, maybe explain why in your own...
Hi @c-brooks I'm not working with AMQP anymore. Also, AFAIK people at NeowayLabs don't use RabbitMQ anymore... I support the forking of this library. If someone implements this feature or...
@satta I just find out you maintain a Debian/Ubuntu package of this library. Would you like to maintain this project as well? There are other forks that implement missing features...
Hi @satta, It's completely fine. @c-brooks About the fanout exchange: https://www.rabbitmq.com/resources/specs/amqp0-9-1.pdf It's much simpler than the `direct` or `topic` exchanges. Probably someone will come up with a contribution soon.
@vitorarins https://github.com/DoctorWkt/unix-jun72/blob/master/src/cmd/glob.c Version 1 of unix had a program called `glob`, very useful =) Maybe we create a tool like that in stdbin to be used in conjunction with our...
@katcipis I don't think so. I prefer a builtin function that handles ** also, or a function in stdlib.. I sent the link to the unix glob because maybe we...