-
Hi,
I find the [microblog document](https://fedify.dev/tutorial/microblog) has some notes about `Recently, cloud edge functions like Cloudflare Workers have also gained popularity as JavaScript run…
-
NumberValue is hard (impossible?) to implement correctly for rational numbers because of `Comparable`
Let me explain:
Let's suppose you are implementing your own `NumberValue` class for rational n…
-
Hi,
I've wrote simple JMH Benchmark, where i do some basic mathematical operations such as Sum, Subtraction, multiply.
As a baseline comparison, I have used Long & BigDecimal.
As is it obvious f…
-
The author of Microservice Architecture Patterns, @cer has given a presentation on Event Sourcing with a Money Transfer application example: https://plainoldobjects.com/presentations/building-and-depl…
keilw updated
7 years ago
-
Let's introduce `jcabi-cash` with `com.jcabi.cash.Cash` class for multi-currency monetary values:
``` java
Cash cash = new Cash("USD 120.50")
.precision(3) // three digits after dot, instead of def…
-
```
Now that the Java Money (JSR 354) API Backport is available and should support
Android / Java 6, it should be possible to modify the bitcoinj Monetary classes
to be more compatible with this imp…
-
When generating the npm package dependencies are not copied to the package.json resulting in an error when running the script.
Error:
```
[dnt] Transforming...
[dnt] Running npm install...
ad…
-
I've created a small test which is failing in current `master/HEAD` and in 1.3 version for `RoundedMoney` but passing for `Money` (if adopted)
```
@Test
public void testMultiplyDivideChain() {…
-
@hiddewie Thank you for the library. Any interest in supporting a default monetary type, for situations when there are modules that do not have moneta dependency ? Something along the lines (implemen…
-
Running JBake natively through a batch or similar script, you end up with baked HTML files localized for the system's language. Thus, if you run it on a French or German OS locale sensitive items, esp…
keilw updated
9 years ago