Charles Christie
Charles Christie
I suggest adding XML Documentation to the code. I think it would make reading through the code easier for people that want to contribute to the project. I would be...
On this page: https://safe-stack.github.io/docs/component-azure/ Near the bottom, the following warning is issued: `Many of the above services have ready-made SDKs that can be run on .NET and therefore from F#....
If I'm understanding correctly, Fable.React v9 targets React 18, while older versions target 17. However, when I use `femto --resolve` I get the following result: ``` [12:56:43 INF] Fable.React requires...
So I am having a strange issue with Feliz 1.68 and Fable 3.7.1. I'm trying to author React components. When I just add the `[]` attribute to an F# function...
### Description There are no useful examples or documentation for the validation functionality. ### Repro steps Attempt to search for examples of usage on the docs or google. ### Expected...
Closes #36. Replaces the aged libudev backend with an sd_device backend, and the custom event loop with the general purpose one supplied by libsystemd.
An .editorconfig file can be used to ensure formatting is consistent, regardless of the source of contributions.
While raising `UsbDeviceAdded` and `UsbDeviceRemoved` events from the `UsbEventWatcher` makes sense since it controls devices, raising events that affect an individual `UsbDevice` from the `UsbEventWatcher` seems to be breaking encapsulation....
It is not recommended to use Task.Run in reusable code (e.g., libraries like this one) to spin up CPU-intensive workloads or to launch new threads. This should be done at...
While libudev is not currently in danger of being abandoned yet as far as I can tell, the documentation suggests that it has been superseded by sd-device. Perhaps adding an...