Gerald

Results 31 issues of Gerald

## Notable changes - Vue 2 -> Vue 3 - Webpack 4 -> Webpack 5 - PostCSS 7 -> PostCSS 8 - Dropped preCSS because it has no PostCSS 8...

Tasks: - [ ] sync settings - [ ] sync remote scripts with URLs (#929) - [ ] sync script data (#48) - [x] Google oauth2 client mode (to strip...

sync

This could be very handy when you just want to revert several lines in a history commit. I couldn't figure out how to achieve this in ungit. FYI SourceTree has...

_(Thanks for reporting an issue to nanomatch! If you haven't already read the [contributor guidelines](contributing.md), Please do that now, then procede to fill out the details below.)_ ## Please describe...

### Reproduction https://twind.run/forum-taper-stir ### Describe the bug Open the reproduction link, note that the class `top(12 md:0)` doesn't work as expected. `md:top-0` should take priority of `top-12` but it doesn't....

🐞 Bug
🛑 Abandoned

**Describe the bug** Special characters are escaped repeatedly when editing an upload. **To Reproduce** Steps to reproduce the behavior: 1. Go to https://pub.microbin.eu/ 2. Create an upload with content `Here...

* **Node Version**: node v14.14.0, npm v6.14.8 * **Platform**: Darwin * **Compiler**: Apple clang version 12.0.0 (clang-1200.0.32.2) * **Module**: robotjs (does not really matter) The document says: > Use the...

Without Asian fonts puppeteer [does not work well on some pages](https://github.com/gatsbyjs/gatsby/issues/5929). According to [document of puppeteer](https://github.com/puppeteer/puppeteer/blob/master/docs/troubleshooting.md#running-puppeteer-in-docker), we can install the fonts as root: ```sh apt-get install -y fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg...

`SortableItem.className` is discarded, is that accidental or in purpose? As a result, code below does not work: ``` js // this does not work either ``` Ref: https://github.com/jasonslyvia/react-anything-sortable/blob/4d7dbe6fee02a19a5a65980b58248d21d15b0fdf/src/SortableItemMixin.js#L99