Shane Friedman
Shane Friedman
Hello! I see that a previous issue (#16) called out a bug when a component uses `css.global`; I'm seeing what seems to be the same issue when using `css.resolve`: ##...
#### Do you want to request a *feature* or report a *bug*? This is primarily a documentation question: the usage described below _works_, but is undocumented. It would be helpful...
I just finished the first programming assignment and noticed there were some areas that could be a bit more robust. Most of the changes are very superficial; moving files around...
### Summary In Ruru, if a mutation takes an input with an array field, the mutation input will be templated as a singular value instead. Here's an example, to illustrate:...
https://github.com/SolderedElectronics/Inkplate-Arduino-library/blob/master/src/include/NetworkClient.cpp#L540 Here a timeout is set for 1 second for all file downloads. This seems unexpectedly short; in my case, I have a low-resource server generating a PNG on-demand for...
Fixes #1715 and #834 Hi there! Hopefully this is a welcome request. I've seen @daniellockyer mention a few times that you all would be open to a pull request that...
I'm on Ubuntu 22.10. I've added a script to send some CEC commands to `/usr/lib/systemd/system-sleep/cec-control.sh`: ```sh #!/usr/bin/env bash if [ "${1}" == "pre" ]; then /bin/echo "standby '0'" | /usr/bin/cec-client...
* [X] Are you running the latest version? * [X] Have you included sample input, output, error, and expected output? * [X] Have you checked if you are using correct...
This is a re-imagining of this project's integration with ProseMirror's EditorView. Instead of attempting to carefully coordinate between React and ProseMirror, this fully moves the responsibility of rendering the editor...
When we updated useEditorEventCallback to call its callback only when EditorView was set, we unintentionally stopped returning its result. This change simply goes back to always returning it.