genmeblog

Results 88 comments of genmeblog

Ideas? Sure! Maybe just add another key to `formatter`, ie `:locale` with value accepted by `java.util.Locale`. And it could be called `(formatter "MMM d yyyy" {:locale "en"}`. Do you accept...

I opt for configuration map. I would implement two additional options: locale and time-zone. `Locale` can be `Locale` object itself, `String` (language) or sequence of strings (language, country, variant). Optionally:...

Hi again, would you mind if I take out parser itself and publish as separate library?

Thanks for the answer. Actually I thought again about this and since parser is public I can use Marginalia, especially when my generator contains just 2 short functions.

General observation: starting from Chapter 6 and 8 it is hard to follow the changes in the code.

Fixing shadow acne solves this problem but is introduced later in the book (listing 43)

Ah, I mixed two issues, sorry for that. uv sphere texturing is indeed in the right order, but lambertian material change should go earlier. Lambertian material is changed in the...

Depends which script. Some of them have such ability, search for batch processing which can be run with 'b' key.

I don't know why `commons-logging` is there. The only dependency should be `org.clojure/tools.logging` which requires your own configuration of logging system. I'll check it soon.

The java logging system is awful. As the library author I shouldn't force logging backend. User should choose it and configure it properly. `tools-logging` just creates api and looks for...