Proc

Results 56 issues of Proc

Hi, are there any plans for upgrading this from tokio-core to the current tokio implementation?

The [param docs](https://docs.rs/mysql_async/latest/mysql_async/macro.params.html) still use `prep_exec` which got removed. Edit: Apparently the issue itself is in mysql_common. And as mysql_common probably has no actual "runner", there is no way to...

Might be worth to add [USBView](https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/usbview) for Windows to the possible tools to find your USB device. Helped me to view the USB hierarchy and find out that the (authors)...

Error-Chain seems to be unmaintained or rather not developed any further. Furthermore most people start adopting failure,anyhow and eyre for new errors in applications, which require Sync on errors to...

The error type used by actix_identity is incompatible with acitx_web::Error, creating some annoying usability problems inside actix_web code. ## Expected Behavior I can just perform ```rust pub async fn foo(identity:...

C-improvement
A-identity

### Describe the bug If you create a SAML client and download the keycloak-mod-auth-mellon-sp-config.zip for the Mod Auth Mellon configuration, you get a broken zip file. ### Version 9.0.1 ###...

kind/bug
status/triage

Actually pass through the optional crossbeam dep from debouncer-mini to notify. Also verify this in CI. (Requires a manual -p call to work.)

We currently don't allow directly passing a `Send + Sync` `EventHandler` in a transparent fashion if its required for the underlying backend. See `impl Watcher` of `ReadDirectoryChangesWatcher` and #360 ....

A-enhancement

We're not reporting issues on file/folder indexing in [filter_dir](https://github.com/notify-rs/notify/blob/1fac9caec14b00f3ef23ace38eb1d1d7d7f0e3f3/src/inotify.rs#L548) as reported in #335 This also has the opportunity to unify this function with the upcoming BSD version.

A-bug
A-enhancement
Z-needs implementation
os-linux
os-bsd

**Modpack version** 1.82a **Issue** Build an player simulator that shift+clicks on an Mekanism Compression Factory (basic) with items that are not valid (different tier or for example diamonds) and it'll...

Bug