Peter Mikitsh

Results 34 issues of Peter Mikitsh

The experimental update image functionality seems to work, but only if the property is defined at the document root. Nested properties raise errors. Example: AutoForm declaration: ``` {{ #autoForm collection='MyCollection'...

**Describe the bug** For string literal union types, text fields should render as select dropdowns when args are supplied. **To Reproduce** Steps to reproduce the behavior: 1. Create a TypeScript...

bug
addon: controls

### Steps to reproduce ```js const app = express(feathers()); // app setup abridged const credentials = {email: '[email protected]', password: 'supersecret'}; app.service('api/users').create(credentials).then((user) => { console.log('credentials is', credentials); console.log('user is', user); });...

**The problem** In 5.1.0, styled-components introduced [transient props](https://styled-components.com/releases#v5.1.0). Props prefixed with a dollar sign (`$`) are "mark[ed] as transient and styled-components knows not to add it to the rendered DOM...

feature request

**Stencil version:** ``` @stencil/core@latest ``` **I'm submitting a:** [ ] bug report [x] feature request [ ] support request => Please do not submit support requests here, use one of...

Feature: Want this? Upvote it!

Hi, I tried swapping out d3 for victory for the SSR support. (I was able to write dramatically less code, which is awesome 👍 ). Everything looks great, except for...

Type: Performance :chart_with_upwards_trend:
Status: On Hold ⚠️
Issue: Accepted

Some of my components have enum types where the value is one string from a possible set of about ~1600 strings. When switching between stories that have these types, performance...

I have some components that accept a React.Node for props. Example (`body`, `footer`, etc): It would be nice if they followed the 2-space indentation. If maintainers agree with this change,...

The rollup config references a [module build](https://github.com/oliviertassinari/react-event-listener/blob/master/rollup.config.js#L47), however... https://unpkg.com/[email protected]/dist/react-event-listener.esm.js does not exist https://unpkg.com/[email protected]/dist/react-event-listener.cjs.js exists

Currently, `snow create` will write to the user's `~/.helm` directory, creating a bunch of files: - `ca.cert.pem` - `ca.key.pem` - `helm.cert.pem` - `helm.csr.pem` - `helm.key.pem` - `tiller.cert.pem` - `tiller.csr.pem` -...

priority:high