walterstypula
walterstypula
Yeah, I figured it could be a good item added to the backlog. I'll try to look into it, I'm not the best JS developer.
@mathewc we just ran into this host id truncation issue out of no where, it was working up until last friday July 1, 2022. Our v4 application did start. It...
1. Using pinvoke version of delete file would solve this without adding any 3rd party libraries. Here's a example on how to do with with a c# class in powershell:...
> Hey @walterstypula, I'm trying to incorporate your commit into a more comprehensive fix. Could you please answer a couple of questions for me about why you are submitting this...
I'm using ormlite with simple migrator. 1) Implement `public abstract class OrmLiteMigration : IMigration` 2) Implement rest of it as https://github.com/canton7/Simple.Migrations/blob/master/README.md#migration-base-class 3) I made Connection, Logger, and UseTransaction protected virtual....