Jean-Marie Comets

Results 27 comments of Jean-Marie Comets

Untested, but it really doesn't need it. Set the `g:pony_python_cmd` to the appropriate python command, which should be in your case : `vagrant ssh -c python`.

Thanks for the info, I wasn't sure when writing it. I'm off for the next few weeks and won't be able to look more into it. On Fri, Apr 20,...

I'm not sure what the issue is... You're 100% right about the issue, but the build script is passing `rustc-link-lib=static=tcmalloc` and `rustc-link-search=native=$dir` correctly. My build log: ``` Running `CARGO_PKG_DESCRIPTION='Drop-in global...

@TeXitoi I believe #221 somewhat solves your issue. I think your use case is interesting because (correct me if I'm wrong) you were looking for an API to build the...

I'm also willing to lend a hand! :+1:

I agree with the org approach. Is there anything in particular we should do besides move the repositories & update the various links ? With your blessing, I don't mind...

I see two separate issues here: 1) You want to use some unsigned integral type which is larger than `usize`. 2) You want to use some user-defined object identifier, which...