Mark Jones

Results 33 comments of Mark Jones

Looks like you should read up on db constraints @remi-stripe. Things that are unused should be deletable, things that are in use can only be made inactive. It's worked for...

Would not mind a truncate feature for all the data in test mode On Thu, Sep 23, 2021 at 2:21 PM Nicholas Schell ***@***.***> wrote: > Addendum about Price object...

I think @top-master you have been fooled into thinking they care, based on the way this is STILL broken after a full year, it is obvious, they don't

So if you do care, why can I not delete a price that hasn't been used by anything? Why can I not delete a product (that has never been used)...

If it builds your storybook before deploying, it uses `npm`, even if you used yarn to run the `deploy-storybook` command. Since I'm using nvm this causes other issues :-(

A little over a year. How long would it take an intern to do this and someone else to review it? Or maybe hire a contractor to do it for...

That seems like a huge step in the right direction

Yes, that part is working, and I followed the post message path all the way back into storybook, but never found the spot where the spans got wrapped around the...

Could a simple solution be just `post_create(baker.make(......))` I've got a similar problem to this one in that the profile of an user needs to be a certain way, but the...

I'm seeing the same behavior: .coveragerc ``` [report] omit = */migrations/*.py */management/commands/*.py */admin.py dubclub/settings/prod.py dubclub/settings/next.py dubclub/settings/demo.py dubclub/settings/ui.py dubclub/?sgi.py ``` All of the management/commands/*.py are listed as 0% coverage but the...