Nathanael Ruf
Nathanael Ruf
Even with `followSymlinks: false` no events (e.g. 'add') were emitted for links with a target that doesn't exist. Not sure about the changes / why we even need the realpath...
For me git pre-commit hooks aren't executed. Judging from https://github.com/gitbutlerapp/gitbutler/issues/2551 it seems like they should be, just without being able to view the output?
When I first tried GitButler it worked as expected. I then closed it, worked with git branches as usual and later opened GitButler again. It then prompted me to switch...
**Describe the bug** Verify url isn't affected by rewrite config options. **To Reproduce** Steps to reproduce the behavior: 1. Set up a git repo with lfs, create a commit with...
`int` is 4 bytes in mssql: https://learn.microsoft.com/en-us/sql/t-sql/data-types/int-bigint-smallint-and-tinyint-transact-sql?view=sql-server-ver16 `bigserial` is 8 bytes: https://www.postgresql.org/docs/current/datatype-numeric.html Expected: pgloader converts to `serial` (4 bytes). Besides just more space this has implications for node applications using...
I noticed this while migrating a mssql databse with many custom schemas to Postgres. The resulting columns in Postgres weren't `SERIAL`. - [x] pgloader --version 3.6.9 ([this](https://github.com/dimitri/pgloader/issues/1324#issuecomment-1890064176) docker image because...