Chad
Chad
I have made one or two handlebars helpers that check for specific error codes to show custom views by checking the reason property in ProxyMixins. Thought such helpers would be...
Mostly being requested due to H2 needing to be upgraded to 2.0. However this requires hibernate 6.0 in order to support the new H2 dialect. 6.1 is now the stable...
Currently we want a polymorphic relationship in a model to unrelated entities. ``` { "relationships": { "item": { "data": { "type": "foo", //or could be "bar", or "spam" of unrelated...
**Describe the bug** Test is flaky to be of any use. Needs fixed. **To Reproduce** Steps to reproduce the behavior: 1. Go to 'core/tests/acceptance/table-test.js' 2. Find test 'visiting /table' **Expected...
So assumption is that we test visualizations in core, they'll work in dashboard and reports. This isn't always the case we're finding out. I think we have a need to...
**Describe the bug** When switching tables in the report view. Sometimes the tooltip describing the table won't go away. **To Reproduce** Steps to reproduce the behavior: 1. Go create a...
We should change our main branch from "master" probably to "main" going to look into seeing if our OSS coordinator is going to come up with a standard.
**Is your feature request related to a problem? Please describe.** Too many feature flags, most we'll never toggle again. **Describe the solution you'd like** Review each feature flag and remove...
## Description Single column layout lays out widgets according to order user added the widgets to dashboard. This changes so it will layout in order they appear in the grid...
### Prerequisites - [X] I confirm my issue is not in the [opened issues](https://github.com/mswjs/msw/issues) - [X] I confirm the [Frequently Asked Questions](https://mswjs.io/docs/faq) didn't contain the answer to my issue ###...