Deleted user

Results 131033 comments of Deleted user
trafficstars

> deepseek的思考过程 怎么显示在BubbleList 中 哪个大佬给个示例看看 parser: (content) => { let thinkingContent = '' let msg = '' const match = content.match(/THINKING:([\s\S]*?),MSG:([\s\S]*)/) if (match) { thinkingContent = match[1] msg = match[2]...

> box for magisk在oneui7导致谷歌账户无法联网,其他外网访问正常。比如youtube和gv,显示重新联网!使用单独的singbox就可以! 使用singbox和mihomo内核均出现该问题,使用了个人配置文件和bfm示例配置文件,均出现该问题。 Tun 模式或 Tproxy 模式

I actually got really good at ripping games from closed source websites now, and since it's a unity game it is probably rlly easy (too lazy to do it rn)

I have the same issue as @elviskahoro , would like to be able to use the warp ssh wrapper with fish shell on my remote machines. for now I've fallen...

I think this could be added as a new option

const handleChange = (evt) => { const newContent = editorRef.current?.innerHTML || ''; setContent(newContent); if (onChange) { onChange(newContent); } }; const handlePaste = (e) => { e.preventDefault(); const text = e.clipboardData.getData('text/plain');...

It looks like @chrisnovakovic hasn't signed our **C**ontributor **L**icense **A**greement, yet. > The purpose of a CLA is to ensure that the guardian of a project's outputs has the necessary...

@confluentinc It looks like @chrisnovakovic just signed our Contributor License Agreement. :+1: Always at your service, clabot

i'm using the realtime program, not the webui. i don't think that uses gradio. it uses freesimplegui which i had to manually install.