Stephen Albert-Moore

Results 9 issues of Stephen Albert-Moore

I am trying to call an RPC function bar() that returns a value of type `Foo`. `Foo` is an identical class on both the server and client. The dynamic proxy...

e.g. http://kiss3d.org/doc/kiss3d/scene/struct.SceneNodeData.html#method.prepend_to_local_translation `Translation3` links to http://nalgebra.org/doc/nalgebra/geometry/translation_alias/type.Translation3.html But nalgebra docs have moved to https://www.nalgebra.org/rustdoc/nalgebra/

In my application, I use `MSGPACK_DEFINE` to pack custom classes into the array format. The format is known on both ends and they are both C++ (for now). I'd like...

The "Line" interrupt (`LIF`/`LIE`) can be used as a VSYNC signal. RM0455: > Line interrupt: generated when a programmed line is reached. The line interrupt position is programmed in the...

Thanks for this crate! It isn't clear (to me) from the documentation how to tell Klask to use a native dialog for a `PathBuf` argument. I noticed the following: ```rust...

The documentation describes that `encode`, `try_encode`, etc. "use" the default sentinel value (or override it). IMO they should clarify that the functions do not actually write the sentinel to the...

Match Git's behavior. Fixes #2177.

Fornjot already provides a `process_model` helper that accepts a "standard" set of arguments for exporting or viewing. I want to make an app that uses arguments to configure/parameterize a model....

type: feature
good first issue

When receiving a block, it's correct to have a timeout of 1 s for individual bytes. This is what's passed to the receive callback. But in the CLI app, the...