Martijn Lentink

Results 4 issues of Martijn Lentink

I tried setting a SVG as marker image. This works great in both Chrome and Firefox, but for Edge and IE the width and height of the image tag was...

A NewType definition will fail the `inspect.isclass` check. Retrieving and using the `__supertype__` will potentially fix this. Example. ```python from typing import NewType, Dict UserId = NewType("UserId", int) DUserDataset =...

## Summary • Refactored to a modular, OOP package (no more monolithic script). • Added a cross platform GUI (Tkinter) for import and management. • Split installer logic per OS...

Due to changes newer versions of ProPresenter (19? and up) store bibles at different locations on OSX. Due to this downloaded bibles are copied to a location which is not...

bug