Cory Mawhorter

Results 24 issues of Cory Mawhorter

I'm using FF 3.5.7. I'm not sure if this bug is unique to my browser/setup or not. To reproduce: emile( el, 'margin-top:120px;', {duration:150, after:function() { console.log('here'); }} ); "here" is...

I put this together a while ago for my personal use and have been using it since without issue. Seems to work as well as it did before. Summary of...

I just submitted a PR that refactored a lot and rewrote some #15. I use (my fork of) cwtail all over and wanted to see if you'd be interested in...

with these lines, `this` is an instance of Sortable. https://github.com/SortableJS/Sortable/blob/daaefedad3c59204edfdbb27706e1447e6eb41d8/src/Sortable.js#L432-L433 i believe it's supposed to be: ```js on(el, 'dragover', this._onDragOver.bind(this)); on(el, 'dragenter', this._onDragOver.bind(this)); ``` this can sometimes lead to [this...

I'm trying to add rounding to only the start and end edge of the range, which works great: ![image](https://user-images.githubusercontent.com/142338/155217953-d2ac3a9d-d473-4e3d-acb9-1906c53004bc.png) and if the range spans multiple months, i render a muted...

I took a look and didn't see any obvious issue with making this a configurable option for Router that defaults to http.methods. Would you be open to a pr?

enhancement

**Suggestion:** Doc sidebar menu should not scroll with page. **Reason:** There is a lot of jumping around between and this makes me lose my place. **Suggestion:** Combine these four categories...

I left a comment on Semantic-Org/Semantic-UI#1357 before I noticed the docs repo. Can the docs on Sticky be updated to include a prominent warning/note that it doesn't work with ``...

### General information * SDK/Library version: 1.27.0 * Environment: Sandbox * Browser and OS Chrome/mac ### Issue description While entering credit card for an anonymous customer, paymentMethodRequestable event is firing...

v2

### General information * SDK/Library version: 1.27.0 * Environment: Sandbox * Browser and Chrome/mac ### Issue description Please split up `async braintree.dropin.create()` into `async initialize()` and a sync `mount()`. That...

v2