Henning Dieterichs
Henning Dieterichs
@jeff-hykin I think such effort would be beneficial. Please note that we don't have resources at the moment to assist with that. Also note that there are [subtle bugs](https://github.com/microsoft/vscode-textmate/issues/174) in...
This would be nice indeed! (if the extension is going to work on windows some day ;) )
This is something that annoys me too, with all gif screen recorders. I fear though that scaling down high DPI content looks just as bad as scaling up low DPI...
I deprecated this extension. It had severe issues at least on Windows, that could potentially freeze your mouse and keyboard (temporarily). If you know a reliable way how to listen...
Sorry, I need to reinvent this extension at some time! I was frustrated that VS Code does not provide apis necessary to make this extension really cool.
Thanks for your commnt, I didn't know people are actually interested in this extension ;) > How can we fix it? Are you a windows user (like myself)? I think...
Thanks, that looks interesting! However, it requires Java to be installed... I think iohook is fine for Linux. If I find time, I'll investigate to use .Net for Windows and...
`$rowInstance` would be a useless (i.e. unused) field. What is the advantage of `typeof tbl.$rowInstance;` over `FromItemToOutRow`?
Are you fine with this syntax: ``` select(mensa.meals).where( tuple(mensa.id, mensa.lineId).isIn( [tuple(a, b), tuple(c, d)] ) ) ``` ?
Hi Paul, right now I have too many other projects before I can give this library the love it needs. I currently don't work on a project involving SQL. The...