Borek Bernard

Results 244 comments of Borek Bernard

I'm setting up Markdown formatting & linting for a project after a while and have the following observations related to this: I tried going with the default 2-space indentation but...

Thanks for the reply, I've tried the [Copy Rich Link](https://chromewebstore.google.com/detail/copy-rich-link/hikiamlgpdcabppakpmemaofmkgknpea) extension which doesn't support some nice features that this extension does but it does successfully copy the current page to...

For reference, ways to deal with this (pick your poison): ```ts // Overloads in external-library.d.ts function someFunction(a: string): string; function someFunction(a: number): string; ``` ```ts // Wrapper that accepts union...

If I was doing this manually, I'd probably copy each snippet to a new file with the correct extension and then run "Format document" on it. For example, a ```js...