OpenWaygate

Results 12 issues of OpenWaygate

### 这是一个什么样的功能? 以[B站排行榜](https://docs.rsshub.app/social-media.html#bilibili-pai-xing-bang)的路由为例, `/bilibili/ranking/:tid/:days?/:arc_type?/:disableEmbed?` `tid`, 必选 - 排行榜分区 id, 默认 0 能否选择多个`tid`, 得到一条包含多个分区(但不是全站)的 rss 订阅呢? 全站 | 动画 | 国创相关 | 音乐 | 舞蹈 | 游戏 | 科技 | 数码...

RSS enhancement

### 路由地址 ```routes /nga/forum/:fid/:recommend? ``` ### 完整路由地址 ```fullroutes https://rsshub.app/nga/forum/-7 ``` ### 相关文档 https://docs.rsshub.app/bbs.html#nga-fen-qu-tie-zi ### 预期是什么? 正常显示 ### 实际发生了什么? 报错 ### 部署 RSSHub 演示 (https://rsshub.app) ### 部署相关信息 _No response_ ### 额外信息...

RSS bug
Count: 0/1
Bug Ping: Pinged
Route: v1

**I certify that I have first consulted** (check all with "x") **我确认我已经查看了** (使用 "x" 选择) - [ ] [Hexo documentation | Hexo 文档](https://hexo.io/docs/) - [x] [Material theme documentation | Material...

TensorFlow模型>基础示例:多层感知机(MLP)的一处代码 ``` class MLP(tf.keras.Model): def __init__(self): super().__init__() self.dense1 = tf.keras.layers.Dense(units=100, activation=tf.nn.relu) self.dense2 = tf.keras.layers.Dense(units=10) def call(self, inputs): x = self.dense1(inputs) x = self.dense2(x) return x def predict(self, inputs): logits =...

如题, 指定图片路径如下, 在每次添加图片时就不需要路径. ``` \graphicspath{{../Template/Components/Images/}} ```

Hi, it will be so great if ollama can run openai/whisper, then we can chain voice and text. Is there any roadmap about it?

feature request
model request

你好, npm start 之后运行了几十分钟, 除了前两行, 后面全是'加入代理队列', ``` C:\Users\Mio\workspace\lawBug>npm start > [email protected] start C:\Users\Mio\workspace\lawBug > node index.js [2019-01-31T17:14:45.263] [DEBUG] default - ------------------------------------> 开始获取列表 [2019-01-31T17:14:45.282] [DEBUG] default - ------------------------------------> 开始获取文章内容 [2019-01-31T17:14:50.254] [DEBUG]...

I want to keep a variable as nil except explicitly set, but only `true` or `false` is allowed. ```go myCmd.Flags().BoolVar(&isMine, "isMine", nil, "") ```

After I install this plugin in vsc, these intellij keybindings append to the existing keybindings instead of replace. I don't want to disable these duplicated default keybindings one by one,...

enhancement

### Pull request has been created with [WinGet Releaser](https://github.com/vedantmgoyal9/winget-releaser) :rocket: ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoft/winget-pkgs/pull/161761)