Georg Vienna
Georg Vienna
Some sources need to perform additional updates when a source is changed e.g a node package might need to update it's dependencies as well (see https://github.com/flathub/org.freedesktop.Sdk.Extension.node14/issues/25 for an use case)....
Hey, I've created a somewhat more re-usable drag handle example based on the example from the readme: [REPL](https://svelte.dev/repl/397a96b791af41d7978331ad63254bc0?version=3.24.1) The usage is simple: ```typescript const { dragHandleZone, dragHandle } = createDragHandle();...
Currently we only log error in the noble-winrt package as noble has a rather bad error handling story (https://github.com/noble/noble/issues/830). The problem is that it only emits a warning if [e.g....
This should be merged with https://github.com/Timeular/noble-mac at some point
Todo: - [ ] write characteristic - [ ] Central events - [ ] Adapter events - [ ] proper error handling ...
Hi, I'm currently toying around with an Windows 10 implementation (using [winrt-rust](https://github.com/contextfree/winrt-rust)) of rumble. If you are interested in it I could create a PR! For now connecting, discovering characteristics,...
Hi, when I've added the rust docs I really wished there would be some kind of check which goes over the code in the docs and checks if it even...
While porting some code from 0.6 to 0.7 beta I had a few occurences of this pattern: ```rust match error { Some(error) => { view! { // view with custom...
This adds support for configuring the logger via a native Android. While it is already possible to get the logger and log from native as explained in https://github.com/BeTomorrow/react-native-file-logger/issues/38#issuecomment-1130002280, the logs...
## Motivation The PR adds a simple `enabled` flag to `BottomSheetDraggableView` which sets the enabled flag on the gesture. Previously `enableContentPanningGesture` was accessed via `useBottomSheetInternal`. By allowing to set the...