Git Product home page Git Product logo

builtwithelm's Introduction

Scene from Metroid Zero Mission

builtwithelm's People

Contributors

3digitdev avatar alpacaaa avatar augustin82 avatar chrisbuttery avatar fredcy avatar grantschulte avatar iamim avatar icidasset avatar jbalboni avatar jesseilev avatar joelclermont avatar jvoigtlaender avatar ktosiek avatar leojpod avatar littlestudent avatar liubko avatar prikhi avatar puemos avatar rkrupinski avatar rl-king avatar rnons avatar robertbasden avatar sekibomazic avatar the-fool avatar thsoft avatar toastal avatar valrus avatar w0rm avatar wolfadex avatar zinggi 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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

builtwithelm's Issues

Images linger after page change

on a slow enough connection you can see old images being still shown (with new text) after changing a page. It looks like the app changes img's src instead of replacing the whole element.

identifying open source projects?

Thank you for this site.

My question: is there any way of easily identifying whether the listed projects are open source or not?

chrs

Add Tests for the Built Website

Would be cool if we could add some tests that'd make sure PRs that just add projects can be merged without breaking the site.

Something simple like:

  • projects.json is well formed
  • The image is 1000x800px
  • The image is optimized
  • ?Check projects.json for duplicate project names?

Maybe test that the Elm code compiles w/o errors or warnings while we're at it?

Add analytics

Idk anything about site analytics, and I'd also really like whatever analytics do go on the site to be as transparent as possible. If anyone knows anything about doing this I would love some advice.

The reason for this interest is that builtwithelm got a really awesome mention here today and I would have loved to see if it's gotten more folks to check out the site and consider posting their projects.

Different name?

Turns out "builtwithelm" reads as "built wit helm". Currently accepting suggestions for a different name! I'm also willing to consider different tlds within a reasonable price range.

Add pagination

builtwithelm is going to be listed on elm-lang.org! In anticipation of an increase in the number of listed projects I'd like to paginate the list 5 projects at a time in order of most recently added, i.e. page one contains the latest through fifth-latest projects to join. Let's continue to load the entire JSON list at once at startup of the app. The main purpose of this change is to keep the page weight low due to all the large images.

I would prefer that someone who is new to Elm contribute this feature, and I'll offer personal guidance to anyone that needs it ๐Ÿ˜„

Add ability to filter by Elm version

Elm seems to change quite rapidly from version to version (for example 0.17 -> 0.18). It would be great to be able to filter examples by Elm version, then one can lookup how other people uses the latest versions. Especially for beginners, this could be of great help to be able to find quickly recent examples, as the tutorials are not always complete or up to date.

Issue with Github Pages Domain?

I got this email when I pushed the latest gh-pages branch:

The page build completed successfully, but returned the following warning for the gh-pages branch:

The custom domain for your GitHub Pages site is pointed at an outdated IP address. You must update your site's DNS records if you'd like it to be available via your custom domain. For more information, see https://help.github.com/en/articles/using-a-custom-domain-with-github-pages.

For information on troubleshooting Jekyll see:
https://help.github.com/articles/troubleshooting-jekyll-builds

If you have any questions you can contact us by replying to this email.

Not sure who has control over the DNS for builtwithelm.co, maybe @lukewestby or someone in @elm-community/owners? I also can't access the "Settings" tab for this repository, probably need to be an owner or admin of this repo?

Add website -- UNLI Flight Search

  {
    "name": "UNLI Reverse Flight Search",
    "previewImageUrl": "data/images/unli_rev_flight.jpg",
    "primaryUrl": "https://unli.xyz/flights/",
    "repositoryUrl": null,
    "description": "Search flights in reverse. Made in 10 days from zero Elm experience to deployment with elm-sortable-table, kirchner/elm-selectize, and ohanhi/remotedata-http"
  },

https://i.postimg.cc/4yhGdk8V/unli-rev-flight.jpg

TODOs

  • Make an attempt at using elm-css for styles
  • Make the site responsive
  • I did a terrible job optimizing the images for the elm-lang entries, despite my own advice

Update to Elm v0.19

It would be nice to be able to use this repo as an example of a v0.19 app.

`Older` Button is Clickable When No More Search Results Exist

  1. Type tic tac into search box - or anything with only one page of search results.
  2. Scroll down past search results.
  3. Click the Older button.

After clicking the button you are brought to a blank page.

The Older button should be grayed out & clicking it should do nothing since there are no more search results to display.

Can't create pull request

I'm trying to submit an app, but I'm doing this right:

`builtwithelm mitchells$ git checkout master
Switched to branch 'master'
Your branch is up-to-date with 'origin/master'.
builtwithelm mitchells$ git merge triviascoreboard
Updating 62dc067..07cbea9
Fast-forward
data/images/trivia-scoreboard.png | Bin 0 -> 201891 bytes
data/projects.json | 7 +++++++
2 files changed, 7 insertions(+)
create mode 100644 data/images/trivia-scoreboard.png
builtwithelm mitchells$ git push
ERROR: Permission to elm-community/builtwithelm.git denied to msszczep.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.`

Help?

Fix Travis Build Configuration

Travis builds appear to be failing for the last eight pull requests.

Here is a link to a failing build that was attempted from my pull request.

The build (and several others) aborts at No Rakefile found.

I've noticed that there is no travis configuration file present in the project. Would a proper .travis.yml configuration file help to resolve this issue?

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.