Joseph Waggy
Joseph Waggy
vscodium
Would you be willing to release this on [https://open-vsx.org/](https://open-vsx.org/)?
ahoy, Long time enjoyer of this library. Is there a reason that toml.dump doesn't open a file itself like toml.load does? If so could someone or myself add this?
I have a css file with `font_14 { font_size: 14px; }` that I apply via the appending stylesheet method. After applying it to a QLabel with setProperty and after checking...
``` from PySide6.QtWidgets import QApplication, QMainWindow from PySide6.QtUiTools import QUiLoader from qt_material import QtStyleTools ######################################################################## class RuntimeStylesheets(QMainWindow, QtStyleTools): # ---------------------------------------------------------------------- def __init__(self): """""" super().__init__() self.main = QUiLoader().load('main_window.ui', self) self.add_menu_theme(self.main, self.main.menuStyles)...
As far as I can tell linter-pylama never runs anything and never throws any errors to the console. ATOM 1.34.0 x64 python 3.6.7 windows 10 pro Community Packages (9) ├──...