benbro

Results 61 issues of benbro

I've added support for all time and date arrays and added tests for them. Thanks

The main-menu div with the avatar, name and links has the responsive navbar support. When hiding the menu by clicking the btn-navbar element, the menu first jumps to the right...

In the example page, the form submit button is outside of the form which means we can't use it to submit the form without javascript. When placing the form-action div...

Hi If I understand correctly, erlctl becomes a kind of supervisor for my app. It'll be really cool if erlctl will come with an upstart script that allow you to...

Hi Is it possible to use rebar instead of rake so we won't need to install ruby and rake just to build pure erlang code? http://bitbucket.org/basho/rebar/wiki/Home Thanks

The lookup_local_name doc says "Fails if there is no such name". "Fail" seems like it raises an exception but it actually return undefined (which is good). Shouldn't it say something...

It might be useful to have a shared property that is created with the first pid and deleted when the last pid using this property is killed. For example, we...

Aren't you building ffmpeg twice? https://github.com/jrottenberg/ffmpeg/blob/main/docker-images/5.0/ubuntu2004/Dockerfile#L516 https://github.com/jrottenberg/ffmpeg/blob/main/docker-images/5.0/ubuntu2004/Dockerfile#L568

Can I profile a release with some modules compiled with hipe?

Hi, Did you think about using a WebWorker instead of the main thread? Did you try using a WebGL shader to pass the calculation to the GPU? Did you compare...