Jonathan Huang

Results 6 issues of Jonathan Huang

### 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
Status: Backlog
Package: webpack plugin
Status: Needs Discussion

I'm using Poetry and am running sqlfluff via the virtual env. The executable is something like: `/Users/myusername/Library/Caches/pypoetry/virtualenvs/virtualenv_name/bin/sqlfluff`. I want others to be able to use sqlfluff out of the box...

### Current behavior I have a CSS selector that changes the CSS variable like so: ``` @layer base { :root { --primary: theme('colors.red.500'); } .dark:root { --primary: theme('colors.blue.500'); } }...

bug
needs repro
platform:ios

The Frame doesn't show "/" so things like URLs and fractions don't show up properly. See Discord [question](https://discord.com/channels/963222352534048818/1312982229886173205). I believe the fix would be in this `system_font.h` [file](https://github.com/brilliantlabsAR/frame-codebase/blob/main/source/application/lua_libraries/graphical_assets/system_font.h)

### Affected Packages core ### Version(s) 3.0.0-beta.5 but I believe it affects v2 as well ### Bug Description NodePosition.children throws an error if the position it was initialized with is...

Type: Bug
Category: Open Source

I'm getting an error when I run: ``` import { init, Wasmer } from "@wasmer/sdk"; await init(); ``` The error is: ``` `WebAssembly.instantiateStreaming` failed because your server does not serve...