Giter Site home page Giter Site logo

skibz / hnlists Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 0.0 31 KB

hacker news browser extension for /lists

License: MIT License

Makefile 7.30% JavaScript 92.70%
browser-extension chrome-extension firefox-addon firefox-extension hacker-news webextensions

hnlists's Introduction

htp

hnlists's People

Contributors

skibz avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

hnlists's Issues

interacting with input[type=date] dialog fires unexpected onchange event

  • in chrome the change event only gets emitted once return is pressed, or when focus is lost
  • this bug causes immediate and undesired page navigations
  • we can solve this lazily by debouncing/throttling the change event
  • we can solve this rigorously by listening for focus/blur/return keypress and checking whether the value changed

makefile won't build for all targets of zip recipe

this line of the makefile used to be

hnlists-firefox.zip hnlists-chrome: *.js *.png

and i had this faulty assumption that the recipe would be run for every target, but it always results in only the first target being built.

simplest solution to fixing this is to make separate recipes for each browser, and then a phony "all" target or whatever that gets executed with make all.

what i really want, though, is to have one recipe for all browser targets with which a single make command may be issued.

but ultimately, as soon as firefox begins to supports manifest v3, all of this will cease to be an issue as that's actually the only reason there are different zips being built per browser to begin with...

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.