Joe Skeen

Results 114 comments of Joe Skeen

@EvanZhouDev I took where you left off and took a stab at donut-ifying the SVG, and I'm very very close... but it currently outputs something that looks like a cryptid....

I finally got it working! (I've updated my gist) A total of 1.2 million characters, 824 lines of SVG, and it works! ![donut ascii animated svg](https://gist.githubusercontent.com/joeskeen/5f3487f1ab260575a712e9f18abfed23/raw/bb153838673d43ca0935531473d54673f160a1d8/donut.ascii.svg) Here's the closest thing...

I didn't want to push to your branch in case you had a better solution already

Also included in my gist is the NodeJS file I used to generate both the SVG and put it into donut shape. I'm not gonna lie, this has shaken my...

This weekend I took a few hours to get started on this one. I created a _very_ quick-and-dirty version of what I'd like to accomplish. ![image](https://github.com/user-attachments/assets/cda52e5a-ece0-4dec-8249-e5696a402504) This is what it's...

Are you using `schemas: [NO_ERRORS_SCHEMA]`? I got this when declaring a standalone component without including that line in the Component declaration.

I ran into this today when trying to deploy a change to an app I'm working on. My `package.json` referenced thus: ```json "dependencies": { "pm2": "^5.4.0" } ``` So when...

@ddn488 Please share the errors you are getting. FYI I have created a StackBlitz example with ng2-dragula working with Angular 17: Edit: I have also created a StackBlitz example with...

@akhil02hero but if you make the `RootComponent` standalone, you get the error I referenced earlier: > `RootComponent class is a standalone component, which can not be used in the @NgModule.bootstrap...