-
For this please refer to the CodeNotes file that you had sent me, underneath the operator control section.
1) I have yet to implement a manual click set, but I see the necessity of such a function.
…
-
Hi, I have a question. For motors defined by EpicsMotor, how can I get its encoder value (if it has encoder)? From Epics, these value is associated with extension of .DRBV and .RRBV.
Specifically…
-
I'm creating a custom view for my form controls as a child of boostrap-edit. I'd like to call the parent view's `control` callback before performing some additional logic, but can't figure out a way t…
-
**Describe the bug**
Scalar fields in data oriented class are not released.
**To Reproduce**
The following code uses objgraph to track uncollected objects. Even if I added `ti.init` before `g…
-
**What are you trying to achieve?**
Many languages support a concept of a chained exception. For instance, JavaScript has [`Error.cause`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Ref…
-
This ticket aims to introduce comprehensive support for object-oriented programming (OOP) in HtmlGo. The goal is to enhance the language with essential OOP concepts, such as classes, objects, inherita…
-
# How would you like the feature to work?
It's would be using an Quick UDP Internet Connections Instead an TCP. QUIC is a transport layer network protocol which uses user space congestion control ove…
-
From gameplay point of view, monsters have a few spots where they could be improved to make them more interesting or challenging to fight.
- [ ] Monsters have little to no coordination. Most of the…
-
### Actions before raising this issue
- [X] I searched the existing issues and did not find anything similar.
- [X] I read/searched [the docs](https://github.com/cvat-ai/cvat/tree/master#documentatio…
-
有一些时候 角色并不是很好的选择。
如:我想针对每个前端按钮进行权限控制。
针对某一个用户做权限控制,而不影响到其他相同的权限。
同时第二个想法:
是否可以侵入到响应模型字段,比如admin角色下展示用户的明文密码,审计员则不展示用户的密码,用户自己展示自己的加密密码。