Markus Mayer

Results 23 comments of Markus Mayer

Here we go: For Reflector to work we also need to create the mirror (target) secret in ExternalDNS' namespace: ```yaml apiVersion: v1 kind: Secret metadata: # Change this to match...

TL;DR: In my case the wifi was borked and using a different network fixed it. Original reply below. --- Same issue here and oddly, even with ``` cargo build --release...

[I tried to give that a spin here](https://github.com/sunsided/rust-measurements/pull/1) using [num-traits](https://crates.io/crates/num-traits) constrained generics but it ended up in one difficult spot: When `T` can be anything, the automatically implemented commutative implementations...

> As mentioned on Discord, CI integration and/or unit tests would significantly improve the chances of this PR being accepted. I added a CI step in https://github.com/Code-Solver/gpt4all/pull/2. Its a PR...

One thing that's not entirely clear to me at this moment is usage outside of the gpt4all repo due to the `build.rs` dependency on a relative path. Does it work...

Sadly that doesn't work as of now due to Rust's coherence rules. It ends up in a classy ``` type parameter `C` must be covered by another type when it...

@rohansatapathy Will do. I've reached out to @snd by mail first to see if he can add me as a maintainer, too. In that case we don't require the parallel...

Okay, I published it as [ruststft](https://crates.io/crates/ruststft) version `0.3.0`. If @snd gets back to me regarding maintainership on crates.io and/or merges the changes himself, I'll see to yank my version to...

For me it was also E-Mail related; I had accidentally added an `--email-domain=...` of my company, which rejected my account since it uses a different primary address. That said, the...