Tristan
Tristan
Hey @JonasJonny. Sorry for the late reply, I have been very busy this last month. :-) I'm not sure I understand your use case. Maybe the other library solved your...
This was driving me nuts, because usually the page would render great except for *one* SVG causing problems. I decided to write a small utility function just to deal with...
I haven't actually looked at your code to be honest, but it seems to work fine right now and it just makes a lot of sense to put that stuff...
I'm looking for this as well, since the Ember ecosystem in general is moving away from Bower. :)
Can confirm that this is how it is for me as well. Using Ember CLI 2.15.1.
I have to agree with @buschtoens, I think the push towards making ember-component-css into a SCSS framework might be a mistake. PostCSS is awesome for the same reason that Babel...
This was bothering me as well. I realised that you can pass a `style` prop with some options to make it look better: ```javascript ```
I definitely don't think it's silly. :) Of course it's easy to bypass the limitation if you're willing to settle for a less clean URL. I think however that the...
A third option could be that, when hitting the /API endpoint, Jus *first* checks whether the user has defined that route themselves in the file structure. If they have, then...
If anyone else needs guidance, this is how I managed to get it to work: ```typescript import { PrismaClient } from "@prisma/client" import dotenv from "dotenv" import { execSync }...