Mike Richards

Results 4 issues of Mike Richards

I noticed this (press play to view the GIF): ![graphql with generic typescript](https://user-images.githubusercontent.com/41903446/180212616-d3b7879c-5186-47f5-9787-18de546eb890.gif) As you can see, highlighting is not supported when using a generic argument to add Typescript features....

bug
vscode-graphql
grammar

# Bug Report I have just switched from SemanticUI to FomanticUI using the same code as shown in the snippet and the `set text` behavior no longer updates the text...

type/bug
tag/next-release/nightly

**Describe the bug** The un-minified code looks like the following: ```js function initializePage(getTotalCostUrl, tokenHeaderName, tokenValue) { function sendTotalCostRequest() { var payload = createTotalCostRequestPayload(); $.ajax({ url: getTotalCostUrl, headers: { [tokenHeaderName]: tokenValue...

bug

I can't find a way to add a callback function that gets called with the search results (from flexsearch) so that I can add some analytics/logs etc... about what the...

question