Michael Manfre

Results 18 comments of Michael Manfre

Django-mssql has some failures with the Django test suite related to date math, expressions, and aggregates. I have fixes for many of these in master already, but not pushed to...

For adaptive programs, the weight and/or reps can vary based upon the previous workout of that type. E.g. With SBS there is a percentage change to the training max (up...

This issue might be related to the Dockerfile not creating the `/gotosocial/storage` folder. I ran in to a similar issue when testing out running with generic volume mount. I corrected...

I've created a PR that creates necessary folders on the container and provides an alternative entry point sh script. https://github.com/superseriousbusiness/gotosocial/pull/977

PR feedback raised concerns about adding complexity. For this feature, the following questions need to be answered: * Does gts want to provide the ability to define an admin user...

Proof of concept implementation at https://github.com/manfre/gotosocial/tree/noteformat

The main reasons for having separate format fields are: * Small posts are shorter and typically less structured than a bio. Users may want "plain" for posts and "markdown" for...

Now that I know the markdown parser supports html, I see a different approach that can be taken. Would it make sense to always parse the bio field as markdown?...

@tsmethurst Updated PR with suggested changes.

Added a test to `internal/processing/account/update_test.go` which seemed a more appropriate place.