yvt
yvt
- [ ] Re-implement `stvg_io::CmdDecoder` with a callback-based API and see if it leads to code size reduction. - [ ] Re-implement `iterpool::intrusive_list` with minimal generic code sections. - [...
https://github.com/Foremark/Foremark/blob/bba6861418344513cdc9295550bc4e3af38572f9/app/view/sitemap.ts#L143-L164 This breaks sitemap links on a case-sensitive web server (such as the git raw preview of a certain project management service).
```markdown | Column 1 | Column 2 | |----------|----------| | A B | C D | | A B | C D | ``` #### Expected > | Column 1...
```markdown a : b c d ``` #### Expected > a > b > c > d #### Actual > a > b > c d
Blocked by [the removal of `transform` option in style-loader 1.x](https://github.com/webpack-contrib/style-loader/pull/395): https://github.com/Foremark/Foremark/blob/c480b29bd597ec2f1bbd52d6efd665910e8a0029/webpack.common.js#L24-L26