he/him
for db:wiping my app's 2nd and 3rd databases on migrate:fresh. Disable foreign key constraint there too.
and then listen for CommandFinished to renable.
that should do it
for db:wiping my app's 2nd and 3rd databases on migrate:fresh. Disable foreign key constraint there too.
and then listen for CommandFinished to renable.
that should do it
I guess that would be allow all the tables to be created quicker, and only take the foreign key hit once at the end right?
I guess that would be allow all the tables to be created quicker, and only take the foreign key hit once at the end right?
trying docker installed right to Ubuntu in WSL right now
trying docker installed right to Ubuntu in WSL right now
I do also run claude code in sandbox-ed docker container to provide it as few things as possible.
I do also run claude code in sandbox-ed docker container to provide it as few things as possible.
I am on windows, so it'll be in WSL, but no big deal.
I am on windows, so it'll be in WSL, but no big deal.
so clearly some disk I/O problems with my docker setup
so clearly some disk I/O problems with my docker setup
I had cut down the number of tests to 30, and I guess brianium/paratest does something to figure out the number of processes. I expanded up to 300 tests and I now see 16 test databases
🎉
I had cut down the number of tests to 30, and I guess brianium/paratest does something to figure out the number of processes. I expanded up to 300 tests and I now see 16 test databases
🎉
Being a one-man dev team, its easy to encounter this stuff and say, I'll figure it out later, then not write tests.
Being a one-man dev team, its easy to encounter this stuff and say, I'll figure it out later, then not write tests.
Followed a variation of this solution: github.com/laravel/fram...
Still only one copy of those DBs shared across 16 processes though, so will debug that after the tests run reasonably fast.
Followed a variation of this solution: github.com/laravel/fram...
Still only one copy of those DBs shared across 16 processes though, so will debug that after the tests run reasonably fast.
2) another schema dump squash, I’ve got ~60 migrations still running after the last squash.
3) digging into why --parallel says 16 processes but only creates _1-_6 DBs
2) another schema dump squash, I’ve got ~60 migrations still running after the last squash.
3) digging into why --parallel says 16 processes but only creates _1-_6 DBs
You're not alone in this problem :)
You're not alone in this problem :)
I really want it to fit into my workflow.
I really want it to fit into my workflow.
That machine, all of the apps are installed and functional? I assume your talking about the codebases are available to it but not functional
Or is the LLM interacting with the apps directly in a sandbox?
That machine, all of the apps are installed and functional? I assume your talking about the codebases are available to it but not functional
Or is the LLM interacting with the apps directly in a sandbox?
Or maybe just building a context document for it to ingest with every new chat
Or maybe just building a context document for it to ingest with every new chat
This is an interesting topic to me, since I spend a good chunk of time taking input, questions, bugs reports. To offload that to a knowledgeable agent would be awesome as a starting point
This is an interesting topic to me, since I spend a good chunk of time taking input, questions, bugs reports. To offload that to a knowledgeable agent would be awesome as a starting point