Elsie Hupp
Elsie Hupp
Hi @Amandaville! It's a slightly roundabout process. Basically the problem appears to be that Evernote's web login form is broken with Firefox's default privacy settings, so it's not exactly Tusk's...
One thing I wasn't sure about was whether the default value for `backgroundColor` should be `#fff` (the default from Electron itself) or `undefined`. I think what it really comes down...
What would actually be more helpful for my use case would be three attributes, rather than one: ```typescript backgroundColor: string useSystemTheme: boolean systemThemeBackgroundColorLight: string systemThemeBackgroundColorDark: string ``` Then, for `backgroundColor`:...
That is an interesting point I had not noticed! Regardless it would be nice if someone were take over responsibility for `pyxdg`, even if it remains separate from this library.
The Mac App Store doesn't have to be mutually exclusive with Homebrew, and the "notarization" process for the Mac App Store would make Homebrew installs work better by not requiring...
tl;dr Why not do ***both*** Homebrew and the Mac App Store?
> > tl;dr Why not do _**both**_ Homebrew and the Mac App Store? > > Because Apple is an enemy of open source software. The App Store is full of...
> That would kind of be an answer if you were the maintainer of this, but you aren’t, so it just comes across as kind of bossy? You’re telling other...
> Il 09/06/21 23:34, Elsie Hupp ha scritto: > I had to port both `poster` and `wikitools` to Python 3 in order to get this to work, so I included...
Currently what I’m stuck on is URL encoding, which can probably be simplified by porting to [`Requests`](https://docs.python-requests.org/en/master/) and/or [`urllib3`](https://github.com/urllib3/urllib3).