Mark Avery
Mark Avery
I opened up the PR #332 which fixes the issue. I'm using my fork in a project and it is working. Hopefully it will get merged and released soon.
I have not been working on ember for several years. There was rewrite that I did of this "ember-cli-styles", but I am not commuting to maintaining that ☹️ There has...
> Any technical product or project is an exercise in priorities. Agree with this statement completely. All the more reason to prioritize accessibility. It's something that is too quickly overlooked...
I think that general catalog versioning is a separate subject then api spec, docs, etc. Anything that shares the same "support document" like specs and docs should get piped through...
Versioning the entire catalog is a paradigm shift in how the system operates, and the data is stored, grouped, and aggregated. Closing the loop between your api spec, components, and...
@GoFightNguyen How did those DB commands work for you? Did you have any long term issues with those?
ok. cause @GoFightNguyen I just discovered that we have 46 million records in the `refresh_state_references` table in our staging instance. but the query > select count(*) from refresh_state left join...
actually.. Maybe it is. I tried the call in the staging DB, and it looks like I will have to batch the deletes the `refresh_state_references` if I don't want to...
I ran it and that table dropped down to the amount of entities i have. Two hours later i ran it again and deleted 30k records.
There's a good chunk of these that don't have a location key due to us wanting to allow for them to be overwritten when a catalog file if registered. So...