Brandon

Results 28 comments of Brandon

It doesn't appear to be fixed with the latest version (`2.5.2`), just hit the same thing. As a note, `@ts-ignore` does squelch successfully and doesn't appear to cause any issues...

It seems like the `SENTRY_IGNORE_API_RESOLUTION_ERROR` environment variable is not being respected anymore either. This is especially ironic since we also added the `externalResolver` API prop on every handler, so we...

@cztomczak I'm also very interested in this feature. I'd posted a [question on SO](https://stackoverflow.com/questions/57363375/creating-pdfs-from-html-javascript-in-python-with-no-os-dependencies) a while back about this very function and just came across your work here. Do you...

Same issue here. If this isn't going to work with pip, maybe it shouldn't be on pypi...

This seems to be due to `src/data/courses` appearing in the `.gitignore`. @rwieruch likely wanted to protect his IP while still providing everyone a MVP implementation of the platform. Copying the...

That'd be awesome - thanks for making the project available like this! Even in its current state it's providing help for me when establishing good patterns on an altogether different...

It appears this project may no longer be maintained - none of the latest icon updates are included.

As a note, this issue does not just affect cloud functions, but rather affects anything that needs to be cold-started. Reproduction samples work the same way on Docker containers hosted...

Note that you don't need to set any value to infinity, just a sufficiently large range. Additionally, a hang is virtually guaranteed with a few thousand values, a small enough...

Any update on this? We have a need to mount the popover beneath a specific hierarchy to work with some other libraries and this is a significant blocker. Was anyone...