Git Product home page Git Product logo

scripts's People

Contributors

giuliolunati avatar rebolek avatar rgchris avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

scripts's Issues

Information loss for empty tags

Both [<t/>] and [<t></t>] produce same output, [ <t> _ ]. IMO first case should result in [ <t/> _ ]. (But a first attempt gave troubles in to-path)

ALSO is changed in Ren/C...

... so must redefined by hand:

also: func [x [<opt> any-value!] y [<opt> any-value!]] [:x]

Or use new syntax: ALSO-DO or AFTER

Pass comments through the CSSR dialect so they appear in the CSS

I begrudgingly started getting Draem's default CSS into semi-tolerable organizational shape (any feedback appreciated, live site).

Next step was to consider the integration of CSSR into Draem. So I started looking into it.

There are a number of questions I have. But one criterion that emerged from the get-go about a CSS abstraction layer was to recognize the reality that CSS is a nuisance, and one often needs to "debug" at the level the browser understands. This is also the level at which most questions will be asked--since it is not realistic to expect people on StackOverflow to know CSSR at this point in time.

Hence I believe the ability to pass-through comments from the CSSR source level such that they show up in the relevant CSS locations is crucial. If I cannot get comments to somehow "pass through" to the output layer (when not generating minified output) then it would be a problem in seeking help or debugging.

There is opportunity here, I think. In a CSS layer capable of computation, the comments should preserve the source expression. So if in CSSR you could somehow express a value as foo - bar and get 10px, then at the evaluation site you could get property: 10px; /* foo - bar */

But I think a nice generalized documentation format that boiled down into CSS documentation (if needed) would be very helpful.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.