-
Finally found a simple example of DDD that's understandable. Was looking at other examples and they made it complex, but here everything is clear, working with books CRUD. Don't know why others don't …
-
### Summary
Currently when displaying the date using the Date Picker component there is no way to display the current day of the year (Julian Date). Previously in MUI Labs v5 you could use inputForma…
-
I'm coming from [this comment in a notepad++ issue](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/15792#issuecomment-2481280575). Writing here the text for convenience:
There's stil…
-
## Summary
Conduct research to determine whether our product requires a new date range picker component or if enhancing our current components with better, more contextual examples will meet the team…
-
# Step 1/2 - Add User Screen Frontend (FE)
#### Estimated time: 2 hours
Now, we need an Add User Screen so we can... well... add new user users into our app. 😑
Add a button on your users list to nav…
-
for example:
input:
main-cobra import -i aaa -c ddd
output
import -i aaa -c ddd
-
In the same way we have a tutorial for [REM+ZNE](https://mitiq.readthedocs.io/en/latest/examples/combine_rem_zne.html) and one for [DDD+ZNE](https://mitiq.readthedocs.io/en/latest/examples/combine_ddd…
-
**Description**
Some simple types are not generated under given circumstances. The original XSD is not created by me, but is i understand, is old and widely used.
I have no clue of XML, but …
-
**Describe the bug**
Daily note file is not being detected correctly.
**To Reproduce**
Steps to reproduce the behavior:
1. Setup daily notes with date format `YYYY/[Daily]/MM-MMM/DD-ddd`
2. Gen…
-
this is especially useful in SQL for code like
```
SELECT xxx as X
, bbb as A
, aaa as B
```
If I select two rows, I want it to be sorted as A,B, but default is B,A as is sorts aaa,bb…