-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Community Note
* Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com…
-
### ⚠️ Please check that this feature request hasn't been suggested before.
- [X] I searched previous [Ideas in Discussions](https://github.com/reworkd/AgentGPT/discussions/categories/ideas) didn't f…
-
## Environment data
`dotnet --info` output:
```
.NET Core SDK (reflecting any global.json):
Version: 3.1.301
Commit: 7feb845744
Runtime Environment:
OS Name: Windows
OS Version:…
-
### What are you trying to do?
Allow customizing how function names are translated into commands.
For example:
```
// +command=e2e
func (m *Ci) E2e() {
// ...
}
```
### Why is this im…
-
Currently, `BigInt` is defined as follows:
```nim
type
BigInt* = object
limbs: seq[uint32]
isNegative: bool
```
It has the invariant that `limbs.len >= 1`.
It might be worth it cha…
-
**Describe the bug**
This is similar to #75 but with an expanded scope. The current code of Extended Cogwheels causes a lot of incompatibility with other mods due to the way it patches commonly used …
-
Looks like router generation is currently broken, the generated file (`src/router.ts`) contains the following:
```ts
module.exports = (api, options) => {
require('@vue/cli-plugin-router/generato…
-
Try to settle on a coding style convention regarding:
* tabs vs spaces (4 spaces and no hard tabs are generally preferred)
* [brackets style](https://en.wikipedia.org/wiki/Indentation_…
-
-
when i use `to_dict` or `to_pydict` function to serialize message, `False` and `0` values are not work for boolean and integer fields.
here is the sample code:
```python3
from dataclasses import da…