Joe Pea

Results 958 issues of Joe Pea

I was looking at the screen shot, and I didn't see an option to make the ctrl key act like the fn key? Is there any such feature? I'd like...

My fear is that using Custom Elements in `domc` (which uses `cloneNode`) will result in errors/bugs due to certain things like JS props not being cloned to the new nodes....

Here's a small recursive example: ```js const word = S.data('John') const number = S.data(123) S.root(() => { S(() => { if (word() == 'mary') { number(number() + 1) } })...

I think it would be great if the default examples did not leak. How would the ToDo example be re-written to avoid that problem?

Is it possible to do something similar to `eval(compile(\`...\`))` but with a template tag function? For example, instead of ```jsx const div = ; ``` we could write ```js const...

How can we force a non-hyphenated prop to be set as an attribute instead of an instance variable? Is there a way?

So we can use it with `@babel/register` (f.e. in an Electron app).

If tsconfig has `"jsx": "preserve",`, meaning it won't transpile JSX, then is there a reason to have the `"jsxFactory": "Surplus"` option? Isn't that what TypeScript would use if it _did_...

https://atom.io/themes/seti-ui

Just opening this PR for @thibauts