Malcolm Smith
Malcolm Smith
`request_permissions` could probably be replaced by something that uses the undocumented `intent_result` method that was added in https://github.com/beeware/toga/pull/1217. The `BroadcastReceiver` would be more difficult, because it would need to be...
> The tests do not pass anymore. I looked at them, and I see why, but I would rather leave the decision about how to solve them to you. I...
Thanks for the report. This is probably because your system language is set to French, so Windows is expecting a decimal comma, but Toga is passing a decimal point. I...
> I cannot find literature regarding compatibility of putting BSD-3-Clause code in an LGPL'd codebase. There is lots of literature saying it's OK to put BSD code in a *GPL*...
I think this is an issue with the way pip implements the `--python-version` option. See: * https://github.com/pypa/pip/issues/13397 * https://github.com/pypa/pip/issues/11664
We don't use the GitHub assignment feature – posting a comment is enough. You've posted this comment on 5 issues today, but I recommend you only work on one at...
> there's some edge cases where it would be helpful to guarantee that `window.content` is _always_ a valid widget, even if it's just an empty `toga.Box()`. @jgao8 made a good...
This is a lot more difficult than it sounds, because inserting the ghost preview may cause the existing elements on the page to move around in complex ways, which may...
#114 changed the drop zone presentation to use an overlaid `position: absolute` element in most cases, so borders are now only used when dropping onto an empty container. However, dragging...
Toga docs are updated; let's leave this open until the examples and the main BeeWare tutorial have been updated as well.