mikeburgh
mikeburgh
### Please answer the questions below, it helps us to keep track of the issue. Please do not ignore it or your issue will be closed. 1. Which driver are...
Same issue is discussed here: http://forum.quasar-framework.org/topic/536/hide-menu-button-when-drawer-is-fixed-open-desktop-view/9 Fixed using the lt-md class, which seems to be the same breakpoint used for when the drawer hides, so now the menu shows when...
## Bug description When using Decimal for the data type, Prisma correctly combines the queries, however they they are not returned correctly (un combined?) and graphQL throws an error (if...
This does not happen unless fetch_types is set to false which means no connections are attempted before the reserve. If you leave fetch_types alone, or perform another sql opteration first,...
When using the .forEach or .cursor methods to iterate returned rows (in the case of large datasets) is there a way to access the column definition information prior to or...
Fixes #163 Note, the npm install upgraded package-lock, not sure how to work around that ?
Noticed a missing typing on the tunnel options
Great library, especially the request functionality. Any thoughts about supporting notebook messaging with their custom renderer's ? Notebooks use vscode.NotebookRendererMessaging on the extension side, which contains the postMessage and onDidReceiveMessage...
A first pass at closing #67 I changed the way column names are resolved so they don't get resolved for each row, however for some reason the column_type method only...