Shaun
Shaun
# Description Introduces the ability to pause & resume multiple monitors. ## Type of change - User interface (UI) - New feature (non-breaking change which adds functionality) - Translation update...
Would be cool if a Kibana service could be added to a project. For reference, this is the configuration I'm using: ```yaml services: kibana: image: 'docker.elastic.co/kibana/kibana-oss:6.2.3' depends_on: - elasticsearch environment:...
Forgive me if this already exists, but I couldn't find anything relating to it. Using https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-boost.html as an example, it would be nice to be able to declare each field's...
See https://vue-use-gesture.netlify.app/docs/faq 
I feel like there is probably a more efficient way to calculate recurrences than how the library currently does it. The goal of this issue is to figure out how...
LATE EDIT: Just found https://github.com/fruux/sabre-vobject. Is a major overhaul even worth doing? From #94: - [ ] Build an iCalendar object parser specifically to extract VEVENTs. - [ ] Build...
`ArrayTransformer` currently contains too much logic. Some of it is pretty messy and can make it difficult to track down issues or add new functionality. - [ ] Refactor ArrayTransformer...
Require an iCalendar object(string) to generate occurrences. [OPEN FOR DISCUSSION, MAJOR BC BREAK]
Currently, the `Rule` class handles properties such as DTSTART, DTEND, and RDATE. `Rule` was originally intended to reflect the RFCs RRULE property, but it ended up encompassing a bit more...
Using Bower & RequireJS, I have the following directory structure: ``` vendor/ flight/ component.js .... scripts/ common.js (RequireJS config) app/ core/ component_ui/ nav_drawer.js ``` In `scripts/app/core/component_ui/nav_drawer.js`, I have `define(['flight/component'...`. Just...
Hi, Unlisted videos on Vimeo have a URL like `https://vimeo.com/919781633/1a2b3c4d5e` where 1a2b3c4d5e is what I refer to as the "privacy token". *(Note: I am unable to provide an actual unlisted...