Joe Pea

Results 1860 comments of Joe Pea

I bet it is because NixOS doesn't have a standard `/lib` folder in the root of the filesystem. And because libs aren't in a standard place in NixOS, this generic...

I looked at README on GitHub, then realized I had to clone it and run stuff. I'll just leave something here: The suggestion in https://github.com/tj/n/issues/603#issuecomment-573132830 is doable (I'd have to...

I am planning to release more decorators in `classy-solid`, and some of them will depend on constructor initialization. For example: ```js class Foo { @signal count = 123 @memo double...

I may not have analyzed my case deeply enough: maybe the constructor call is both reading and writing to the same signal property actually. In concept, maybe something like this:...

> Solid would write before update, basically blocking the prototype on future updates. This is exactly the problem Custom Element authors need to write robust code against. Custom Element authors...

What I found works for lume/element (custom elements with Solid JSX templating) is to just re-export the stuff, and it works fine: https://github.com/lume/element/blob/master/src/jsx-runtime.ts The user can then set `jsxImportSource` to...

I guess this is the "auto discover" feature. Where does it find those? (I don't have them in projects.cson)

If I remove the setting, it works. Where is it saving the projects by default? The UI doesn't show the default value: ![screen shot 2016-06-12 at 3 04 51 am](https://cloud.githubusercontent.com/assets/297678/15990547/74c29918-304a-11e6-83e4-0e80cffc5a5d.png)

For sure. So with the default `Project Home` option, where does the state get saved (open tabs, panes, cursor location, etc)?

@expipiplus1 So, do I have to map _everything_? As in ``` viml map map map map map " ... ``` I'd like just a global option that makes `command` behave...