Andrew Bone

Results 77 comments of Andrew Bone
trafficstars

I'd like to add my +1 to this being sorted.

This is possible with a little bit of creative grid work. Though is does require a little bit of JS (because we can't calc on a counter). Alternatively, if you're...

In one of my projects ([Link2Twenty/l2t-paper-color](https://github.com/Link2Twenty/l2t-paper-color)) I use `paper-radio-group` but not `paper-radio-button`, as I have my own custom radio button. Joining the projects together would mean anyone that wanted one...

I think a standalone `[hidden]` will work with shady-dom but if you want it to work with shadow-dom you have to use `:host([hidden])`. Something like this should work for both...

There are other elements that do this already 🙂 https://www.webcomponents.org/element/StartPolymer/s-circle-progress

@rhymes maybe we should make a bash `.env` builder, asks a bunch of questions (with default answers if left blank) spits out a file.

Maybe we should update this to something like. https://github.com/forem/forem/blob/de488f331d493f84bcafd187d121efc2af837f27/.env_sample#L46-L47 ```env # Replace [DB_USERNAME] and [DB_PASSWORD] with your postgres user details DATABASE_URL="postgresql://[DB_USERNAME]:[DB_PASSWORD]@localhost:5432/Forem_development" ````

@Dev-Akash [.env-sample](https://github.com/forem/forem/blob/main/.env_sample) has been updated to fix this problem, can you compare your `.env` to it and bring it up to date

What's left to do for this one?

Sorry @keshavbiswa I wasn't meant to make you feel pressured, I'm just having a look at what's open 😊