Josh Allmann

Results 10 comments of Josh Allmann

Further explanation here for whoever wants to clean up this patch set: https://lists.ocamlcore.org/pipermail/pgocaml-general/2013-August/000045.html

Hi, Your best bet for support is with the [email protected] list: https://groups.google.com/forum/#!forum/c-rtmp-server On 25 November 2013 21:18, yukl [email protected] wrote: > HI. > I want crtmpserver can send streams to...

EMFILE -- running out of file descriptors perhaps? Does raising the limit help, eg `ulimit -n unlimited`?

Does Linux still have the same error after raising the ulimit? If not, what's the new error?

Go for it! Does fpm also facilitate creating service users, init files, etc? That's the real benefit of packaging IMO, but it's tedious to do this for each platform manually.

This is still happening for me - on vertical split, one of the windows gets scrolled to the bottom on format. Short of a fix, is there a workaround? @pyrho...

This feature would be useful. Right now I have to annotate stdin checks separately to distinguish them from one another.

Getting the same - I wonder if it is because of missing esm support? Eg https://github.com/mholt/PapaParse/issues/939 / https://github.com/mholt/PapaParse/pull/875 (note the workarounds suggested in the #939 don't seem to help with...

Here is what worked for me; the relevant parts were taken from https://github.com/mholt/PapaParse/pull/978 (via nix-shell which I use to set up my development environment) ```sh if ! [ -f papaparse.js...

Don't think that is possible, since placeholders can only represent values (eg, substituting for literals), not predicates or other fragments of a SQL string.