Dan Harman
Dan Harman
Yes it should have the standard websocket semantics of throwing connection not open when the queue is full. This would actually be useful since not all scenarios want to buffer...
Seeing this with VS 2019. Paramaterised tests using `TestCase` do not show codelens test info.
Ok I have some more info on this! The problem only occurs when there is only one command. If you register more it works fine without the need for the...
I'm iterating this and the '--api' thing is definitely an issue, as it doesn't get appended at all for most of my configuration attempts. I'm using pnpm and was trying...
Not sure if this is important but I notice in my pnpm workspace that the current working directory is different on osx (works) vs windows (fails): OSX: `[RUN.cwd] /Users/dan/Dev/app/web` Windows:...
Hi, Thanks a lot for looking into this, I had experimented with that approach but obviously not optimal as the grid is still having to do a list comparison on...
@kvet I've just discovered that you have a table row template feature. Would it not be possible for this to be a connected react element that subscribes to the store...
@kvet how come it is not possible? Even if the getCellValue doesn't use anything connected onto the row, as long as the template itself was connected it would cause a...
@kvet Hi, just running through my thinking here to see how it relates to your propoals: - we know for performance reasons it would be nice if we could bind...
@kvet Hi, the thing with losing filtering and sorting is that often, the rows being sorted or filtered by are not the ones updating frequently. Why can the plugins not...