Results 5 issues of Adam Gołąb

Using propTypes from library 'prop-types' as it was separated from 'react' since version 15.0.0

Currently, the attempt to connect to the WebSocket server encrypted with self-signed certificate causes an error: ``` Error: self signed certificate ``` This pull request fixes it by adding `-a`...

## Context for a bug: I'm using a custom decorator to set the `data-theme` attribute in the `html` element: ```jsx // .storybook/preview.tsx export const decorators = [ (Story: ComponentType) =>...

It'd be great to have a possibility to add own edge nodes to the cluster. So that everything can be managed by the Civo dashboard and without a need to...

Firstly I've added a new support for option introduced in this PR: https://github.com/instrumenta/kubeval/pull/192, but during my testing, I've found that this options doesn't really works with my requirements. So I...