Leandro Pereira
Leandro Pereira
Hey @mchavezi have you used such Importers in other platforms that you could share? I wonder how other platforms support the conversion between data types and fields, for eg converting...
Depends on https://github.com/BeaconCMS/beacon/issues/564
Hi @tomciopp sorry for the very late reply. Those are valid concerns and good suggestions, and runtime transformations like a service/worker is an interesting idea. I do have some concerns/questions...
In short, yes. It used to not have autumn as dependency but I added it to reuse the types and nimble_options config. That's the main use really because syntax highlighting...
Linking the figma design here for reference https://www.figma.com/design/k8NhxbRRb8hm4fc1RQHms1/Media-Library On that design we have a similar screen when you can see the variants with a copy button, similar to your mockup.
Hey @aquap we'd like to support sqlite. One project that has a similar setup is https://github.com/oban-bg/oban/tree/main/lib/oban/migrations, which was the initial inspiration for our migrations. Were you able to execute tests...
Hey @aquap sorry for the late response. The first one `** (Ecto.QueryError) DISTINCT with multiple columns is not supported by SQLite3 in query:` I'd expect some issues since that query...
Hey @joelpaulkoch that's interesting if we can get all queries to work across all vendors would be perfect.
Hi @davidtew thanks for the report. Have you performed any other action other than just visiting /components? I can't reproduce it and can't see how it would sort by `path`...
@cibernox and @cbroeren this one was recently reported and I believe it fails because the `` expression is inside a node that also contains an expression and is nested. If...