Thomas Niederberger

Results 26 issues of Thomas Niederberger

The examples for arbitrary processes seems wrong. At least I had to change them to make them work.

0 is not a valid value for the day of the month. Change it to run every Sunday instead. This should also fix issue #14

**Is your feature request related to a problem? Please describe.** For our CI I would like the execution of `cargo-about` to return an error code if there are any warnings...

enhancement

This crate currently uses the `async_trait` crate to support async functions in traits. My understanding of async is not very deep but I wonder if it would be possible to...

According to the readme I can apply the macro to struct definitions. However if I do this on an `impl` block for a struct (without trait) I get an error...

**Describe the bug** I have a variety of dependencies that are licensed under `GPL-3.0 WITH Classpath-exception-2.0`. The license check seems to work correctly but the generated html report puts the...

bug

I need to implement a certificate check that also checks for revoked certificates with X.509 CRLs ([RFC 5280](https://datatracker.ietf.org/doc/html/rfc5280)). I would like to use `webpki` to do this. For the moment...

It would be nice to have an example that works with WebAssembly. We should also have some tests that run a WebAssembly executable. Some of the existing examples might actually...

We would like to provide more functionality for webassembly targets. See the findings in #272. Ideally we could build the complete client unchanged: `cargo b --target wasm32-wasi` or `cargo b...

F8-newfeature
Q9-needsdesign

Parity is working on a new JSON-RPC API. We should look into this and figure out if/how we want to support it. - Old API: https://polkadot.js.org/docs/substrate/rpc/#author - New API: https://paritytech.github.io/json-rpc-interface-spec/introduction.html...