Maurits Lourens
Maurits Lourens
yes, that's what I meant.
It would also be great to be able to copy the selected text/image/code snippet directly to a new note in Boostnote. When selecting a code snippet, it would be nice...
I tried to reproduce your issue, both with an internal Budibase table, MySQL and Postgres, but without any luck. The order of all tables are correct. Is the data type...
you don't have to use a transformer, you can simply select Number from the schema dropdown for the number fields. After you selected all the correct field values, you should...
Yes, you can (I'm doing it in a project of mine, which uses Ionic 3 and Angular 5).
```typescript import {Injectable} from '@angular/core'; import {QRScanner, QRScannerStatus} from '@ionic-native/qr-scanner'; import {NotificationService} from '../notification/notification.service'; @Injectable() export class ScanService { constructor( private qrScanner: QRScanner, private notification:NotificationService) { } async scanPatient():Promise {...
That sounds like a sensible plan.
the startup argument `statement_timeout` is not supported by the Postgresql version used by Nhost.io, but it is passed by the Tooljet Postgresql plugin.
What about an upgrade to Angular x on a per component basis using [NgUpgrade](https://angular.io/guide/upgrade)? That way you don't have to rewrite everything and can upgrade in small increments. I can...
That's the whole issue here, for some reason the key is always 'acrive' when a notification is received. That's why I added the 'both' argument to at least keep them...