Bills Booth

Results 7 issues of Bills Booth

I am storing a base64 encoded string that happens to end in an '=' sign. When reading the cookie back, using the library, I get the string minus the =...

Any idea how to recreate the UI below: * Can't use outlines or box shadows; one cannot be rounded, the other one doesn't have separation between the border. * Can't...

Next.js updated their routing to app router which is not compatible with this version.

### Is there an existing issue for this? - [X] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues - [X] I have reviewed the documentation https://docs.sentry.io/ - [X] I am using...

Type: Bug
Package: nextjs
Waiting for: Community

**Describe the bug** Getting a TS Syntax error when using a string name in icon for regular style in React Native + Expo. **Reproducible test case** ``` import { faWhale...

needs discussion

**Describe the bug** INFILE CSV insert hangs, and times out. Running a Clickhouse in the docker container, I have copied the CSV file into the docker container, and running a...

Can you help me diagnose why I can't lint against use of `Times(1)`? The following pattern should work? ``` forbidigo: forbid: - pattern: Times\(1\) msg: "No need to specify Times(1)...