michealhill

Results 10 comments of michealhill

Did this end up going anywhere?

Working with a single migration, with the option `flywayIgnoreMissingMigrations` explicitly set to `false` (which appears to be the default, anyway). In file `V20181018__create_foo.sql`: ``` CREATE TABLE test_user ( name VARCHAR(25)...

I'm seeing this for the entire duration of the print. At the end of the print I get a video result, so it's evidently taking snapshots throughout the print. But...

I'd like to add another voice for supporting structured directories. It's pretty tedious to manually setup the file structure for `Next.js` or `Remix` by hand. Is this something where a...

> > Unclear with this approach is how to deal with module ID equality: Right now, the following are considered different module IDs: `a/b`, a//b`, `a/./b`, `a/c/../b`. > > Given...

Apologies that I don't have a better understanding of how the plugin works internally - I've not had a lot of time to do some digging just yet. I've also...

I did some experimenting here; the linker already has runtime-specific (ie. Node, JVM) implementations and appears to require little change to ([see the sketch here](https://github.com/micheal-hill/scala-js/pull/1/files); note that this is pretty...

> When the linker splits off some code into an internal module, it will need to import that code. Currently, it will emit: This makes sense. It seems that I...

> We definitely have to standardize on `/` on all systems, even Windows. We will need to forbid any other special characters of file systems, notably `\ ` and `:`....

When I have some time I'll aim to come back to this; however for now I've had some life/work stuff get in the way