Bartosz Grabias

Results 15 issues of Bartosz Grabias

When level widget is set to work in range 1-3 on mobile 1 is minimum, 3 is maximum, in this client 0 is minimum, 2 is maximum. When range is...

Reproduce: - Given any fixture is added - Given Scene A and B exists - Given Scenes A and B use a single channel of any fixture - Given Scene...

This was originally suggested here: http://www.qlcplus.org/forum/viewtopic.php?f=24&t=10158&p=46291#p46273 I would see it like this: In any VCwidget that sends feedback could have a "send feedback" checkbox under "custom feedback". This checkbox is...

Logs and stuff: ========= Running tsc (version 2.4.1) gives following error: ``` node_modules/iridium/dist/lib/cacheControllers/IDDirector.d.ts(8,22): error TS2420: Class 'CacheOnID' incorrectly implements interface 'CacheDirector'. Types of property 'valid' are incompatible. Type '(object: {...

Hello, The current ErrorKind struct in the -io crates is very high-level. In contrast to embedded-hal-nb it does not expose the typical errors one might encounter (and want to handle)...

First of all - thanks for this project and your work here! For my use case I would need to have the FSM instance be movable and have its state...

Given the following example: ```rust let mut buf = [0; 1]; debug!("Waiting for bytes"); loop { // system_bus is Uart

e-rp

Given the following rust: ```rust callback!(GaznasCommandCallback(command: FfiCommand, id: ffi::String)); #[ffi_type(name = "Command")] pub enum FfiCommand { VariantA, VariantB(ffi::String), } ``` The following c# is generated: ```cs // Debug - write_type_definition_named_callback...

The generated API hash seems to depend on pointer width somehow. When building for `i686-pc-windows-msvc` and `x86_64-pc-windows-msvc` the generated API version hash is different even though the rust source and...

bug
c-core

Imagine a function like this (snippets from actual code to ilustrate an example, not really a minimized repro) ```rust #[derive(Clone, Copy)] enum GaznasClientState {} callback!(GaznasClientStateChangedCallback(new_state: GaznasClientState)); #[ffi_type] pub struct GaznasError...