Jason Pickens
Jason Pickens
@edvinerikson Your docs are really helpful. It is a pity that they are so hard to find.
> Pretty sure you're augmenting a globally available `Image` via some defaultly available DOM types. AFAIK the locally defined `Image` should shadow the global one. That's what it seems to...
I did some debugging and it gets to `resolveNameHelper` in the type checker and it traverses up to the `SourceFileObject`. `canHaveLocals` returns `true` but the `location.locals` is empty for some...
Although even if locals was not empty it fails the `!isGlobalSourceFile(location)` check. Perhaps I need to get it to treat it as a `ModuleDefinition` instead? Not sure how to do...
As a workaround I figured out I could put this in `vite.config.ts`: ``` build: { rollupOptions: { input: { manifest: "src/manifest.json", panel: "src/panel.html" } } } ```
That is a good point. I'm not too bothered by not having this if the forwards compatibility isn't worth the hassle. One way that I can think to workaround the...
@maxtaco Is this still close to being implemented?
I have also been able to import my key without any errors. The situation I am running into is trying to use keybase to encrypt an AWS IAM Access Key...
Woops just came back to this and realised I never answered the question. @plttn Not sure I fully understand your question. I don't know how Terraform is doing it, I...
I'm assuming that ed25519 is supported in keybase now. ``` ❯ keybase pgp encrypt -m "Hello" -----BEGIN PGP MESSAGE----- Comment: https://keybase.io/download Version: Keybase Go 5.5.0 (darwin) wU4DPRx9XI4v+K4SAQdAOh8oLdvUGeLCj06wPgNsmjvUV7hDRzom+9PB7yi/0ygg lHs7Cup1aZZtm5saAsvjkiI5el6bTgz4A+oD0KDIJ2vS4AHkEj7R8jDf59K0ZuUB dSeoHeGZSeDo4MDhmbLgyeJHL0KM4GHi8LtvKeDc4HzgM+QVFGfOHoVWAHz8WtyW 9MeV4oJkm9DhZiIA...