Michael Toy

Results 38 comments of Michael Toy

When you run a test with a regex in the name it single quotes the string and it works with zsh. When you debug a test with a regex in...

If instead of `addTag` you use `${}` to add the tag, then jestrunner does coolness to make the click work ... ```TypeScript describe(`Test Name - ${justTag(Tags.UNIT)}`, () => .... ```

@broneill I can't reproduce this running the vscode extension, is it possible you are running a very very old version of the extension? ``` run: duckdb.sql("select 1")->{ select: n is...

The only way I know is to look in the upper right of the Malloy pane in the install window ... ![image](https://github.com/malloydata/malloy/assets/66150587/aa64b1e4-d6d6-4050-a309-84f2ffc91258)

@broneill I appreciate the bug report, and there once was a bug like this. That bug was fixed eight months ago. I cannot reproduce what you are seeing from the...

I am not well versed in these web-only experiences work. I'll redirect this bug towards someone who is, this is definitely a problem with how you are getting your Malloy....

@whscullin I don't know what is going on here, I cannot reproduce on my machine, but it is somehow related to the try-malloy setup

@broneill I have reproduced this now. It's something weird about the try version of Malloy. We are working on it. If you have vscode installed, and download the malloy extension,...

That doesn't parse because it isn't legal syntax. You can't `.word()` an expression. When we don't parse things, error messages are not very helpful, including in this case. Adding special...

Another fix though would be to have vscode keep the old schema view around somehow until there is a new one, somehow, handwave handwave ....