theor

Results 7 issues of theor

Added an id to each entity, and the engine now keeps a map similar to the names one. We use grouped entities and needed a way to allow entity retrieval...

Hi, I did a quick test, porting the counter example to F# : https://gist.github.com/theor/0f3cbae332da0a6cdf47 Feel free to reproduce it in the lib doc/sample repo if you want. There's some boiler...

Hello, I realized that the img processing is executed multiple times per image - typically, if I add an image to a blog post, it will get processed 3 times...

… the stylesheet. This skips the lengthy 11ty rebuild and allows browsersync to reload only the css. Still inline it in build mode. ATM I use `isDevelopment` (`argv.contains("--serve"`) to toggle...

we use this appender to send exisiting log files to graylog, so we need to extract the timestamp from the log and use it instead of datetime.now.

Hi, quick question, how would you handle collections ? Let's say, a list of ToDoItems. I can't find a nice solution. Thanks !