-
I would like to use the API Connect plugin to return results from more than just JSON. It would be great if, when the API returns a non-JSON, the results could be output in a dataset containing one co…
-
I have a C++ code that loads a netcdf file and accesses the `units` attribute like this:
```
netCDF::NcFile _data;
// open file [...]
auto a = _data.getVar("valid_time").getAtt("units");
…
-
Right now, rbx_types uses the Rust `String` type to represent Roblox `string` values. This works most of the time, but is actually incorrect because Roblox strings are not required to be UTF-8. So, rb…
-
Types are not only singular, but can be an array of valid types: https://json-schema.org/understanding-json-schema/reference/type
The `schema.Type` field currently only supports a single type curre…
-
### Generating 10,000 character string based on the trigram model.
-
Currently the signing and verification API within liboqs are as follows:
```c
OQS_API OQS_STATUS OQS_SIG_sign(const OQS_SIG *sig, uint8_t *signature,
size_t *signature_len, const uint8_t *me…
-
## Issue
`Text::OpenplanetFormatCodes` and `Text::StripFormatCodes` don't remove invalid format codes from a string, in this case a club tag, unlike the game and tm.io, who can render the tag corre…
-
### Bug
Following exception raised RuntimeError: [json.exception.parse_error.101] parse error at line 1246, column 42: syntax error while parsing value - invalid string: control character U+0018 (C…
-
### Is your feature request related to a problem or challenge?
It's similar to https://github.com/apache/datafusion/issues/13477. We use the scalar function to handle the Map type but we should unpar…
-
I'm needing to convert a directory of laz files to another coordinate system using a 2d helmert transformation. I've determined the parameters using the least squares formula on coordinate files we h…
pdean updated
2 weeks ago