-
It would be nice that the daily note created when you click on the calendar included the day name. For example currently a new note is labelled YYYY-MM-DD . Could it also be ddd YYYY-MM-DD so "Friday …
-
My new problem is: I would like don't display some fields in the object, example:
My Json request is this:
{
"id": "long",
"oneClick": "boolean",
"ddd": "string",
"email": "string",
"name": …
-
Hi, one of the json request in our project contains a value something like {"test" : "
-
I have the Problem that the decimal point is no set correctly in chrom and sometimes in firefox.
At the beginning of my script i set this:
window.odometerOptions = {
format: '(.ddd),ddd',
…
-
We get a lot of questions about currency formatting, leading and trailing 0s, etc.
- How can I animate from **$000.00** to **$012.30**?
- How can I animate from **0.00** to **0.50**?
- How can I anim…
-
Hi, thanks for the great project. I'm experimenting with parsing html strings. While I probably should use `loadHTMLFragment()` instead of `loadHTML()`, but I think this is still a bug.
If I try to `…
-
### Title of the talk
Domain Driven Development in Python
### Description
As software developers, we develop many applications in day-to-day life. So writing a clean, testable, and scalable code is…
-
the types mentioned in the blue book are more of special focus types (this required special attention). DDD is not limited to those in design. For example I once used the strategy pattern along with a…
-
Consider implementing Actor model. Some of the references it as below
- https://github.com/xunilrj/akka.patterns
- https://github.com/trbngr/AkkaCqrs
- https://github.com/Horusiath/AkkaCQRS
- ht…
-
**Describe the bug**
If you use `DateTime.expandFormat("DDD", { locale: "en" })` you get `MMMM d, yyyyy` and that's correct (although why 5 `y` instead of 4?).
But when you use it with the locale…