liblaf
liblaf
### 🥰 需求描述 | Feature Description Currently Lobe Commit only supports models from OpenAI. There are many alternatives out in the wild. It would be great if we could customize...
### 🥰 需求描述 | Feature Description - The reference [Conventional Commit parser](https://github.com/conventional-commits/parser) cannot parse commit messages prefaced with an emoji. - [Some projects](https://github.com/googleapis/release-please) would prefer commit messages without emoji. ###...
I am using [lazy-loader](https://github.com/scientific-python/lazy-loader) for lazy importing. However, I found that [sphinx-autdoc2](https://github.com/sphinx-extensions2/sphinx-autodoc2) cannot generate docs for lazily imported functions, classes, etc. Here is a simple [demo](https://github.com/liblaf/hello-sphinx-autodoc2) where docs for normal...
程序化配置文件
希望能够将 `surgio` 作为第三方库使用, 例如: ```typescript import { defineClashProvider } from "surgio"; import { getProvider } from "surgio/provider"; const provider = await getProvider( "NAME", defineClashProvider({ url: "https://example.com" }), ); console.log(provider.getNodeList()); ```...
First of all, thank you for creating and maintaining `repomix`! It's a fantastic tool. I've encountered an issue while using the `ignore.customPatterns` in `repomix.config.json`. When I add `"**/.*"` in `ignore.customPatterns`,...
- [x] I have marked all applicable categories: + [ ] documentation request (i.e. "X is missing from the documentation." If instead I want to ask "how to use X?"...
Thank you for creating [neptune.ai](https://neptune.ai), the best tool for experiment tracking! I have configured an external diff viewer, `difftastic`, in my Git configuration. However, I noticed that neptune captures the...
First of all, thank you for providing such a powerful tool for experiment tracking! I truly appreciate the work you've put into Neptune.ai. ### Is your feature request related to...
### What happened? I attempted to use `@octokit/webhooks` in a Cloudflare Worker. When processing GitHub webhook events, the worker throws a `TypeError: setTimeout(...).unref is not a function`. This occurs because,...
### Is your feature request related to a problem? Please describe. Currently, [Recipes - mkdocstrings](https://mkdocstrings.github.io/recipes/) provide an excellent way to automatically generate API documentation. However, it lists all members of...