Alexander Kachkaev

Results 463 comments of Alexander Kachkaev

Created https://github.com/remarkjs/remark/issues/528 and https://github.com/prettier/prettier/issues/9155 to see if we can fix this on the formatting front.

Hi Jo! WDYT of stopping the support of non-whitespace characters as the delimiter in litivs? See https://github.com/remarkjs/remark/issues/528#issuecomment-703297322. Doing so will include the removal of my hack in Prettier https://github.com/prettier/prettier/pull/4783 as...

React 17 has been listed as peer dependency in https://github.com/d4rkr00t/prosemirror-dev-tools/commit/adcf9688dc5f64afcd52e8f2c29b20a67ac06bd8. I guess that #110 is no longer needed.

I've noticed this too in a Next.js project. The fix was to install `@istanbuljs/nyc-config-typescript"` and then add `"extends": "@istanbuljs/nyc-config-typescript",` to `.nycrc.json`.

I was so glad to discover this repo but then felt said in just two minutes after hitting this issue too. This reminded me of a [famous monologue by Luis...

๐Ÿ‘ Itโ€™d be also cool to configure language aliases for improved feedback & autofixes. E.g. ` ```bash ` and ` ```sh `ย can be automatically replaced with ` ```shell `...

This feature seems to appear in the source code: https://github.com/AlanWalk/markdown-toc/blob/c9cddf99543ca1eb40e17b46d5bd69bb330d8d07/src/extension.ts#L27 However, writing something like this does not work ```markdown ## Table of Contents ... ``` Seems like the because of...

The website no longer works in [Firefox with HTTPS-Only Mode on](https://blog.mozilla.org/security/2020/11/17/firefox-83-introduces-https-only-mode/). ![Screenshot 2020-12-04 at 18 05 51](https://user-images.githubusercontent.com/608862/101198439-60452480-365b-11eb-980a-a1a015c91b67.png) ๐Ÿ™

@kohakukun @nihgwu it'd be so great to get ts integration merged! ๐Ÿ˜ How can I help?

I'm using weave net in a single-node k8s cluster and the server has both ipv4 and ipv6. When I launch a docker container on a port and thus bypass k8s,...