-
I am using this library within a lambda function to convert email contents to plain text, since Microsoft Graph API returns them in HTML format. In one execution it processes about 20-30 emails in par…
-
I have the following table `users` defined like:
```dart
class Users extends Table with CreatedAt {
UuidColumn get id => customType(PgTypes.uuid).withDefault(genRandomUuid())();
TextColumn…
-
### Environment
------------------------------
- Operating System: Darwin
- Node Version: v20.9.0
- Nuxt Version: 3.8.2
- CLI Version: 3.10.0
- Nitro Version: 2.8.0
- Package …
-
### Prerequisites
* [x] Able to reproduce the behaviour outside of your code, the problem is isolated to Laravel Excel.
* [x] Checked that your issue isn't already filed.
* [x] Checked if no PR w…
-
See https://github.com/codeigniter4/CodeIgniter4/pull/6600#discussion_r992735103
The following test (MySQL) fails now. Should `upsert()` also use binds?
```php
public function testUpsertArr…
-
Installing go1_commerce...
An error occurred while installing go1_commerce: ('Module Def', 'Accounts', IntegrityError(1062, "Duplicate entry 'Accounts' for key 'PRIMARY'"))
Traceback with variables …
-
when i tried to pull a contact avatar to the contacts page it is giving out a blank pic
![Screenshot_1708964449](https://github.com/ERP-Ukraine/odoo-rpc-dart/assets/78860338/598ddd89-a439-44ef-8e5e-…
-
Trying to validate my array with custom validator, it works as form.valid state toggle. But validation message not shows near ReactiveFormArray nor its children. Thru documentation, was not clear if I…
-
Thank you for a full-fledged GiraphQL app example! I'm following official docs while building on top of this example but struggling to understand the correct sequence of actions even for my primitive …
-
I am following the example:
https://github.com/prisma/prisma-examples/tree/latest/typescript/graphql#using-the-graphql-api.
At the following step (section 2.1) the code breaks.
Update the User …