Brian J. Cardiff
Brian J. Cardiff
First of all, thanks for this extension! I notice an issue with the navigation between editors if the current one is edit-csv. Since Cmd+Opt+Left and Cmd+Opt+Right are used to select...
With this changes using external certificates files is simplified. The environment variables `CERTIFICATE_PUBLIC` and `CERTIFICATE_PRIVATE` defines the path. The treatment of the certificate has not changed, ie: they will be...
I have some doubts regarding how to make custom mark algorithms. My goal is to have an array structure that has 1. a pointer to the buffer: `void * ptr`...
Ref: https://github.com/crystal-lang/crystal/pull/8117
Ensure `db.query_all|one|each|etc("...", as: Model)` can work with serializable/mappable https://github.com/crystal-lang/crystal-db/pull/115#issuecomment-575182466 Remove from_rs from docs (Ref: https://github.com/crystal-lang/crystal-db/pull/115#issuecomment-575194681)
**Describe the bug** I attempted a minimalist example to run the hello program provided by nix from a task and the task is not found after loading / hitting the...
On some services to allow custom smtp server, TLS is required. auth0.com is one example. It seems that TLS is not supported in MailDev, so I thought of trying ngrok...
Ref: https://forum.crystal-lang.org/t/upgrade-sqlite3-binding-version/3384/2?u=bcardiff
Currently (0.8.1) when reading/writing Time values the format `SQLite3::DATE_FORMAT` is used. This is one of the supported formats by sqlite. It is actually the one with more precision: `YYYY-MM-DD HH:MM:SS.SSS`...