benbro

Results 106 comments of benbro

Maybe you can split it to two separate packages, erlctl and ctl_ex? That way you can use rebar for each package separately. Any way, your use case is valid and...

The use case is using gridfs as a cache for user avatars of different sizes. If ngind-gridfs can't find the file in gridfs, it'll pass the request to a script...

The equal sign "=" is a reserved character [1]. You should use base64 url encode instead of the usual base64 [2]. https://tools.ietf.org/rfc/rfc3986.html#section-2.2 https://en.wikipedia.org/wiki/Base64#The_URL_applications

Another [bad link](https://ninenines.eu/docs/en/cowboy/2.2/manual/ranch) on bottom of the same page.

@mgedmin if syncing /var/lib/facette is enough, maybe we can create a github repo with predefined json files for collectd graphs? The user will only need to use a script to...

@falzm yes, I think it will be good. Will it group together several related graphs, like all the cpu user, system, idle, max...? Will it create collections of related graphs?

Sounds good. @mgedmin seems to have much more experience than me. It will be nice to get feedback from him when he is available.

https://bugs.webkit.org/show_bug.cgi?id=218762

The ggb has three vectors: ``` u = Vector[A, B] b = Vector[M, N] v = Vector[A, b + A] ``` The reader iterates the command elements and reaches vector...

@alfredwassermann can you help with this please?