Oleg Isonen

Results 500 comments of Oleg Isonen

and yes transformation approach from string format to json dsl would be possible however not sure how to mark those things. JSX is clearly easier to define as what you...

Transformation could be a next step but JSON DSL first ...

Then its very strict forward: - slalom works with JSON only - separate project for JSON DSL spec - separate project which can transform string format to the JSON

Maybe yes ... still kinda liking more JSON syntax. Its basically writing constraints using javascript vs. some custom query language.

Could be for sure 2 separate approaches and we will see which one wins. Both JSON DSL and string based can convert to code. Both can be implemented independent.

A note right inside of that demo is also required to stop this bug reports popping out.

my issue was, that connection was used before it is ready, after I started to use a callback it stoped throw errors. I suppose queries will not be queued until...

This is a complete rewrite. I don't even know how to review this. The idea of that minimalistic parser wasn't to support all html possibilities, but rather a small subset...

If you want a full html-parser I would suggest to look at some high quality solutions, they will by slower by factor 20 but at least with less bugs. Parsing...