Joseph Anthony Pasquale Holsten

Results 104 comments of Joseph Anthony Pasquale Holsten

I would gladly consider a PR, or at least some draft documentation (or a unit test) for the feature

ah, per https://github.com/karelzak/util-linux/blob/master/sys-utils/flock.1#L81 how about: ``` * `-x`, `--exclusive`: Obtain an exclusive lock, sometimes called a write lock. Mutually exclusive with the `-s` shared lock option. This is the default....

@Mayeu ok, what do we need to do to release? - Is the necessary patch merged? - Is it documented? - Is it tagged in git? - is the homebrew...

This was originally due to using `lockf()` instead of `fcntl()`. `lockf()` does not support shared locks, so these bugs should have been expected. it actually seems that most of these...

via google translate: > It does not correctly recognize the character code > > https://github.com/monochromegane/the_platinum_searcher/blob/master/file.go#L34-L36 > I think that you check here code to 512byte, but not you recognize the...

Yeah, I have been fighting a really strange issue that feels like an operating system bug. It doesn't present immediately after a clean wipe and re-install, nor immediately after I...

Personally, I'd like us to switch from using the chef gem onto either [ridley](https://github.com/RiotGames/ridley) or [chef-api](https://github.com/sethvargo/chef-api). This would simplify issues like this.

A library of mine is kinda having the same problem, I want Capistrano users to be able to use it, so the minimal chef-api is good, but I want support...

@leftathome care to point out one of these forks?

If we really want to do this, we should use [ridley](https://github.com/RiotGames/ridley) for api access.