Bernardo Raposo

Results 22 comments of Bernardo Raposo

Hey @brendanoffer! Thanks for your question 😄 The reason why we don't use `src` is to avoid a double download if a browser doesn't support the `` element because we...

Hey @EmilEriksen are you able to provide a bit more context about the bug you're experiencing? Is that happening in all browsers or older ones? We're currently just using [the...

Hey @janpio I was wondering if this has had any updates since last year? I've recently joined SingleStore and was trying out the latest release of Prisma Migrate. I was...

I've also tested with `@prisma/client` and it's actually working for the reading (find, aggregate, count, etc) actions, but there's some syntax issue for the writing actions (create, update, delete). ```...

hey @janpio! First of all thank you so much for the quick reply and I'm sorry for not getting back to you earlier but it was hackathon at SingleStore and...

oh wow this is great @janpio! Let me reach out to the people that might be able to figure out what's going on with docker and hopefully we can get...

Could it be related to this comment? https://www.singlestore.com/forum/t/cluster-in-a-box-minimal-disk-space-error/2503/11 would something like this work? ``` volumes: - /memsql:/var/lib/memsql:rw ``` I also noticed that in other examples it's using `tmpfs`, have you...

This is some incredible work @janpio! Thank you so much for doing this and for taking the time to get this a bit further! I'm going to take this back...

hey @janpio thank you so much for all of this, it's really awesome to see how things are progressing! I have a few answers for you, but you have to...

Yes I mentioned it in [my comment](https://github.com/hauptrolle/stitches-utils/pull/2#issuecomment-690777947) but wasn't sure if that had landed already or not. Do you know when will that be released @peduarte?