Chris Redford

Results 75 comments of Chris Redford

@hegedustibor I advise checking if the character length of the input is greater than 200 and returning an error if it is. Otherwise this just fails silently, at least on...

Agreed on this. I was going mad trying to get it to change from `ColorWhite` to the default terminal color and had no idea it was `ColorClear` until I saw...

This is the repo I used as an example, for reference: https://github.com/microsoft/vscode-extension-samples/tree/main/completions-sample

I had tab autocomplete for arguments but it was honestly slower than just pressing space so now keywords with arguments just leave a space at the end of the autocomplete...

Haha. No worries. I haven't invested any time testing this to even make sure it works on other people's systems. I just wanted to share it in case it works....

To illustrate my point, I have written this function to get the property IDs needed for my call to `client.Page.Create` to write new records to my database. ``` go func...

Thanks @jomei. This certainly looks like exactly what I was asking for, thank you. There is no easy way for me to test it though because it isn't in the...

I will add my very similar case to this issue and note that adding this to my user settings or project `settings.json` does *not* fix the issue: ``` json "gopls":...

Wow. That is crazy. So that means if you try to find a way around this, you are basically taking on Apple directly to unblock something they specifically tried to...

That's awesome. I don't think I'll have the extra time to commit to beta testing, unfortunately, but I will likely be a customer of the product. It would definitely be...