MOZGIII

Results 154 issues of MOZGIII

I'm trying to use cargo-wix in a multi-crate workspace, and it doesn't work. ```shell > cargo wix --nocapture Error[4] (Manifest): No 'name' field found in the package's manifest (Cargo.toml) ```...

enhancement

Both `as_object` and `as_array` make sense, would be great to have them. This is what I'm using currently: ```rust pub(super) fn json_as_array(val: &JsonValue) -> Option { match val { JsonValue::Array(val)...

When server goes offline `func (ch *Channel) Close() error` returns something strange, that serializes to `%!s()` (I'm guessing that's pointer to `nil`). I'm using RabbitMQ in docker container, and when...

seeking help
usability

React 16 added proper support for custom props, so do we still have issues with polymer components?

1. What's the feature? Teach `ddns-updater` to update the [external-dns](https://github.com/kubernetes-sigs/external-dns) records in the Kubernetes API (via CRDs). 2. Extra information? To do. Just posting the idea here for now, will...

Currently, I have to manually alter the theme via injecting `ttk::style theme use clam` before `color::sync_with_theme` call ( a gross hack) to work around my problem with tk theming. It...

This is a follow up to #80. Apparently, responses were fixed, but there are still issues with the requests. Request with `Content-Type: application/json` is decoded not as UTF-8, while request...

I was thinking about the autodiscovery source from the perspective of our internal architecture, and this is what I came up with. We can add an autodiscovery source. The way...

meta: idea
type: feature

Given that `std::pin::Pin` exists now, there should be a documentation section explaining that it and `crossbeam_epoch::pin` are entirely different concepts (they are similar in the real world, but not in...

crossbeam-epoch
docs

I noticed odd behavior when using ransack and invoking pluck: ```ruby [60] pry(main)> Visitor.includes(:automated_campaign_receipts).where(automated_campaign_receipts: { automated_campaign_id: 10 }).where(automated_campaign_receipts: { event_type: 'clicked' }).pluck(:id) (0.3ms) SELECT "visitors"."id" FROM "visitors" LEFT OUTER JOIN...

tests wanted