ioleo

Results 43 comments of ioleo
trafficstars

Same issue. I've got a field with value `3`. I am calling `$field.maskedMoney({ precision: 0 });`.. then, when I do `$field.maskedMoney('unmasked')[0]` it returns `0.3`. Why?

@EtienneDepaulis instead jqyery-maskmoney I used [RobinHerbots/jquery.inputmask](https://github.com/RobinHerbots/jquery.inputmask) library (for input masking) and [leongersen/wnumb](https://github.com/leongersen/wnumb) for number/money formatting.

@mtangoo I actually created my own library for this [loostro/cryptomute](https://github.com/loostro/cryptomute) - an implementation of Format Preserving Encryption based on Feistel Ciphers.

@mtangoo no, there will be none. Read on [Formart Preserving Encryption](https://en.wikipedia.org/wiki/Format-preserving_encryption#The_FPE_constructions_of_Black_and_Rogaway)

* `sbt.version=1.6.2` * Bloop version `1.4.13` * Metals VSCode extension version `1.13.0` * Java: ``` openjdk version "11.0.14.1" 2022-02-08 OpenJDK Runtime Environment 18.9 (build 11.0.14.1+1) OpenJDK 64-Bit Server VM 18.9...

When fiddling around, trying to import the build, remove caches, occasionally I don't get any logs in `Output` tab, instead a `Import project partially failed, limited functionality may work in...

For some reason switching to `sbt` as build server did not help aswell. Then I uninstalled the `java-latest-openjdk` and replaced it with `java-11-openjdk` (although in both cases `java -version` reported...

@dos65 Thanks for takeing interest in this issue. How can I use the latest version with this commit?

Added `addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.4.13-64-4e5281cb")`, switched back to bloop as build server... and now it works. Generated succesfully. Removed `addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.4.13-64-4e5281cb")` to see if the error...