M.Jerger

Results 24 comments of M.Jerger

sorry, we're not using git-crypt any more ...

We use plain openssl roughly like explained here: https://stackoverflow.com/questions/16056135/how-to-use-openssl-to-encrypt-decrypt-files We trigger encryption / reencryption manually and git-ignore unencrypted files. On reencryption we respect file-timestamps, git-log (if available) & decrypted file-diff...

Do you think, hexcodes on win and linux are identical ?

At the moment we are replacing outdated libs. Fetching and appending media streams is one of the affected places. As we're touching this code anyhow your insights, tests, examples would...

related: https://github.com/vanita5/mastodon-api/issues/21

related: https://github.com/yogthos/mastodon-bot/issues/64

Overview-Article for alternatives: https://nodesource.com/blog/express-going-into-maintenance-mode

that's true for request, but twitter was last published 4 years ago. I tend to try out the request & twitter upgrade in mastodon-bot. For the transient dependencies in mastodon-api...

FYI: replaced now some parts of request - but the streaming through mastodon-api is quite hard to rework ...

Any merge request in this direction would be very welcome :-) Pls use our gitlab repo https://gitlab.com/yogthos/mastodon-bot as point of start.