Julian Camilleri
Julian Camilleri
I'm currently setting up `pyre` to run in a github action - I've been facing issues with: `Could not find a module corresponding to import sentry_sdk.` Among other errors -...
I just converted a single `location` field on my document, to a `NestedField` with this definition: `location = fields.NestedField(properties={"point": fields.GeoPointField()})` Then on my view I have (I added `path` and...
⚠️ If you have general Chrome Extensions questions, consider posting to the [Chromium Extensions Group](https://groups.google.com/a/chromium.org/forum/#!forum/chromium-extensions) or [Stack Overflow](https://stackoverflow.com/questions/tagged/google-chrome-extension). **Describe the bug** I'm using: https://github.com/GoogleChrome/chrome-extensions-samples/blob/main/functional-samples/cookbook.sidepanel-open/script.js But the sidepanel stays open for...