-
Dear VMelnalksnis
Thanks a lot for this great library. Everything works fine except updating documents with custom fields. I try to update a document with CustomFields according to integration test…
-
Here's a simple way to reproduce the issue:
```csharp
using Courier.Client;
using OneOf;
var courier = new Courier.Client.Courier("YOUR_API_KEY");
OneOf
recipient = new UserRecipient …
-
I get _agent.py", line 59, in _query_chat_hf
generated_text = result_prefix + json.loads(
^^^^^^^^^^^
I tried the f…
-
When importing a .docx file via QPrompt's External Tools and Applications link to LibreWriter, various decorations are altered or ignored.
**Bug Description**
One attached document is a LibreWrite…
-
Calling `page.transfer_rotation_to_content()` changes the visibility of some content after upgrading from version 4.2.0 to 4.3.0 for some PDF files. The corresponding text layer is invisible, but can …
-
### Describe the bug
Multi-line signatures have a comma separator even for the last parameter when outputting HTML5 (edit: and LaTeX and Text).
The offender seems to be [writers/html5.py#L232](h…
-
### Current behavior
A column with a hyperlink formula is not getting autofitted correctly, it is less wide than it should be.
### Expected behavior
The column with hyperlinks gets autofitted…
-
### Steps to reproduce
case 'playyy': {
if (args.length < 1) return reply("Insira o comando, e em seguida um nome para a pesquisa!");
const { Innertube } = require('youtubei.js');
co…
-
### Observed behavior
Hi there,
We noticed an error in our code starting happening recently. Basically an int32 overflow exception happening at serialization time. The stack trace points us to w…
-
```
There should also be a JSON text writer. It is probably possible to combine
into the existing JSON writer, but may be easier to just make a new object to
handle it. The logic for whether or no…