-
$subject. Currently CSV works with just string[], it would be better if we have enhanced functionality where it works with 'table' types, and allows it to be conveniently used with queries.
-
I have created a custom Plugin to create a borderless table. Here is my implementation:
```
import { ButtonView, Plugin } from 'ckeditor5';
export class BorderlessTable extends Plugin {
init…
-
The following HTML file causes an exception to be thrown in 2024.10.15
plain_text_writer.cpp, line 400:
throw_if (table.empty(), "Cell content inside table without rows");
[Dataset Overview…
-
Hi,
currently absp2xlsx handles „invalid“ Excel dates (dates before 01.01.1900) different on the import and on the export side.
I want to convert an ALV to a CSV file using abap2xlsx. If the data…
-
Users who need to emit json in line delimited format currently cannot do so using arrow. It should be straightforward to implement this efficiently, and it will be very helpful for testing and benchma…
-
Fonts: [IBMPlexSansJP-Regular.ttf](https://github.com/IBM/plex/blob/master/packages/plex-sans-jp/fonts/complete/ttf/hinted/IBMPlexSansJP-Regular.ttf), [IBMPlexSansTC-Regular.ttf](https://github.com/IB…
-
### Describe the usage question you have. Please include as many useful details as possible.
I've written a program to convert my data to parquet format. during my test, I've encountered such an…
-
We've decided not to support Ion 1.0-style symbol table syntax in Ion 1.1. This means that doing a system-level transcode from Ion 1.0 to Ion 1.1 cannot maintain that syntax. I see a few options:
1…
-
# Environment
**Delta-rs version**: 0.18.2
**Binding**:
**Environment**:
- **Cloud provider**: AWS
- **OS**: Mac OS
- **Other**:
***
# Bug
**What happened**:
When compaction is h…
-
When a DynamoDB table has mixed cases, the parser throws a KeyError message.
How to reproduce: Run the following code:
```python
import boto3
from moto import mock_aws
table_name = 'CaseS…