Lucas Martins Mendes

Results 11 issues of Lucas Martins Mendes

**Describe the solution you'd like** Create a `.desktop` file under `~/.local/share/applications/` with the contents: ```desktop [Desktop Entry] Type=Application Name=Material Shell Preferences Exec=gnome-extensions prefs material-shell@papyelgringo Terminal=false Icon=/home/$USER/.local/share/gnome-shell/extensions/material-shell@papyelgringo/assets/icons/on-dark-small.svg Categories=Settings;Preferences; StartupWMClass=org.gnome.Shell.Extensions ``` probably...

### Versions * Python: 3.8.6 * OS: Pop!_OS 20.10 * Pymodbus: 2.5.1 * Modbus Hardware (if used): - ### Pymodbus Specific * Server: tcp - async * Client: [nodered-contrib-modbus](https://flows.nodered.org/node/node-red-contrib-modbus) -...

Investigating

Recently, I've been unable to launch the application with this error: ``` QQmlApplicationEngine failed to load component qrc:/main.qml:152:5: Type AboutDialog unavailable qrc:/AboutDialog.qml:115:13: Type TextArea unavailable file:///usr/lib64/qt5/qml/QtQuick/Controls.2/org.kde.desktop/TextArea.qml:15:1: module "org.kde.sonnet" is not...

When I connect a new bluetooth device, it shows a huge icon that overflows the bar that it is in and hides the percent value. Restarting the shell temporarily fixes...

[This](https://py.processing.org/reference/color_datatype.html) article about the color datatype (referenced from [here](https://py.processing.org/reference/color.html)) results in a 404 page not found.

change lambdas to functions change image_average to no use a global object but take reference instead

Is there support for the SDIO slave driver?

enhancement

Add a new attribute named `nostrike` that allows you to skip subtrees for `strikethrough`. initial discussion in #9

Would it be feasible having a `strikethrough`-like option for item visibility? Since this crate is usually aimed at 'data-container-like' structs, where usually all fields are `pub`, and repeating `pub` over...

For embedded contexts it is invaluable that types implement [defmt](https://docs.rs/defmt/latest/defmt/)'s `Format` trait to allow for easy (and most importantly lightweight) displaying of values in the debug console. A optional feature...