Craig

Results 13 issues of Craig

#### Expected behaviour Can install updates in Windows. #### Actual behaviour In both Windows 10 and 11 "2022-08 Security Update [...] (KB5012170)" fails to install despite retrys, running the troubleshooter,...

help wanted

I'm not sure this is the proper place to report this, but as Intel Devs contribute here, hopefully its enough. This repo is very clear about it being Windows specific...

documentation

Currently lol_alloc does not contain an allocator which actually does freeing with better than O(n) allocation and O(n) freeing where `n` is the length of the free-list. For now users...

I'm not sure if this is the right place to bring this up, but in README.md: > The efficiency of the algorithm declines with the number of blocks the network...

### Summary Currently is is very hard to find good guidance on how to get source level debugging of Rust in WASM. It is however possible (I got it working),...

**Problem** The [docs for schedule_update](https://docs.rs/dioxus/latest/dioxus/prelude/fn.schedule_update.html) just describe it as: > Schedule an update for the current component My expectation based on on this (and its use in https://dioxuslabs.com/learn/0.6/cookbook/state/custom_hooks/ ) is...

documentation

Currently it seems impossible to implement outbound backpressure. The underlying WebRTC API provides [buffer low events](https://developer.mozilla.org/en-US/docs/Web/API/RTCDataChannel/bufferedamountlow_event) and the ability to check the [buffer size](https://developer.mozilla.org/en-US/docs/Web/API/RTCDataChannel/bufferedAmount) which could be exposed in some...

For some reason on docs.rs, RawPeerChannel is missing. If you search for it, you get no results: https://docs.rs/matchbox_socket/0.11.0/matchbox_socket/?search=RawPeerChannel If you look at an API that references it, you just see...

An implementation of the proposed feature from https://github.com/DioxusLabs/sdk/issues/82 . Included is an example which stores pretty printed JSON in the local storage instead of the current compressed binary format (which...

breaking

# The Problem / Limitation The existing storage APIs, like `use_synced_storage` do not appear to to **let the user control the encoding**. I care a lot about ensuring my actual...

enhancement