annotation
Here are 996 public repositories matching this topic...
My actions before raising this issue
- Read/searched the docs
- Searched past issues
Expected Behaviour
I want to access the traefik dashboard. I have cvat setup on a server with https. I modified the docker-compose.https.yml according to the comment for using the traefik dashboard. So included the lin
-
Updated
Jul 2, 2022 - JavaScript
-
Updated
Mar 11, 2022 - Java
-
Updated
May 26, 2021 - TypeScript
Remote Functions Refactor
Overview
Remote functions exist to enable background->tab, and tab->background function delegation (i.e. Call a function in a tab, but have it run in the background and vice versa).
Refactoring has been started to make these functions interfaced and type safe.
Tasks
Grepping the codebase for remoteFunction( shows where it's still being us
-
Updated
Jul 2, 2022 - JavaScript
-
Updated
May 16, 2022 - C
-
Updated
Jun 23, 2022
-
Updated
Oct 12, 2021 - JavaScript
-
Updated
Jul 5, 2022 - Java
-
Updated
Jun 30, 2022 - C++
-
Updated
Dec 9, 2021 - Java
-
Updated
Oct 10, 2021 - JavaScript
-
Updated
Jan 10, 2022 - C++
-
Updated
Jul 6, 2022 - Python
-
Updated
Jul 2, 2022 - Java
iocli gen问题
type Test interface {
T(a int) (int64, []*int, error)
}
// +ioc:autowire=true
// +ioc:autowire:type=singleton
type TestImpl1 struct {
}
func (t *TestImpl1) T(a int) (int64, []*int, error) {
return 0, nil, nil
}
// +ioc:autowire=true
// +ioc:autowire:type=singleton
type TestImpl2 struct {
}
func (t *TestImpl2) T(a int) (int64, []*int, error) {
return 0, nil, nil
}
// +
-
Updated
Aug 29, 2018 - Jupyter Notebook
-
Updated
Jul 24, 2019
-
Updated
Jun 2, 2021 - PHP
-
Updated
Mar 31, 2022 - Java
-
Updated
Jul 4, 2022 - C
-
Updated
Nov 15, 2021 - Go
-
Updated
May 8, 2022 - Shell
-
Updated
Jul 6, 2022 - Mustache
-
Updated
May 4, 2022 - JavaScript
Improve this page
Add a description, image, and links to the annotation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the annotation topic, visit your repo's landing page and select "manage topics."
Describe the bug
When exporting a brush annotation as a PNG, the output is not mapped by the background colors specified in (Settings > Labeling Interface). In addition, when exporting as a JSON, the background colors for the attributes are not specified anywhere, leaving the values that were selected in the interface as arbitrary and as not linked to any of the outputs.
To Reproduce