Igor Gassmann

Results 43 issues of Igor Gassmann

The `argparse` library is included in Python 2.7 and in Python 3 since version 3.2, see https://pypi.org/project/argparse/. The `argparse` PyPI library version isn't up-to-date anymore with the built-in version. It...

Is there any plan to support JavaScript hooks for page transitions like close to what [Nuxt.js does](https://nuxtjs.org/api/pages-transition/)? `react-transition-group` already has somes JS hooks with their `` component. The idea is...

SCSS' `url('...')` statements can't be resolved using electron-webpack's `__static`. This works: `src: url('../../../static/font/somewebfont.eot');` This doesn't: `src: url(__static + 'font/somewebfont.eot');` neither this: `src: url('#{$__static}font/somewebfont.eot');`

macOS's `pkgbuild` look for valid components in sub-directories when using the `--root` flag. This cause the build process to mark some files in a project to be processed by `pkgbuild`...

cla:signed

area: devops

### Environment What version are you running? Etc. `@sentry/nextjs`: `7.12.1` ### Steps to Reproduce 1. Set up a Next.js project with Sentry (you can use [Next.js' example](https://github.com/vercel/next.js/tree/canary/examples/with-sentry)) 2. Enable Vercel...

Type: Improvement
Package: nextjs
Status: Backlog

## Bug Report ## Current behavior If a project consuming this package installs Joi, it will throw ``` Error: Invalid schema content: (ENV_VAR.$_root.alternatives) ``` ## Expected behavior It shouldn't throw...

## Summary Sentry [recently released improved GraphQL support](https://blog.sentry.io/improved-graphql-support-in-sentry/). However, there isn't yet support for Go's GraphQL libraries. It would be great to see support for Go's most popular GraphQL libraries,...

Go
Feature

### Preliminary Checks - [X] I have reviewed the documentation: [https://clerk.com/docs](https://clerk.com/docs) - [X] I have searched for existing issues: [https://github.com/clerk/javascript/issues](https://github.com/clerk/javascript/issues) - [X] I have not already reached out to Clerk...

confirmed

- [x] I have reviewed [the documentation](https://clerk.com/docs) - [x] I have [searched for existing issues](https://github.com/clerkinc/javascript/issues) - [x] I have ensured I am on the most recent version, and [checked the...

bug
nextjs
prioritized