Nathaniel

Results 54 comments of Nathaniel

For reference, I'm seeding in my test's `init()` function: https://github.com/humanmade/go-anonymize-mysqldump/blob/c691faa1acf4a2cea64c0dd99dfabe7394bab31e/anonymize-mysqldump_test.go#L41

If it helps at all, my desire is to be able to do something like this: ``` js {{#each page.widgets}} {{dynamicPartial this.partial this}} {{/each}} ```

Nope! It's set to run from the Dock. On Tuesday, August 13, 2013 at 1:53 PM, bdkjones wrote: > Do you have CodeKit set to run from the menubar rather...

I'll give that a shot! On Tuesday, August 13, 2013 at 1:57 PM, bdkjones wrote: > Very weird. I don't have an answer. I know many people do this and...

> One generic thing that would be good is nested controls. I would also be interested in adding controls for args with nested properties.

For further example, I've put together another way to demonstrate how it _should_ be behaving: [process-test.zip](https://github.com/nklayman/vue-cli-plugin-electron-builder/files/6535987/process-test.zip) - Download, unzip, cd into the directory - `npm install` - `node .` -...

Noting for future readers: I haven't been able to figure out _why_, but I _think_ this plugin can't map when something else exists at the beginning of the map. That's...