Results 21 issues of Max Battcher

**Description / Use Case for a Feature** It would be cool to have log functions that can be used as [Tagged Template Strings](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#tagged_templates). Template strings are a very useful way...

enhancement

**Description / Use Case for a Feature** Let's say that I store a bunch of `LogObj` to a file as (stringified) JSON. At some point I need a quick and...

enhancement

Would it make sense to include some basic low level JSX infrastructure in DOM lib generation? There's certainly a direct correlation between DOM types and JSX "Intrinsic Element" types in...

It would be useful if this project included a JSON.NET `JsonConverter` at the top level that could just be used with a `[JsonConverter()]` attribute: https://www.newtonsoft.com/json/help/html/JsonConverterAttributeClass.htm Ideally, I should be able...

It appears that this has gotten out of sync with recent changes to virtual-dom: this is producing `tag` keys, but virtual-dom seems to want `tagName` now. Perhaps this should instead...

Attempted to use a Jade mixin and it fails in jade-virtualdom for lack of a `visitMixin` function.

I'd like to contribute typescript definitions for your library, if you are interested, and I would be happy to help maintain them in that case. Feel free to say no,...

You can see in the Subentry schematic where it checks for the project flag, but equivalent code is lacking in the Library Split schematic.

Commenting as issue again because Markdown is a bit easier for a quick chat than markup in a PR. Aside: Have you considered [Giscus](https://giscus.app)? I think that tenet is the...

Regarding: https://blog.ploeh.dk/2023/11/14/cc-golf/ (Sorry, the comment formatting seemed a bit much for me to figure out just for this quick note.) > If there's a general API in .NET that corresponds...