Giter Site home page Giter Site logo

seagull's People

Contributors

ondraftw avatar shurizzle 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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  avatar

seagull's Issues

After making this accept the latest elixir, it failes to compile the demos

I forked this and removed the restriction on the elixir version (so it would run on master). After doing that, ti fails to compile the demos. It's related to some macro expansion stuff that I couldn't quite follow. I managed to tweak define_line/3 to look like this:

  defp define_line({:from, _, [[pid: pid], [do: {:from, _, [[widget: widget, do: [{:"->", _, list}]]]}]]}, acc) do
        add_pid_and_widget(list, [pid: pid, widget: widget])++acc
  end

The change in the arguments seemed to be due to changes in macro-related things in elixir. However, after doing that I got failures from add_pid_and_widget that I can't reconcile :-\ Was hoping you could help me figure it out.

I want to do an episode on http://elixirsips.com re: using this library to build an elixir-based gui, but can't until I can get it working. If you don't have time, I was going to fork it and try to figure it out, but it'll inevitably take me a while. For what it's worth, building a GUI works fine, but receiving events is where the failures are.

Anyway, thanks for the library - it looks pretty nice, if I could get it to work :-\

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.