Ryan Skoblenick
Ryan Skoblenick
The related tutorial is nicely done however once it becomes dated it can be a hurdle for newcomers to debug a technology stack they have little experience with. Most developers...
Using `"svg-to-ts": "8.6.1",` running `svg-to-ts-constants` with the following setting in the `./svg-to-tsrc.js` config: ``` completeIconSetName: 'MyIconSet' ``` results in: ``` export const myIconSet = [ ``` being placed in the...
**Describe the bug** **To Reproduce** I have the following in the `angular.json` under the application being deployed: ``` "deploy": { "builder": "@jefiozie/ngx-aws-deploy:deploy", "options": {}, "configurations": { "production": { "baseHref": "/app-name/",...
Your repository may not behave as expected with case-insensitive operating systems. The ./api/models subdirectories for example perform a merge due to the names of the folders being essentially the same;...
I watched your talk at `Going Multi-Account With Terraform on AWS` at https://www.youtube.com/watch?v=qVcdO3OeTZo. Can you provide the full code for both directories? This repo only contains the `environment` directory under...
### Your environment SDK Version: 1.4.1 Connect Server Version: 1.7.2 OS: MacOS 11.7.9 (Big Sur - Intel) with Rancher Desktop and Docker Node Version: v18.18.2 ## What happened? Using the...
## Describe the Bug trying to run the `fastapi` example results in an error due to a missing dependency: ```shell assert jinja2 is not None, "jinja2 must be installed to...
**Environment** - OS: Ubuntu 22.04.4 - Node Version: 22.2.0 - Package: @clack/prompts - Package Version: 0.7.0 **Describe the bug** The multiselect only shows the hint on the first item in...
Using MacOS Nix with the configuration: ``` system.defaults.dock.persistent-others = ["~/Documents" "~/Downloads/file.txt"]; # or system.defaults.dock.persistent-others = ["$HOME/Documents/"]; ``` Doesn't work and results in a broken dock item that won't open the...