Rich Christiansen
Rich Christiansen
**Describe the bug** If we parse the date "12/30" (e.g. `dayjs("12/30")`), dayjs uses 2001 as the default year: ```javascript dayjs("12/30").format() //Yields "2001-12-30T00:00:00-07:00" ``` **Expected behavior** The most logical and useful...
When using images with an alpha channel (e.g. transparent PNGs), the existing masking approach doesn't work quite right. The current approach assumes that `.first-overlay` will cover `.second`. When transparent images...
https://popmotion.io/learn/get-started/ states: > All examples in the green-bordered boxes are editable. I don't see any green boxes. Besides the text, "The animator’s JavaScript toolbox." at https://popmotion.io/, I don't see any...
Let's say that I'm using mockttp to proxy requests to example.local, which uses a self-signed certificate. During testing, the requests fail with HTTP code 502 and I receive the following...
Hello! The readme says: > The main motivation behind the creation of this project is to create a better alternative to Glype which at that time was extremely lacking in...
Admittedly, this could use more error checking, etc., but it was good enough for my needs. Hopefully it's useful for someone else!
The docs say we should use animation classes like `animated fadeInDown`. I couldn't get this to work even once I had included Animate.css in my project. However, I was able...
Can you share some insight into why this plugin hasn't been released to the Community yet via a Community Plugin? I see the [How to Install](https://github.com/Stardusten/ob-table-enhancer#how-to-install) section, but that doesn't...
Is the only way to insert a new row to select "Insert row below" from the context menu? I'd prefer to not have to reach for the mouse any time...
@RWAP added support for posting a status with attached media. However, his changes were based off of the 1.0 API. This pull request combines @RWAP's changes with @aaronwaldon's proposed 1.1...