-
### 预期情况
开启划词翻译可以划词
### 实际情况
在 rider 或者其他软件编辑框中划词会缺少
### 复现方法
可以在 rider 划词代码
### 日志信息
没有
### 额外信息
排查后发现是没支持一些剪切板类型
下面是我修复后的代码
`public static class ClipboardFormats
{
public const uint…
-
Hi
We are getting the error when we try a method, please see the definition below. We are sending base64 string for byte[] and it is getting encoded again?
Could you please suggest what is wrong h…
-
-
It seems that the standard for simfile encoding is UTF-8, but I haven't found any definitive specification of this. Some of these more obscure and old formats may use other encoding formats. I am fair…
-
# Bug report
### Bug description:
I'm writing a custom importer and discovered that the function signature for `importlib.abc.Traversable.read_text()` is incompatible with the usage in `importli…
-
hi authors, thanks a lot for releasing the code!
i noticed that position ids for text embeddings is set to zeros at this line: https://github.com/black-forest-labs/flux/blob/c23ae247225daba30fbd56…
-
### Feature Type
- [X] Adding new functionality to pandas
- [ ] Changing existing functionality in pandas
- [ ] Removing existing functionality in pandas
### Problem Description
Our p…
-
Since all text in xapian is utf-8, strings coming back out of xapian-fu should be encoded in utf-8 (probably just by calling force_encoding('utf-8') on strings as they come out)
Right now the strings…
-
Some characters doesn't render correctly. But not always, because it randomly renders it correctly in live, but then I seek and it re-renders it incorrectly. Seems like encoding detection is not robus…
-
`LANG=en_US` indicates MacRoman.
`LANG=en_US.UTF-8` indicates UTF8.
Should support UTF 8 since setting up a new MacRoman terminal and using it exclusively is annoying.