Alyx
Alyx
The current step algorithm has a weird behavior when used with `minValue` & `maxValue` values that are not multiples of `step`. (as reported by https://github.com/davidchin/react-input-range/issues/46) This PR introduces a new...
`DataTypes.DATE` is a bit of a mess: - Some dialects include a timezone, others do not. - It doesn't provide a way to choose whether the type should include a...
## Description of changes This PR does the following: - Update all images in `/dev` to match the ones we support in v7 - Use the 'oldest/latest' naming scheme for...
## Pull Request Checklist - [x] Have you added new tests to prevent regressions? - [x] Does `yarn test` or `yarn test-DIALECT` pass with this change (including linting)? - [...
This implements feature request https://github.com/jakubroztocil/rrule/issues/215 - `isFinite` returns true if the rrule/rruleset has a determinable final occurrence - `last` returns the final occurrence if it exists and is determinable -...
Hello, In a RRuleSet with two rrules: one with a finite set of occurrences, and one that is infinite, having the finite rrule first will cause it to be ignored:...
We currently search for [`config/config.json` and `config/config.js`](https://github.com/sequelize/cli/blob/main/src/helpers/config-helper.js#L50) We should also automatically look for extensions .cjs, and .mjs so [specifying the config file location](https://github.com/sequelize/sequelize/pull/13669/files#diff-ea0fa26254005a5d23a54ad3b37602ae00bb71f136290dcf860fe4655492b5a0R74) is not necessary. --- We should do...
## Summary This is yet another request that relates to pagination. As far as I know, there are currently 3 ways to handle pagination, each with their disadvantages. - The...
Hello, I'm not sure what I'm doing wrong but for some reason, if I try to lazily load JSON files using this loader, webpack interprets the generated loading code as...
**Mod Version:** 1.16.4-4.0.3.12.jar **Forge Version:** Not forge related **Link to client log:** N/A **Link to crash log:** N/A **Description:** I'm trying to build a tool that will warn me if...