Giter Club home page Giter Club logo

essence's Introduction

Hi ๐Ÿ‘‹, I'm Brad.

I write code and code accessories

  • ๐Ÿ”ญ Iโ€™m currently working on Luna Journal

  • ๐ŸŒฑ Iโ€™m currently learning Svelte & Machine Learning

  • ๐Ÿ‘จโ€๐Ÿ’ป All of my public projects are available at https://github.com/bradcypert

  • ๐Ÿ“ I regulary write articles on https://bradcypert.com

  • ๐Ÿ“น Youtube tutorials and more at https://www.youtube.com/bradcypert

  • ๐Ÿ’ฌ Ask me about React, Go, TypeScript, Flutter, or Svelte

  • ๐Ÿ“ซ How to reach me brad[dot]cypert[at]gmail[dot]com

Connect with me:

bradcypert bradcypert bradcypert agent404 bradcypert

Languages and Tools:

bash css3 dart docker flutter go graphql java javascript Svelte postgresql react sass typescript webpack webpack

bradcypert

essence's People

Contributors

bradcypert avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

essence's Issues

CSS Selectors should be more specific

Currently, our CSS selectors from diffing are very, very abstract. For example, diffing:

<div>
  <span></span>
</div>

against

<div>
  <h1></h1>
</div>

Will return two actions, each with selectors that look like *:nth-of-type(0) > *:nth-of-type(0).

Ideally, we'll be able to return something like div:nth-of-type(0) > span:nth-of-type(0) and div:nth-of-type(0) > h1:nth-of-type(0) instead.

Most of the changes for this will need to be made in tree_diff.dart, specifically around action generation.

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.