Results 10 issues of Steven Le

Cards that come from Piloted Shredder, Unstable Portal, and similar cards appear in the card history of a deck, which is a little confusing. Any chance you could only include...

enhancement

With the new `pipenv` workflow, the command to start a grow devserver is `pipenv run grow run`. This would be slightly cleaner if `grow` was an alias for `grow run`...

Currently throwing a different traceback instead: ``` Deploying: 61/61 (in 0:00:00.0) File "/usr/local/lib/python2.7/dist-packages/grow/deployments/indexes.py", line 224, in run_func kwargs['func'](*kwargs['args']) File "/usr/local/lib/python2.7/dist-packages/grow/deployments/destinations/local.py", line 57, in write_file self.storage.write(out_path, rendered_doc.read()) File "/usr/local/lib/python2.7/dist-packages/grow/storage/file_storage.py", line 69,...

Seems like the autogenerated function may be ignoring deps from the next config file. Error: ``` Error: Cannot find module './next-i18next.config' Require stack: - MYSITE/.firebase/MYPROJECT/functions/next.config.js at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15) at Function.mod._resolveFilename...

bug
Next.js
Nuxt
Cloud Function
Build step

The current implementation of `register(..., {shadow: true})`, always attaches the shadow DOM in `{mode: 'open'}`. This is a request to add support for `{mode: 'closed'}` as well. Relevant docs: https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_shadow_DOM#basic_usage...

**Issue:** When using `renderToString(vdom, {}, { pretty: true })`, text nodes that normally do not have whitespace between it and its siblings are rendered on a newline, which can create...

We're looking to embed a jam in an iframe but because of the `X-Frame-Options: SAMEORIGIN` http header, the browser blocks the iframe from loading. ![Screenshot 2023-10-25 at 11 53 53...

At some point, Amagaki will probably require some sort of Google Sheets (or other Google APIs) access, and I want to propose from the start that ama should request the...