Ciro Santilli (三西猴) OurBigBook.com sponsor me: cirosantilli.com/sponsor, opinions my own 2020冠状病毒审查 ,2020郝海东 ,2018新疆改造中心,1989六四事件,1999法轮功 ,2019 996.ICU, 2018包子露宪,2015 709大抓捕,2015巴拿马文件 邓家贵,2017低端人口,2008西藏骚乱<script>alert(1)</script>

Results 388 issues of Ciro Santilli (三西猴) OurBigBook.com sponsor me: cirosantilli.com/sponsor, opinions my own 2020冠状病毒审查 ,2020郝海东 ,2018新疆改造中心,1989六四事件,1999法轮功 ,2019 996.ICU, 2018包子露宪,2015 709大抓捕,2015巴拿马文件 邓家贵,2017低端人口,2008西藏骚乱<script>alert(1)</script>

Any reason not to, currenly js only? https://cdnjs.com/libraries/tablesort Not sure how it works very well to add things there though.

help wanted

If this is intended feel free to close, but on following example the sorting also sorts the initial `th` row after clicking one or two times on the header.. I...

help wanted

For non programmers to use GitHub, there must be no CLI. Yes, there are local GitHub / Git GUI clients, but it would be way better if you didn't have...

E.g. ``` svg-utils join a.svg b.svg > c.svg svg-utils join --horizontal a.svg b.svg > c.svg ```

Also asked at: https://stackoverflow.com/questions/71320578/how-to-ignore-exclude-certain-font-formats-font-face-in-css-with-webpack Minimal repro: https://github.com/cirosantilli/cirosantilli.github.io/tree/91a9226d433ef7341fcb7e72c52f3f20ccbac42a/webpack/css-ignore-font run: ``` npm install npm run build ``` and then `dist/main.css` contains: ``` body{background-color:red}@font-face{font-family:myfont;src:url(186c338dfe7e92e66a8a.woff2) format("woff2"),url([object Object]) format("woff")} ``` Also mentioned at: https://stackoverflow.com/questions/37667444/is-there-a-way-to-ignore-a-file-type-with-webpack/39886771#comment73476806_39886771 index.html...

39e7c56d6dfaa8b8ec169608769957f93e5c4791 ``` npm install rails s ``` Seems fine, on other shell: ``` ./bin/webpack-dev-server ``` fails with: ``` The CLI moved into a separate package: webpack-cli Please install 'webpack-cli' in...

As of 7b3e714b94a6e5b9f478cb981c7f560ef3f36506 , it seems that the following sequence of events could happen: - use it for the first time for linting commits before pull request e.g. something along...

Could only find GPL mention at https://github.com/hailinzeng/Unix-Network-Programming/blob/e4b6ea5f916983693a632a7dd8a291b6690794bf/config.guess#L8 but says it is for that single file.

Input: ``` Diffy::Diff.new("a b c d e f g\n", "a B c D e F g\n").to_s(:html) ``` Output: ``` a b c d e f g a B c D...