orwithout

Results 11 issues of orwithout

### Bug report: ![image](https://user-images.githubusercontent.com/19142891/182991460-399bdb8b-eea3-4543-84b0-ab92921d3f64.png) ### Expected behavior: 预期,下一页会显示后续task信息 ### How to reproduce it: 使用2.0.5版, 用类似命令提交操过10个任务: curl --location --request POST 'http://1.2.3.4:8080/api/v1/jobs' \ --header 'Content-Type: application/json' \ --data-raw '{ "type": "preheat", "args":...

kind/bug

The username used is : "jks" ,The experiment failed: mkdir -p /home/jks/.config/systemd/user/ vim /home/jks/.config/systemd/user/[email protected] Written(https://raw.githubusercontent.com/svenstaro/miniserve/master/packaging/miniserve%40.service): [Unit] Description=miniserve for %i After=network-online.target Wants=network-online.target systemd-networkd-wait-online.service [Service] ExecStart=/usr/bin/miniserve -- %I IPAccounting=yes IPAddressAllow=localhost IPAddressDeny=any DynamicUser=yes...

### Prerequisites - [X] I understand that this is the official open-source version of the Clash core, **only providing support for the open-source version or Premium version** - [X] I...

enhancement

尊敬的项目维护者, 首先,感谢您们为 Chathub 开发和维护这个优秀的产品。我发现目前 Chathub 支持与多种 AI 聊天产品进行交互,但在使用 Google AI 聊天产品 Bard 时,似乎只支持英语输入和输出。因此,我希望提出一个功能请求,以支持中文输入和输出。 具体来说,我希望在用户输入非英语文本(例如中文)时,Chathub 可以使用 ChatGPT 将输入文本翻译成英语,然后将翻译后的英文文本发送给 Bard。接着,当 Bard 返回英语回复时,Chathub 可以再次使用 ChatGPT 将英语回复翻译回用户原输入的语言(例如中文),并将翻译后的文本作为最终输出呈现给用户。 这个功能将使得使用非英语的用户能够更方便地与 Google AI 聊天产品 Bard 进行互动。我相信这将有助于拓宽 Chathub...

[root@c stealth]# node ./make.mjs (L) (L) clean() (L) (I) base: clean("$PWD") (I) browser: clean("$PWD") (I) covert: clean("$PWD") (I) stealth: clean("$PWD") (L) (L) build() (L) (I) base: build("$PWD") (I) browser: build("$PWD")...

**Description:** In a pure browser environment, initializing IPFS nodes based on Helia with even an empty `services` configuration (e.g., `libp2p: { services: {} }`) disrupts the node's ability to discover...

I have initialized an IPFS node in my browser using the Helia package with persistence enabled. As the peerstore grows (currently over 5,000 peers), the memory consumption has reached 1GB....

### Description In many development scenarios, we need to generate target modules dynamically based on source modules. Currently, this requires custom plugins or scripts, which can be cumbersome to manage...

enhancement: pending triage

I encountered several issues while following the example code in the [Access Controllers section](https://github.com/orbitdb/orbitdb/blob/main/docs/ACCESS_CONTROLLERS.md#:~:text=of%20the%20database.-,OrbitDB%20Access%20Controller,-The%20OrbitDB%20access) of the OrbitDB documentation. Here's the problematic part of the code snippet as found in the...

**Description** I am using `@orbitdb/core` with `helia` for managing IPFS nodes entirely within a browser environment. I encounter issues when attempting to index documents using custom `IPFSBlockStorage`. **Expected Behavior** Documents...