Raphael 'kena' Poss

Results 182 comments of Raphael 'kena' Poss

catwalk does support bubbles 0.15 already. The failing tests only say that some behavior in bubbles has changed between 0.13 and 0.15; however any application using catwalk *with its own...

@muesli anything else I need to do here?

It appears to but what this really does in uncover a new bug in bubbles/lipgloss that wasn't there before. I'm in touch with the charm folk to get this fixed...

This is going to break horribly. What you really need to do is to filter the query through the Go text subtitution for question marks (which may live in lib/pq?)...

So the detail of why it will break: - the usage of a `?` for placeholders is not part of the pgwire protocol / pg SQL syntax. It is the...

I also forgot to mention that a standalone `?` **is** a valid SQL operator now (it's a JSON operator).

thanks! the dependency is there just to reuse a particular data type there. Even if it's not maintained any more, that part still works. We can drop the dependency probably...