jdittrich
jdittrich
**Problem:** There is a [UX-Design option](http://whatcanidoformozilla.org/?lang=en#!/progornoprog/uxdesign), but the only project it leads to is [community design](https://github.com/mozilla/Community-Design) which is mainly graphic design focused. **Solution:** Instead of _UX Design_ we could simply...
**User Story:** As a programmer I may want to use some of the sample app code in my own (possibly open source) code. **Problem:** The repo does not a license...
[fastapi-ddd-example](https://github.com/NEONKID/fastapi-ddd-example) is a book/author-domain-based example in python (+sqlalchemy+fastapi). [The readme](https://github.com/NEONKID/fastapi-ddd-example/blob/main/README.md) explains the repo and the design decisions.
If you like to add autocompletion, you could try [this plugin](https://github.com/jdittrich/ep_autocomp) I wrote. Currently it completes strings to the ones it finds in the same pad, but it could be...
I would like to use stampit as ES6 module. However, it currently is only compatible with common.js or global variable use (If I understand correctly). Is it possible to add...
**Story:** As a reader of _Implementing the Clean Architecture_ I would like to understand the code by stepping through parts of it it. **Problem:** I was unable to set up...
**Context:** Not a feature or bug of the application itself, but as a help for anyone who wants to improve this project **Problem:** The code is mainly uncommented and it...
Story: _I want to "mix in" the _draggable-resizable_ functionality in a component_ …one way to do this might be the vue3 composition API. I wonder if there will be a...
**Story:** As a user I want to be informed that a livemark was added, but not have my workflows interrupted. **Description:** When a user adds a livemark with a click...
I assume that non including these fonts has a reasons like that the license is unclear for us or that it is work in progress (like _gidole_). It would be...