Jacques Germishuys

Results 18 issues of Jacques Germishuys

## Current Behavior ![image](https://user-images.githubusercontent.com/3534453/180966113-91729913-0990-4288-9bf2-2a52a954bc06.png) ## Expected Behavior ![image](https://user-images.githubusercontent.com/3534453/180966260-2c44090b-f21f-49e3-b32c-1cbe669d3894.png) ## Your Environment N/A. - [x] I have searched the [issues](https://github.com/uber/baseweb/issues) of this repository and believe that this is not a duplicate.

## Current Behavior The component is not available. ## Expected Behavior The component should be available. ## Your Environment | Tech | Version | | ------- | ------- | |...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...

The `openapi` script installed by this package conflicts with the one provided by `@redocly/cli`. Could this be renamed to something a little less general and more specific to this project?

This upgrades the dependency on apexcharts from `3.18` to `3.41`. My application has seen definitive side-effects. Please rollback and move this to `1.5.X`?

- Fixes #2130

help wanted
scope:typescript

### Prerequisites - [X] I confirm my issue is not in the [opened issues](https://github.com/mswjs/msw/issues) - [X] I confirm the [Frequently Asked Questions](https://mswjs.io/docs/faq) didn't contain the answer to my issue ###...

bug
scope:node
scope:typescript
api:graphql
needs:triage

`historyContext` does not return something that can be used with `history.listen()`. ``` export function historyContext( rollbar: Rollbar, args: { formatter: (location: string, action: string) => string; filter: (location: string, action:...

As part of `6a1dc67a20c14c3d5952f8252519ada413c82eb6` the following change has been introduced: ``` if ( (typeof when === "boolean" && when === true) || // @ts-ignore Reload case -- No location present...

Currently using dynamic substitutions with the inline `style` tag: ```html globalThis.import_meta_env = JSON.parse('"import_meta_env_placeholder"'); ``` Unfortunately, this requires adding `unsafe-inline` as an option to the `script-src` value when using the `Content-Security-Policy`...