Anders Hellerup Madsen

Results 10 comments of Anders Hellerup Madsen

The tests are passing, but the flake8 check is erroring on a bunch of things - also in files I haven't touched at all. I can easily fix the formatting...

Okay, now all the tests and linting checks are passing

@acrisci did you have a chance to look at this PR? Is this a feature you are interested in, and if so is there anything I can do to help...

I don't believe that DBus itself supports optional arguments. At least, I think that it requires that all argument lists must be concretely typed. The normal way of supplying optional...

I am experiencing this also (using version 1.10.0). Here is a minimal reproducible example: `a.d.ts` ``` export declare type A = { a: string; }; ``` `b.d.ts` ``` import {...

I can reproduce this like this: dune: ``` (library (name foo) (preprocess (pps ppx_deriving_protobuf ppx_deriving.show))) ``` foo.ml: ``` type t = int [@@deriving protobuf, show] ``` ```command $ dune build...

@cocranfill could you maybe share instructions on how you managed to get this to build? Or maybe even the compiled binary package? 😀

It would be sweet if there was an option to switch the left/right arrow keys to mean turn instead of strafe. In old CRPGs like Bards Tale or Might and...

Yeah, I know. We have also stopped using this code after the Tumblr extension came out, so I guess you are right that the custom UIActivity more or less has...

If you are trying to gauge community interest, then I at least would be super interested in this. I am working on a project that provides Rust support for a...