Georg Koester

Results 7 comments of Georg Koester

# Problems are minor in light of the the advantages of proposal ## Problem 1 How to access parent data if both parent and child have a property by the...

@lazd a flatten function would not suffice. This is about a context stack where if locally a variable isn't found the next context on the stack is searched - just...

Wow awesome, I would love to see this addition. Will look into this a bit tonight.

After reading the compiler: The hardest part seems to be finding a good mechanism for the little stack crawling function.

Hi @lazd , that works awesome and is a nice simple change. I was working on switching the data variable completely to that kind of scoping and found that it...

Seeing https://github.com/lazd/DOMly/commit/06cedca071797a367030a28b0b541c9fc41b760b I am really glad that the feature adds so neatly into the codebase! I was looking into making `data` block-scoped, removing the old access mode. I was not...

Absolutely need to be able to pass asset_cache_buster: none or am I missing something?