mikaello
mikaello
The compatibility table that shows which SDK dependencies are compatible with which OpenShift version needs an update with recent versions: https://github.com/openshift/console/blob/6935c3fce1cf3d0a185e20ed8ca29547c9f0930f/frontend/packages/console-dynamic-plugin-sdk/README.md#L43-L56
I would like the distributed docker image to contain `org.opencontainers.image.source` label for easy reference back to this repository. This is useful for tools like Renovate that makes updates to repositories...
I have a CRD that currently only have a details page, from where I can open an actions menu with edit and delete actions. Example:  I have created a...
When trying to use functions in [@openshift-console/dynamic-plugin-sdk/lib/utils/k8s](https://github.com/openshift/console/tree/ad4a32bbe30b83c7832112bc202922176cd9eaa1/frontend/packages/console-dynamic-plugin-sdk/src/utils/k8s), the build is failing because it [tries to resolve @console/internal](https://github.com/openshift/console/blob/ad4a32bbe30b83c7832112bc202922176cd9eaa1/frontend/packages/console-dynamic-plugin-sdk/src/utils/k8s/k8s-utils.ts#L17). Webpack does not find this module, and hence fails. A minimal setup reproducing...
When browsing the source code I noticed in the regex used for extracting the front matter that you use `[\w\W]`: https://github.com/dworthen/js-yaml-front-matter/blob/b26f02d07eacdf5b84fc4a365bcfb48ae4ba0d4b/src/index.js#L14 Why do you do that, wouldn't `.` be equal?...
**Expected behavior:** No errors when using Node 18 or higher. Bug in `source-map` dependency (fixed in latest version): https://github.com/mozilla/source-map/issues/454 **Actual behavior:** Getting the following: ``` [14:06:45] Error: You must provide...
Hi Thanks for a great program, and that you are providing CI files as well! That is super nice, and it was easy to get it up and running in...
Thanks for this project, very useful. Here is a fix for the Swagger URL and change of URL for the shUnit2 library.
Here is TypeScript typings if someone is using this module in a TypeScript environment: ```typescript export = createAudioMeter; declare type ScriptProcessorNodeMod = ScriptProcessorNode & { clipping = boolean; lastClip =...
Proposal: A `showCancelButton` prop that is used in `renderOption()` to optionally display the cancel button. (Ario-Inc [have implemented](https://github.com/Ario-Inc/react-native-modal-picker/blob/2b2296097289a4a1936ac26d2e9cb8f2c5ea3ae0/index.js#L28) something like this)