genmeblog

Results 158 comments of genmeblog

My original solution landed in `6.103`

Yes, `join-columns` and `separate-column` are slow. I know that. These two funcitons are more general than just packing/unpacking sequence to/from column(s). `join-columns` and `separate-column` are more-less the same as `tidyr's`...

Maybe we can add additional small namespace to cover this case? I think about adding two functions: `workbook` and `sheet->dataset` + an alias in deps.edn with required dependency. Is there...

Thanks, I'm just back from a short break, so I'll take a look at it this week.

The same issue under WLS1 with Ubuntu 18.04.4 LTS while rendering into PNG file. Workaround by OP works.

I think it can be general issue not related to WSL only, it's JDK issue. I think you should see such warnings on every platform when DEBUG level is turned...

Looks like it's not related to cljplot. Here is some hint: https://github.com/dm3/clojure.java-time/issues/37 You can try also to bump java-time to 0.3.3 btw. I want to recommend to update `cljplot` (https://clojars.org/cljplot/versions/0.0.2a-SNAPSHOT)....

Rendered examples on my side (possibly buggy): Image 2 is almost the same as in the book: ![ch02b](https://github.com/RayTracing/raytracing.github.io/assets/38646601/2a2e9bfa-f350-40e7-9cce-38b9883ecc72) Image 3, after changing samples per pixels to 100: ![ch06a](https://github.com/RayTracing/raytracing.github.io/assets/38646601/ccf12990-316c-4e42-9b0b-13d9be3c2819) Image 4,...

What should be a structure of such byte array? Encoded png or jpg?