Kevin Barabash

Results 170 comments of Kevin Barabash

@wollardj I struggled trying to get this to work for a long time before I found this issue. Setting `options.include` on the `@storybook/preset-typescript` plugin did the trick. Thank you!

I think part of it is having shorter line lengths (by char count) makes it easier to ready. The ideal line length is from 45 to 75 chars. Some things...

I like this. I have a lot of half finished projects. I'd like to think that some of them might be useful/interesting to someone. I guess I should start putting...

Are you planning to support mapped types, conditional types, etc.?

@goodmind any plans to eventually add declaration merging for `declare module` eventually?

I noticed you added `GlobalThisT` in this PR. It seems independent of the declaration merging. `globalThis` seems really hard to type properly given that it can have different properties depending...

This feels like something that should be done as an extension, similar to our `mhchem` support.

They feel roughly the same cost. If we don't add real glyphs we still need to add fake metrics similar to what we do for Cyrillic.

@jbaayen there's been some work to render to canvas, see https://github.com/Khan/KaTeX/pull/251. Rendering to other targets is not a huge priority. We have discussed providing some sort of intermediate representation to...