Terry Mun-Andersen
Terry Mun-Andersen
Sometimes when animating a chart, I would like to have the values in the data labels tween/animate based on the current value of the data point. ChartJS offers the `onProgress`...
Since `eventemitter3` is a CommonJS module, the current way of importing it in `upload.d.ts` and `client.d.ts` will cause TypeScript checker to throw an error: ``` import * as EventEmitter from...
It seems that `modernizr-loader` does not work with [json5-loader@4](https://github.com/webpack-contrib/json5-loader/releases/tag/v4.0.0) (it works for [json5-loader@3](https://github.com/webpack-contrib/json5-loader/releases/tag/v3.0.0) and below). I get the following error: ``` path\to\.modernizrrc:1 (function (exports, require, module, __filename, __dirname) { export...
This is somewhat related to https://github.com/csstree/stylelint-validator/issues/19, but since v2 has been released, this likely concerns the new `ignoreProperties` configuration option. The main use-case if for those using styled-components/emotion, where the...
### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information Operating System: Platform: darwin Arch: x64 Version: Darwin...
According to [line 44–47](https://github.com/pabloroca/slim3-apiratelimit-middleware/blob/master/src/Utils/APIRateLimit.php#L44) in the plugin: ``` $sql = "SELECT count(*) as requests FROM ( select 1 FROM ".$this->table." WHERE originip = '".$this->originip."' AND ts >= date_sub(NOW(), interval ".$this->inmins."...
Is it possible to provide an option in the build step (could be a theme config) in nextra, so that it wraps all nextra-related styles in a cascade layer, e.g....
### Current Behavior After configuring a storybook for an existing library, following the official guide to add `remark-gfm` to `.storybook/main.ts` causes the `storybook` task to fail. The version of `remark-gfm`...
Allow orientation flipping of arrow key bindings for horizontally-oriented DropdownMenu navigation
## Feature request ### Overview The [keyboard interactions](https://www.radix-ui.com/docs/primitives/components/dropdown-menu#keyboard-interactions) for the Dropdown Menu assumes that a dropdown menu is always rendered as a vertical list: in that sense, it does make...
Hi @mikesprague! Thanks for this amazing package. I was consuming it and realized that the `deploy-card` and `message` options are mutually exclusive: if `deploy-card: true` is used, then the `message`...