Aram Zucker-Scharff
Aram Zucker-Scharff
This PR will add the installation of [git-lfs](https://git-lfs.github.com/) to the container and initiate it during the initial setup of git during the RUN phase, allowing the container to handle the...
Set up was as follows In `aws/script.ts` ```javascript const deployment = new SPADeploy(this, 'spaDeployment').createSiteWithCloudfront({ indexDoc: 'index.html', websiteFolder: '../static', certificateARN: certificate.certificateArn, cfAliases: [domain, `*.${domain}`] }) ``` File structure: ``` project/ |...
Hello! This is great work, and I wanted to note that I've already found it very useful AND [integrated it into one of my own projects](https://github.com/AramZS/dnd-campaign-site-defectors). I was wondering if...
**Describe the bug** When using the structure `beaker.hyperdrive.drive(profile.url).writeFile(PATH + filename, JSON.stringify({some: data}, null, 4))` if `PATH` is a path that currently has a drive mounted at the same location then...
I stole the issue phrasing from @dmarti here, which I think is accurate in this context. This issues comes off our discussion in #1596 at the request of @ghostwords. The...
For performance reasons it is best to use `font-display: swap` and Google Fonts supports this via a URL param. See: https://web.dev/font-display/?utm_source=lighthouse&utm_medium=lr#google-fonts for more info. I think it would be wise...
This is a great plugin, but I keep encountering this issue across all my projects in `.markdown` files. I have the latest version of the plugin and VS Code. However,...
The property `_values` was misnamed as `values` causing the function to always consider image retrieval a failure, often not offering an alternative. Discovered this problem while working on PressForward/pressforward. This...
I agree we need to provide some form of general non-exact Geolocation to sites in order to allow this proposal, but country-level is insufficient to handle privacy compliance properly, we...
Hi! Sorry I couldn't get your plugin to work, but if it helps you repair this one, I built a new plugin constructed with `Dart-Sass` which is the new working...