-
Updated
Sep 17, 2020 - C#
wrapper
Here are 2,866 public repositories matching this topic...
-
Updated
May 3, 2018 - Java
-
Updated
May 26, 2020 - PHP
-
Updated
Jul 29, 2020 - C
-
Updated
Aug 15, 2020 - Python
-
Updated
Aug 3, 2020 - TypeScript
-
Updated
Sep 10, 2020 - C++
Refactor tests
There is a lot of repeated code in our tests (for example, to run a query and compare it to expected data, to introspect a type and check the typing of a particular field). We should try to extract these functions and put them into some kind of utility file.
-
Updated
Mar 2, 2020 - Julia
-
Updated
Sep 3, 2020 - Python
-
Updated
Jul 24, 2020 - C++
-
Updated
Jul 2, 2017 - Ruby
Describe the Bug
I'm trying to create a completely static binary including inkwell however inkwell forces to always dynamically link to libffi with this line in build.rs
if cfg!(not(target_os = "windows")) {
println!("cargo:rustc-link-lib=dylib=ffi");
}llvm-sys works around this issue by introducing an environment variable: LLVM_SYS_{}_FFI_WORKAROUND, if declare
-
Updated
Aug 30, 2020 - R
-
Updated
Aug 14, 2020 - Python
-
Updated
Sep 3, 2020 - Java
-
Updated
Jun 19, 2020 - Kotlin
-
Updated
May 13, 2020 - Python
-
Updated
Dec 30, 2017 - Shell
-
Updated
Mar 28, 2018 - Objective-C
Improve this page
Add a description, image, and links to the wrapper topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the wrapper topic, visit your repo's landing page and select "manage topics."
If the
hello_triangleexample is changed slightly to only draw the triangle once, and we change the color attachment'sload_optowgpu::LoadOp::Loadinstead ofClear, my expectation is that the result is the same, except that the green clear color is gone. However the result is that the red triangle only shows up every other frame, with blank frames in between.Is this expected behavi