-
I recently came across this gem and ran it against my codebase. The tool came up with a lot of useful information, but right now the graphs it generated only have one data point. It would be nice if t…
-
What do we do about coding style conventions?
While it seems overly complex to agree upon coding styles for such a small project, this is in general of course very useful.
While not wanting to inter…
-
### 🐛 Describe the bug
See below job logs
```python
test_ops.py::TestCommonCUDA::test_out___rsub___cuda_float32 PASSED [0.0027s] [ 14%]
test_ops.py::TestCommonCUDA::test_out__chunk_cat_cuda_fl…
-
Hi.
There is a bug somewhere when builtin VSCode's source.organizeImports feature is used together with Prettier.
People sometimes prefer to use VSCode's built-in source.organizeImports feature …
-
**Is your feature request related to a problem? Please describe.**
I was looking at #2845 and realized that it didn't meet my needs because it didn't support pre-upload hooks. I investigated further …
-
There's a couple aspects of the language that when considered together create a design problem:
# The Features
**Implicit Returns** - Automatically returning the "last" value in a function
``…
-
**Describe the bug**
Hi guys,
I encouter a problem building AppFlowy using docker compose up command.
Each time I try I have the following error message :
```
Step 17/24 : RUN cargo build --p…
-
There is an `rest.Error` type that captures all unrecognized errors from Hooks:
```
if err = rsrc.Update(ctx, item, original); err != nil {
e = NewError(err)
return e.Code, nil, e
}
func…
-
**Is your feature request related to a problem? Please describe.**
`jj fix`(/`hg fix`) are currently specialized towards formatters. However, these formatters have to operate in-memory on single file…
-
Everyone knows that developing software using version control systems is one of the most breathtakingly exciting activities humans ever came up with. 🤩
So why not use git repositories as the base …