Alec Stewart

Results 24 comments of Alec Stewart

@Madd0g What is in `compiled.js.code`? Just a bunch of jumbled JS code?

> Maybe I don't understand you correctly, but if you don't have the RSA keys to decrypt some of your secrets you won't be able to decrypt them?! Well, yes....

For reference, I followed [this](https://daryl.wakatara.com/migrate-to-ecc-encryption-keys/#re-encrypting-your-password-store) guide here.

Apologies, I meant to give some input on this. I somewhat recall importing _just_ the public key with `gpg --import` and then having no issues. I no long have any...

@skirtles-code one thing I've found is that with `` (at least with Nuxt 3) you cannot import things like `ref`, `computed`, etc. because I'm assuming those are looked for and...

I would to add something that might give a reason for having this, as it's a real world example. If you're using the [ArcGIS Maps SDK for Javascript](https://developers.arcgis.com/javascript/latest/api-reference/) with a...

As a strange note, any time I call a roswell command it goes through the `Making core for Roswell...`. I recently just tried `ros install` without any argument and I...

Interesting, if I'm in REPL and try to run `ql:update-client` I get the following: ``` * (ql:update-client) Downloading http://beta.quicklisp.org/client/quicklisp.sexp debugger invoked on a UIOP/RUN-PROGRAM:SUBPROCESS-ERROR in thread #: Subprocess with command...

May not be the place to mention, but I know that [`@antfu/eslint-config`](https://github.com/antfu/eslint-config) is a fairly popular configuration to use, and that uses the "flat config" of ESLint. And example `eslint.config.js`...