Malcolm Fell

Results 8 comments of Malcolm Fell

I've added a Pull Request with my suggested change at https://github.com/drizzle-team/drizzle-orm/pull/510

The pull request I created has not fixed the issue. In the `PgDialect.migrate()` method, the following query is executed: ``` const dbMigrations = await session.all( sql`select id, hash, created_at from...

Thanks. Let me know if I can contribute. I couldn't figure it out, but could help if you can point me in the right direction.

Quite right. TBH I don't know how I've never noticed that before. Will look at updating docs. Changing namespaces will have to wait until v2, as modifying namespaces would result...

Can you give an example of an SVG that does not work? [This one](http://blackicemedia.com/presentations/2013-02-hires/img/awesome_tiger.svg) works fine.

That linked SVG doesn't work for me either. I also just get the dark circle. Yep, the readme mentions ImageMagick is a requirement. I guess this issue will need to...

Hi, thanks for opening this issue. We are aware of this problem after diagnosing and discussing it in #21. Will track the progress here.

Yeah, I realise that. My plan on #23 was to disable slashes by default, but allow them using options. However your point about how much JSON encoding can differ is...