MOZGIII

Results 132 comments of MOZGIII

I ended up with `cargo wix -n myapp --install-version 0.0.1` to get it working. It's great this crate is built with that kind of flexiubility in mind, kudos for that!...

Looks like #20 may help if it's implemented in a way that doesn't depend on `Cargo.toml` having a `package` field (which root `Cargo.toml`s in multi-create workspaces can't have).

Nice! Here's my project, as an additional data for this issue: https://github.com/MOZGIII/rebootinto And here's a sample build: https://ci.appveyor.com/project/MOZGIII/rebootinto/builds/24093596 I see the point about the virtual and non-virtual workspaces, though I'd...

I guess so. Can't tell for sure now, I have very few knowledge on this package so far.

I see. Maybe support for it can be just added to react itself then? I may be not understanding the situation completely, but `className` is not that important (is there...

I made this for my own needs, but you may find it interesting: https://github.com/MOZGIII/bevy_trimesh. It constructs the TriMesh data from the rendering mesh's geometry. Would be nice to have a...

We're currently improving our benchmarking suite at https://github.com/timberio/vector, and we figured is we'd like a way to compare the benchmarking results in the long run. It may be not exactly...

I have a Kubernetes cluster at home that can manage the DNS via an [external DNS provider](https://github.com/kubernetes-sigs/external-dns). I'd like my cluster to also be in charge of updating the dynamic...

Since this project uses Go, I don't think generating a spec is a way to talk to Kubernetes, but rather using its own client. Take a look here for the...

I don't think you'd actually want to alter `Service`s (I wouldn't in my use case). I'm using a custom CRD provided by the `external-dns` project - the one that actually...