ConnectGrid

Results 12 issues of ConnectGrid

The `doc_id` field is configured to be an integer. It's very common for databases to use non-integer IDs these days, particular when the data is stored in MongoDB, etc. Any...

Just a note, it's spelled "assets", not "assests". :)

Any particular reason why the library is coercing all values to strings? I know that doing so ensures that no data is lost, but we also lose some valuable metadata...

Instead of hard-coding `/tmp`, call `sys_get_temp_dir()` to get the path of the current system temp directory.

improve readability by adding parentheses

Might be considered a micro-optimization, but for large sheets, it could make a difference in performance. Only check the `$strictNullComparison` condition once, not for every single cell loop. This is:...

This plugin renders a `` tag, which is no longer considered valid/current HTML markup. See here: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/font Was this an oversight?

How closely does the template need to match the original text? Perfectly, or are whitespace differences ignored? For example, my template might look like this: ``` Name: {%name} ``` and...

With JSON Lines being a way to store streamable JSON, it seems logical that one would be able to append to existing `.jsonl` files. However, a code review seems to...

> Wait ✋ > > There's a better way to get help! > > Send your questions or issues to [email protected] ⚠️ It's been reported that is no longer working....