Mirko

Results 7 comments of Mirko

There is commented out code near the bottom of "unit-defs.lisp" that mentions units "oK", "oC", etc. My current goal is to document issues and bugs, along with possible workarounds. At...

I don't understand what the issue is - maybe someone can explain it: Floating point numbers carry between 6-7 digits of precision (as per [IBM page](https://www.ibm.com/support/pages/single-precision-floating-point-accuracy#:~:text=A%20single%2Dprecision%20float%20only,left%20for%20floating%20part%20precision.)). The single precision result...

Sorry, I still don't get it: ``` ; SLIME 2.26.1 CL-USER> (lisp-implementation-type) "Clozure Common Lisp" CL-USER> (lisp-implementation-version) "Version 1.12.1 (v1.12.1) LinuxX8664" CL-USER> (float 41107100000541273/100000000000 0.d0) 411071.00000541273D0 ```

I just recently experienced the same problem on macOS, and installing `gnu-tar` fixed it. Here are the details as best I recall (I was not taking notes). **Started with Emacs...

I also encountered this issue. My use case is to generate an agenda and filter by category. My agenda covers many projects, each in its own category. I thus like...

I have a similar issue. I use `_` in `bind` and get the same warning. I imported `_`, and also used `rutils:_`, and none helped. Macro-expanding, I don't see code...

> I created a package to load so that my asd is: > > ``` > :depends-on (:alexandria :py4cl2-cffi/config > :spacy-venv ;modify :py4cl2-cffi/config:*python-executable-path* > :py4cl2-cffi :float-features :jdt-utils) > ``` >...