AnrDaemon

Results 234 comments of AnrDaemon
trafficstars

Why not ```php ->select([ 'id' => 'table1.id', 'cnt1' => new Fragment('('.$database->select('COUNT(1)')->from('table2')->where('inner_id', new Expression('table1.id')).')'), ]) ``` etc. ?

What version it would target, if implemented?

I think you don't understand. I want to implement it. But requirement constraints of the master branch are not sane.

I'd be interested to test it, if I would not need to install entire BuildCraft for just worldgen mod.

I fully understand the age of 1.7.10, but frankly, there's content that was not covered even in half by modern modding. I'm looking forward to Thaumcraft release, though. Then we'll...

Indentation is only fixed on source formatting. Try setting "Format: on save" for example.

It should just run `"$SHELL" -c 'composer …'` or `%ComSpec% /S /C "composer …"` without checking for any "availability", if nothing more specific is defined by the user.

Turned out, the option "run in terminal" is quite misleading. I would suggest changing it to support modern VS code profiles and clearly label as that. My default profile is...

I'm by no means an expert in VS code extension development, but if you provide instructions, I could take a look. Here's my thought on the issue: 1. Extension should...

> @connor4312 @eleanorjboyd it seems it doesn't solve it for me. Running `v0.113.2024072315` but once the ssh session idled enough to be disconnected, upon reconnection the socket path is stale....