Skip to content
#

counter

Here are 649 public repositories matching this topic...

dandv
dandv commented Apr 15, 2020

Thanks for the solution to #83! I'm using that to add autoincrementing fields to two collections:

@plugin(AutoIncrement, { inc_field: 'fooId', start_seq: 200 })
export class Foo extends defaultClasses.TimeStamps {
  ...
}

// In another file
@plugin(AutoIncrement, { inc_field: 'barId', start_seq: 500 })
export class Bar extends defaultClasses.TimeStamps {
  ...
}

I've en

joshwcomeau
joshwcomeau commented Jan 28, 2018

This component mimics a "seven-segment display": https://en.wikipedia.org/wiki/Seven-segment_display

I chose a simple implementation at first: each segment is exactly the same shape and size, and I'm just rotating them around.

Unfortunately, this means the end result isn't as legible as it could be, especially with thicker segments. Compare this component to another seven-segment display usi

A demo for the ReactJS Tampa Bay meetup showing how to build a React+Redux-like architecture from scratch using Inferno, Most.js, reactive programmning, and various functional programming tools & techniques

  • Updated Feb 2, 2018
  • JavaScript

Improve this page

Add a description, image, and links to the counter topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the counter topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.