Anton Lazarev
Anton Lazarev
As per [the documentation for delayed timers](https://github.com/maps4print/azul/blob/9090ce23a114222fcc08dc76b35381e671ab80e7/azul/src/async.rs#L54), a `Timer` should execute immediately when no delay is specified. However, if the timer is on an interval, it will wait a full...
Thanks for the cool mod! I was playing with the manipulator for a bit; one thing that I found inconvenient was that every time I re-exported a file from my...
## PR Type Feature ## PR Checklist - [x] Tests for the changes have been added / updated. - [x] Documentation comments have been added / updated. - [x] A...
The changelogs haven't been updated in a while, e.g. https://github.com/3Hren/msgpack-rust/blob/master/rmp-serde/CHANGELOG.md#unreleasedunreleased has no references to 0.14.0 and greater. It appears `rmp-serde` 0.14.0 included at least two breaking changes, but it's difficult...
### Description It would be great if CNCjs would support TLS / SSL / HTTPS, at least with a built-in self-signed certificate and ideally with support for custom certificates as...
I realize this could be technically challenging to implement, but it'd be great to have a way to call `get_url` (or some other similar URL-processing step) from _inside SASS/CSS files_....
Several peripheral HAL APIs require the use of a [`DelayUs`](https://docs.rs/embedded-hal/0.2.6/embedded_hal/blocking/delay/trait.DelayUs.html) or [`DelayMs`](https://docs.rs/embedded-hal/0.2.6/embedded_hal/blocking/delay/trait.DelayMs.html) trait implementor. I've seen this pattern a couple of times on reset/initialization methods, e.g. [`synopsys_usb_otg::bus::UsbBus::force_reset`](https://docs.rs/synopsys-usb-otg/latest/synopsys_usb_otg/bus/struct.UsbBus.html#method.force_reset) or [`ssd1306::Ssd1306::reset`](https://docs.rs/ssd1306/latest/ssd1306/struct.Ssd1306.html#method.reset). The...
**Describe the bug** Trying to bridge the `#announcements` channel of a new Discord server doesn't work, and instead produces a generic and confusing error. The following output appears in the...
### System information - **Have I written custom code (as opposed to using zenbot vanilla)**: No - **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**: N/A - **Zenbot version** (commit...
For initial rollout of sugarcoat resources shipped from the CRX packager, we want to keep the resource size as small as possible while still demonstrating that the system works correctly....