-
# analyze legacy source code
we have legacy java code, which was for java Fx. it has core components such as security, tinyBlackbox(Klein Schwarze Box stands for Tiny Black box in english).
Therefor…
-
In order to clean up code and follow the design constraints (briefly re-iterated below and discussed extensively elsewhere), existing code will be copied class by class and method by method into new f…
-
As an MUI developer, I would like a Splitter component so I can create draggable dividers in UI regions as per the Material Design spec below.
https://material.io/design/layout/responsive-layout-grid…
-
Hi,
I see the contributing guidelines encourage general feedback and discussions here, so hopefully this is the place for this question.
This is regarding the [Bind across more than two componen…
-
Based on the following notes from discussion between Paul and Igor, document the proposed approach that we have been dicsussing in OSEP and a plan for how to build on and elaborate it in collaboration…
-
- [x] #199
- [ ] 🎨 Amount inputs should have "max amount" checkbox, it should be dynamically calculated what is the max amount an account could send, based on cost of the submitted extrinsic
- [x] #…
-
# Driver Registration/Edit Form
[Previous content remains unchanged]
## Approval Status
- [x] Product Requirements Approved
- [x] Technical Design Approved
- [x] Test Plan Approved
## Next Steps
1.…
-
### Original issue opened by:
@RogPodge
___
Based on comments left from #10748
Basically, Solvers needlessly inherit from Monobehaviors so that they can exist as components on a gameobject, even…
-
**Is your feature request related to a problem? Please describe.**
UML is a modern approach to modelling and documenting software. It is based on diagrammatic representations of software components. …
-
Seems like absolutely positioned components are ignoring the values set in `space`. Is this by design (nothing in the docs)? What is the idiomatic way to write this?
```jss
styled.div`
position: …