Broch Stilley

Results 9 comments of Broch Stilley

Simply my opinion, but I could imagine something similar to this to be fairly agreeable for most: ``` // This would mostly likely be defined by Crank type ComponentArgs =...

While creating a "React without dom diffing" library, I've found it VERY helpful to not use a `this` bind at all, and instead pass all things into the function. FWIW...

@canvasplay Thank you for working on this! Would it be possible to add an escape for `.`? I use a CSS class utility lib that is similar to tailwind, and...

@linas Thanks for the response. For my use, basically determining a `touch "Something Here"`, the text capitalization is not too relevant, and everything within the two double parentheses should be...

I am seeing this Problem on Chrome (95.0.4638.69). Looks like the first escape button click clears the focus of the text field, and the second click clears the command panel.

I would like more granular control over what function the JSX is compiled to. ``` /** @jsx myImageFunc img*/ import React from "react" import myImageFunc from "./somewhere" SomeClass extends React.Component...

Thanks for trying this out! This looks like it's ESM related. At the moment I'm in the process of moving, so not able to debug this, but you can try...

@christianalfoni Thanks for letting us know about this. Something seems a little odd with the path data that is on the heroicon svgs. Will take a look.

> I think your library is not built to be used in non-browser environments. This is correct, as the library uses a number of DOM APIs (such as DOMParser). It...