-
I am trying to table a lua table and encode it as a csv then write it to a csv file. my table is a simple table with only one column but I keep getting this error.
`local fileOutput = ftcsv.encode(…
-
### Describe the bug
It is possible to register custom features using datasets.features.features.register_feature (https://github.com/huggingface/datasets/pull/6727)
However such features are no…
-
Hi there,
We're seeing (what feels like) inconsistent behaviour when encoding oneof values.
Given the following protobuf:
``` protobuf
syntax = "proto3";
message Foo {
message Bar {
…
-
**Describe the bug**
When inputting API key, after confirming everything an error shows that reads this:
UnicodeEncodeError: 'latin-1' codec can't encode character '\u0159' in position 11: ordinal …
-
## Versions
* spring-cloud-gateway-mvc:4.1.5
* spring-cloud-gateway-server-mvc:4.1.5
## Bugs
Cannot read ServletInputSream with form request encoding when using ProxyExchange.
For example…
-
Program is transforming encoding of given arguments and tries to do something with resulting garbage.
I know, this program was not intended for use with Windows.
Expected behaviour (done inside …
-
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
Arrow has added REE support https://github.com/apache/arrow/pull/14176, similar to dictionary…
alamb updated
1 month ago
-
Filenames with diacritics characters or other non-English glyphs are not processed correctly on Windows because of the different character encoding used.
-
hi team, I'm trying to decode url, seems not working
Uri.decodeFull("text/33%20-%20â.html")
Uri.decodeComponent("text/33%20-%20â.html")
expect
text/33 - â.html
actually throw error:
Invalid …
-
Hey there!
I was wondering if there's a way to adjust the charset? I can't find anything like that in the docs.
I'm from Germany, so we have quite a lot of datasets which contain special Charact…