Marc-Andre Lureau
Marc-Andre Lureau
Not being very familiar with Windows in general, I thought I could simply add a virtio-vsock device, install the latest drivers (from https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/latest-virtio/virtio-win.iso?) and follow https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows/user-guide/make-integration-service to connect to the...
Introduce the "$comment" variable to deserialize XML comments. TODO: support for Vec is currently not working (it seems to swallow the remaining elements/attributes). TODO: serialize side (it's only faire since...
emacs editorconfig module has "file_type_emacs". Similarly could vim have "syntax_vim" ? thanks
Hi, Unfortunately, gir today doesn't use array-length annotations to transform arrays in trampolines, generating invalid code: ```rust pub fn connect_main_clipboard_selection( this: *mut ffi::SpiceMainChannel, selection: libc::c_uint, type_: libc::c_uint, data: /*Unimplemented*/ gpointer,...
Hi! Thanks for the great work and service :) Is there any document that explains how MSYS2 is bootstrapped from source?
Mass replace printf() occurences with TPMLIB_LogPrintf(). Fixes: #317 Related to: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=46483
There are some concerns regarding implementation of crypto functions in libtpms in order to get FIPS compliancy. Most of the crypto functions in libtpms come from the specification https://trustedcomputinggroup.org/specifications-public-review/ and...
I could use some help, it currently fails with: ``` $ ../gir/target/release/gir -o . -m not_bound [WARN libgir::analysis::functions] `Win32MessageFilterFunc`: unknown type [WARN libgir::analysis::functions] `add_filter`: this is supposed to be a...
Hi, I am just discovering the project, and checked a few basic stuff: build, fmt, clippy. thanks