-
Centricular Ltd @centricular
- Thessaloniki, Greece
- https://coaxion.net
- @sdroege_
Block or Report
Block or report sdroege
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
gstreamer-rs Public
GStreamer bindings for Rust - This repository moved to https://gitlab.freedesktop.org/gstreamer/gstreamer-rs
-
gst-plugin-rs Public
Rust crate for writing GStreamer plugins and various plugins - This repository moved to https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs
-
async-tungstenite Public
Async binding for Tungstenite, the Lightweight stream-based WebSocket implementation
-
3,761 contributions in the last year
Activity overview
Contribution activity
June 2022
Created 68 commits in 7 repositories
Created 2 repositories
- sdroege/coc-git TypeScript
- sdroege/srt C++
Created a pull request in teltek/gst-plugin-ndi that received 3 comments
Opened 6 other pull requests in 3 repositories
gtk-rs/gtk-rs-core
3
merged
gtk-rs/gir
2
merged
neoclide/coc-git
1
merged
Reviewed 18 pull requests in 7 repositories
gtk-rs/gtk-rs-core
10 pull requests
- Fix new clippy lints
- Regenerate
- glib: bind iconv functions
- Backport param spec builders
- Backports for 0.15
- Properties macro
- Remove is_windows_utf8
-
ProcessLauncher:
close
method should be available on unix only - gstring: implement AsRef<Path> for GString and GStr
- translate.rs: free the container memory also when the container is empty
gtk-rs/gtk3-rs
2 pull requests
gtk-rs/gir
2 pull requests
gtk-rs/gir-files
1 pull request
gtk-rs/gtk4-rs
1 pull request
teltek/gst-plugin-ndi
1 pull request
centricular/webrtcsink
1 pull request
Created an issue in rust-lang/rust-clippy that received 1 comment
False positive significant_drop_in_scrutinee
if matching on a MutexGuard
even if it is still used afterwards
Summary See reproducer below Lint Name significant_drop_in_scrutinee Reproducer I tried this code: fn main() { let x = std::sync::Mutex::new(vec![1, 2
1
comment