Marlus Saraiva

Results 58 comments of Marlus Saraiva

@christian-fei just got an update on that: > The v3.3 release candidate 1 is out and v3.3 repositories are available for testing. We will branch 3.3-stable (and release 3.3.0) within...

@christian-fei the images have been updated. Can you confirm that this issue is gone?

> Error removing intermediate container 1f7ff031c7c5: Cannot destroy container 1f7ff031c7c5f5872ac957d972fd520f3b767d2e1d706d9400fb0c643d7445c1: Driver btrfs failed to remove root filesystem 1f7ff031c7c5f5872ac957d972fd520f3b767d2e1d706d9400fb0c643d7445c1: Failed to destroy btrfs snapshot: operation not permitted @christian-fei it looks like...

@christian-fei 1. I think you can get rid of the "Error removing intermediate container" if you add `--rm=false` to your docker build command: `docker build --rm=false -t ...`. (But I...

> Does anyone else have this problem? Yes. I was able to reproduce the problem on OSX. I'll take a look at it. > any chance for refactoring in the...

I think the communication via sockets would be the ideal solution. Using the stdin/stdout as it is now is suboptimal and has some limitations. I would love to do that...

@slashmili I can't remember why, but it should definitely start with `:`. I'll take a look at it.

@pvdvreede Sorry for the late response. I'll not merge this PR for version 1.2.2 because I avoid, as much as possible, to change published images. However if you create it...

@rodrigues I've started changing the Parser and MetadataBuilder in order to provide column information. This is necessary for precise highlighting and other features like refactoring. After a couple of months...

Also print a better message than "Can't find TheModule"