Chanpory Rith
Chanpory Rith
[ENDPOINT] Proposed schema change for https://openapi.etsy.com/v3/application/receipts/{receipt_id}
**Current Endpoint Schema** No ability to update the status of an order. For example, changing an order from "New" to "In progress" **Proposed Endpoint Schema** Add "status" property that can...
Repro steps: 1. Run this code: ``` var i18n = new (require('i18n-2'))({ locales: ['en'] }); i18n.__("foo"); setTimeout(function() { i18n.__("bar"); }, 30 * 1000); ``` 2. Observe that the generated `en.js`...
In Chrome 23, when opening the inspector, the CSS properties for a selected element are missing. The source file link works great and successfully open in an external editor, but...
Add Dropbox brand icon 
# Merge multiple SVG paths into single paths for outline icons Fixes issue reported here: https://github.com/tabler/tabler-icons/issues/1392 ## Summary - Merged multiple SVG paths into single paths for all icons in...