Bennie Rosas

Results 35 comments of Bennie Rosas

Tailwind 3 now enables JIT by default. This configuration is working for me (ember 3.28, ember-cli-postcss 7, tailwind 3): ```js const EmberApp = require('ember-cli/lib/broccoli/ember-app'); const autoprefixer = require('autoprefixer'); const cssnano...

> @ballPointPenguin No more `includePath`? How about with embroider? Did you test it? I did not test embroider yet.

I would love this. I was previously able to create a custom app blueprint by forking ember-cli/ember-octane-blueprint, but I can't get this to work now with a fork of ember-cli/ember-cli...

Yes I'm curious if anybody else cares about this. In my case, I can easily modify my web client to use under_score case when serializing attributes to send to the...

This issue is very frustrating. For this and other reasons I recommend replacing gatsby-source-strapi with gatsby-source-graphql. So far it's a much better experience and totally fine with NULL values. I'm...

This is partially addressed by https://github.com/pol-is/polisServer/pull/290 At least for server/server.js, allowing for domainOverride to be used in non-dev-mode. There's still a ton of hard-coded https://pol.is in client-admin and other places,...

I wonder how this is handled currently on https://pol.is. The approach to this could be variable for community, self-hosted, or whatever-hosted, installations. Not sure if the better solution would be...

FYI https://github.com/ef4/better-mocha-html-reporter/issues/1

@mmahalwy I am blocked by https://github.com/ember-cli/ember-cli/pull/4659 (next ember-cli release). But, you can use it right now if you build ember-cli from master and use my fork https://github.com/ballPointPenguin/ember-cli-mocha. Or, perhaps easier,...

@mmahalwy Do you mean a live demo, or a screenshot, or what?