Peter Stalman

Results 69 comments of Peter Stalman

Try using this fork, it has these fixes: https://github.com/dgafka/last-wishes

Try using this fork, it has these fixes: https://github.com/dgafka/last-wishes

You need to install build tools, like `make` `glibc-devel` `gcc` `patch` etc. You can also install it using [brew](https://brew.sh/), which is easier: ``` /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" ``` ```...

Yeah, same as mine, no? The second code block in my OP is from digging around.

Ok, I agree that it's fixed now, but as you said it would be nice if it "provide you with a friendlier (and earlier?) error." It seems like there's nothing...

Yup, it's broken.

How about something like this? ```php $this->createTable('tableName', [ 'id' => $this->primaryKey(), 'column' => $this->string()->index(), ]); ``` Not sure if that would work with `ColumnSchemaBuilder`, and if not maybe something like...

Some additions to consider: 1. Link to the settings from the settings panel. 2. Migrate settings from state to VS Code settings. 3. The custom prompts could also be moved,...

I never said it was an error, I know it's a warning, and I know I can silence it. However, suggesting I turn off warnings is not exactly what I...