Results 57 comments of Luke Schierer

bumping this because I'm still very interested in this library, but its hard to use without the typescript types.

I'd really like to see this fixed, it is one of a couple of warnings that gets spewed everywhere in my console when I run a build and makes it...

I need this because when I'm running in dev mode, import.meta.url is a file:/// url, and I need to override it to be localhost so that I can test calling...

[build.log](https://github.com/user-attachments/files/20257685/build.log) setting some flags on the cpanm install helped with detection some, but does not seem to change the actual error (see the new build.log). This was done with the...

I'm not sure why its using an embedded zlib instead of the system zlib I have from homebrew (assuming I am reading the error in the build log correctly)?

Oh. I'd followed the steps from [this example](https://www.pulumi.com/docs/iac/adopting-pulumi/import/#example-import-a-component-with-all-resources) and put ``` export const SVPC = new awsx.ec2.Vpc("SchiererNet VPC"); export const vpcId = SVPC.vpcId; export const privateSubnetIds = SVPC.privateSubnetIds; export const...

I'm guessing that the cause was that I had a space in the call to awsx.ec2.Vpc(). If it can't use a space there, the preview should have rejected that string.

The other thing is that this is an unrecoverable error. The resources _get created_, but they don't exist in my code, so I end up with a bunch of protected...

I'm running the scripts I mentioned in Termux now, I can call them whatever I want. I'm using .m3u because that's what I've always used, it sounds like there is...

I love the .m3u format because its accessible to things like grep and shuf for shell manipulation, and I've always found a randomized playlist better than a randomization algorithm in...