Robert Taylor

Results 3 issues of Robert Taylor

The favorites _are_ listed at the top/side of the Schedule page, but the tiles themselves should be highlighted better to be more "glance-able".

It is not easy to "discover" how to start a debugging session in VS Code. It would be nice to describe it on this page https://www.rascal-mpl.org/docs/GettingStarted/RunningRascal/VScode/ This [Stack Overflow answer/comment](https://stackoverflow.com/questions/76457550/debugger-for-rascalmpl#comment135962772_76459066)...

When debouncing a Promise-returning function, the returned function has a type of `Promise` which is not accurate - see https://github.com/microsoft/TypeScript/issues/27711 In TypeScript 4.5, a new `Awaited` type was introduced to...