Danny Fritz
                                            Danny Fritz
                                        
                                    Duplicate of #171
It was a problem in my `tsconfig.json` When I turned on the debug messages I got:  So I modified my `tsconfig.json` over and over trying to fix it. What...
Had this problem and removing `./` from the beginning of my `files` options fixed it for me. :thumbsup:
FWIW, I did not have Alex either. But I was able to go into VoiceOver Utility -> Manage Voices -> English and choose Alex. It is a ~900mb download. After...
This seems like a pretty cool idea. Looks like this transform is using AST via Falafel to do the transformation already. I'm not very familiar with Falafel, but with plain...
My understanding is that this is currently a limitation of `vscode-css-languageserver-bin`. Is that correct?
> Thanks! I might do that. But so far so good -- just churning along productively. I'm finding some ways to decouple Pixi from the ECS components that make sense...
Is there a downside to offering both options? Executing a schedule mid-schedule and scheduling a deferred schedule? I lean toward deferred if I had to choose one because executing mid-schedule...
I think you're getting at the footgun I'm thinking about. But if you schedule mid-schedule, you might cause the outer query to be out-of-date when it returns to the outer...