-
We gonna have a Discord oriented chat with channels.
Channel type :
```ts
Channel = {
id: string;
type: "private" | "group";
users: User[];
createdAt: Date;
}
```
`users` field wil…
-
We have an X-Drive fully assembled, this will be the base of our first robot. The first step in programming this will be getting the drivetrain operational. We have a class called HolonomicDrive that …
-
**Is your feature request related to a problem? Please describe.**
Field `debug_redact` has been added around Protobuf 22 to mark sensitive fields as being sensitive. (Amusingly, this means `protoc…
-
# Summary
Moving on from issue #64 where we modified our UI elements using QTDesigner, we are ready to begin working on the UI backend. Before we start writing any new code, we should do an object or…
-
# Proposal: Better keyboard input on CalendarDatePicker
## Summary
Allow the CalendarDatePicker to be better used with the keyboard, allowing direct date input with numeric values (numbers and d…
-
Hi!
the documentation in collective.z3cform.datagridfield is add/edit form oriented. What about a common integrator that want to add a DGF field in a content type?
What I've found it works (wit…
yurj updated
6 months ago
-
### Description
On Android, there are multiple different orientation sensors: one uses magnetometer and one does not. The latter allows you to get phone's orientation relative to some fixed referen…
-
Make some use of the Core-coupled Memory in RAM.
Perhaps run critical or often run code from this RAM section or store commonly updated variables in it? Run RTOS from it? Perhaps run Extended Kalman …
-
**Is your feature request related to a problem? Please describe.**
The design system tables is fantastic with a few shortfalls for certain use cases.
- CKEDITOR Content can contain random content th…
-
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…