John

Results 168 comments of John

Hi! Should this be closed? The multiline input works per se but we're not sure about reporter's settings.

> @iGerman00 I think he is not interested to implement more features or project is suspended for time. > I don't know... he was expressing interest to apply changes himself...

No, not the same, although I'd imagine that one can actually maybe generate alternative colors for dark mode using a heuristic if people are too lazy to encode their own...

For anyone trying to fix this: Monkeypatch: Add https://github.com/johnzhou721/togax_qt/blob/master/togax_qt/togax.py#L45-L51 to setter of icon. Then you need to implement https://github.com/johnzhou721/togax_qt/blob/master/togax_qt/command.py#L144-L146 in the impls, replacing these Qt calls with the appropriate native...

From @HARSHC1503's docx file: ``` // fileStorageService.js const fs = require('fs'); const path = require('path'); const { uploadToCloudStorage } = require('./cloudStorageService'); // cloud storage logic const config = require('./config');   class...

@danyeaw font size thing is our code problem, not a problem with our tests. Reproducer that SHOULD get taller when you press down any key: ``` import toga from toga.style...

Confirming the origins of the button issues: - Button text missing is caused by https://github.com/beeware/toga/blob/68b88cd5/gtk/src/toga_gtk/widgets/button.py#L45 -- it should be restoring to an old label widget, not None. Since ``set_label`` empirically...

@danyeaw I've found the source of the test failures -- if we don't put the Gtk.events_pending call or something like that in a separate method, it'll fail to detect any...

Congrats to all the work y'all have done! In addition to all the above: Thanks to @MuhammadMuradG for getting the initial set of changes -- we're now officially hitting the...

I'm too busy to work on this, can someone else take a look? `-g` seems to do this if put in `CFLAGS`, but that's the only insight I have right...