Emi

Results 458 comments of Emi

It does actually work, I assume you are passing the _extension ID_ into `src ext delete` and that is causing the issue. You should be passing in the _GraphQL ID_...

I think just `src ext delete my-extension-id` is what users would expect. I find using the ID from package.json dangerous -- what if I run the command in the wrong...

Great, updated title to make that the action item here. This should be a trivial / straightforward change to make if anyone unexperienced with this codebase wants a good starter...

So sorry that we @sourcegraph didn't see this earlier. (For future reference, you can ping me or @sqs and we'll see it and respond quickly) We're working on displaying the...

Thanks for filing, definitely looks like a bug of some sort. I will take a look this weekend.

Hey @kokizzu - I took a look and found what the problem is. The `autogold.Want("reg", ...)` call in your code here is not under the `TestNewUserStartTestSuite` function, which it currently...

If you want a quick workaround, you can use [this branch](https://github.com/hexops/autogold/pull/13) I have up which allows `autogold.Want()` calls anywhere but requires the name you pass in be unique within the...

Thanks for filing this! I'll see if I can fix this soon (maybe around the weekend). I agree it should be written as `[]A{{` here, it shouldn't be too hard...

Totally agree, and plan to look into fixing this soon. Thanks for reporting!

Thanks for filing! 1. Definitely agree we should match Jest and OCaml behavior here (make `-update` not fail). 2. Will be fixed by making `-update` not fail. Since this is...