Christian Vuerings

Results 7 issues of Christian Vuerings

http://blog.angularjs.org/2012/11/angularjs-1.html

### Summary #### What changed? * Converts multiple "foundation" page examples to Sandpack * Convert `hideControls` prop to `showControls` => makes it consistent with the `showEditor` prop on `SandpackExample` *...

patch release

In Flow 0.163.0, `*` is aliased to `any` https://github.com/facebook/flow/releases/tag/v0.163.0 > The deprecated `*` type is now an alias to `any`

Flow version 0.121.0 allows for more specific error suppressions: https://medium.com/flow-type/making-flow-error-suppressions-more-specific-280aa4e3c95c It would be wonderful if we could have a rule which requires these specific error suppressions: * `// $FlowFixMe` would...

enhancement
help wanted

# Summary ## What changed? Re-enable visual integration tests with these changes: * **Easier to run**: Remove Docker dependency & linux screenshots * **More consistent**: Only run playwright tests on...

patch release

Platform: web Steps to reproduce: 1. Pull the latest Gestalt code 2. Run `yarn start` 3. Go to http://localhost:8888/get_started/developers/development_process 4. Make a change to `docs/markdown/get_started/developers/development_process.md` Expected Result: The page updates...

bug
to be migrated

## Description [#334](https://github.com/import-js/eslint-plugin-import/pull/334) always duplicated flow type imports. In this diff we add the `combineTypeImports` option to be able to de-duplicate flow type imports. TypeScript support can be added later,...

enhancement
flow
typescript