fgoepel

Results 11 comments of fgoepel

Is there a chance of getting this merged at some point? I have a use case for this and would prefer to be able to use the official gem.

That sounds like a good change to me. I just got bit by the Signal deduplicating events issue, because I didn't pay sufficient attention to the return type of 'startWith'...

Thank you for your detailed suggestions and please excuse the delayed reply. > First, check the --keep-last option is set in your goaccess.conf. This option restricts the number of days...

> @0bi-w6n-K3nobi Thanks for those tips and @shado23 for the update. Let me look into displaying a message when the limit is reached. Thanks. That's much appreciated. > @0bi-w6n-K3nobi Also,...

Apparently there is an internal API to actually disable a monitor. There is an app called DisableMonitor that makes use of it: https://github.com/Eun/DisableMonitor/blob/3a690419041ae78cb4d776f2cb07919356817b49/DisableMonitorAppDelegate.m#L303 In some cases there seems to be...

There seem to be quite a few undocumented APIs. I found this list/headers from a couple of years ago: https://github.com/NUIKit/CGSInternal/issues/3

[Scala-gopher](https://github.com/rssh/scala-gopher) apparently uses async with some additional macros to allow it to work inside for loops: > Go implemented on top of SIP-22 async and share the same limitations. In...

It's a bit unfortunate that the PR submitted by andraxin was rejected, because assuming the presence of a uname command is not necessarily justified even under Linux, such as when...

It would be nice to get some feedback on this. Without this using Rails send_file in response to a post request just ends up downloading a file containing "Forbidden", which...

> OMG, I'm so sorry, I totally missed this PR for some reason... No worries. I didn't manage to push to this PR's branch for some reason, so I've opened...