joaopfg
joaopfg
Did you manage to run the code?
I have noticed the same bug. For now,my work around is to remove the additional level by hand whenever I use `__file__`.
@felixfontein Thanks for reply. Indeed, a `docker_compose_info` module seems more organized. I would love to contribute. I am trying to get a dev setup. The readme says: `If you want...
In my use case, I need to write the Dockerfile dynamically (depending on the setup of the machine who wants it) before docker-compose builds the image. I'm currently using a...
@Malo-B Declare it outside the scope of the callback and let just the assignment inside the callback.
@Malo-B If you write it like: ``` var mqtt=require('mqtt'); const connectUrl = 'localhost:9001' var client = mqtt.connect(connectUrl) client.on("connect",function(){ console.log("connected"); }) client.on('error', (error) => { console.log('Connection failed:', error) }) var topic...
@BenjaminNavarro Did you make progress on this ? @yuvaltassa @saran-t As far as I see, composite elements are discharged during the parsing. The path is `Parse` => `Body` => `OneComposite`...
Thanks, @BenjaminNavarro ! I will give a look @yuvaltassa Is there a fixed schedule to complete the upgrades in the compiler that you mentioned ? Will it arrive this year...
@cosinekitty Thanks a lot, [this lib](https://github.com/jwerle/b64.c) solved my problem. Making a hook, do you know about some C lib to work with images (common operations like resize, rotate etc) ?
I'm still having problem with this in the current latest release (6.1.1). It would be nice to have a solution available directly in the package without going for a work...