Alexandre Bique

Results 62 issues of Alexandre Bique

Hi, I have more than 20 active cpu (24), so why limiting the number of threads to 20 ? Thanks.

under construction

## Suggestion Only load the root pom and its submodule (declared in ). ## Use Cases On large projects, some modules might be present but not part of the build...

external

``` ERROR: AddressSanitizer: alloc-dealloc-mismatch (operator new [] vs operator delete) on 0x631000730800 #0 0x55555c69dce9 in operator delete(void*) (/home/abique/develop/bitwig/dev1/cmake-builds/code/bin/BitwigAudioEngine+0x7149ce9) #1 0x7fffdb7ef2c8 in mopo::SimpleDelay::~SimpleDelay() (/usr/lib/vst/helm-synth.so+0x5c02c8) #2 0x7fffdb7ef319 in mopo::SimpleDelay::~SimpleDelay() (/usr/lib/vst/helm-synth.so+0x5c0319) #3 0x7fffdb7e9c2d...

Hi, Currently Ableton Link does not provide a good way to check if link could successfully initialize and is ready to do its job. I've found that it is even...

Hi, clang-cl (windows) is confused by `std::complex` you need to add the `::` in front to fix that issue: ```diff @@ -492,8 +492,8 @@ template -class Setup< std::complex > +class...

Hi, It seems that your project diverged from the original and your changes didn't make it back into the main. At this point would it make sense to rename your...

I have a `build.rs` with: ```rust fn main() { let manifest_dir = std::path::PathBuf::from(std::env::var_os("CARGO_MANIFEST_DIR").unwrap()); let library_paths = std::collections::HashMap::from([("icons".to_string(), manifest_dir.join("res/icons"))]); let config = slint_build::CompilerConfiguration::new() .with_library_paths(library_paths) .with_style("fluent-dark".to_string()); slint_build::compile_with_config("ui/main.slint", config).unwrap(); } ``` Currently slint...

enhancement
a:live preview

ComboBox's popup menu not re-positionned when resizing the application window Steps: 1. click on a combobox to expand the popup menu 2. resize the application window while the popup menu...

a:builtin elements