heapwolf

Results 120 comments of heapwolf

success! I will capture `ls /sys/bus/acpi/devices` and `ls /sys/bus/platform/devices` next.

And for mine... ``` user@linux:~$ ls /sys/bus/acpi/devices/ ACPI000C:00 device:16 device:2e device:46 device:5e device:76 device:8e INT3407:00 LNXPOWER:03 MSHW0125:00 ACPI000E:00 device:17 device:2f device:47 device:5f device:77 device:8f INT3455:00 LNXPOWER:04 MSHW0153:00 device:00 device:18 device:30...

@qzed correct assumption. acpidump gisted [here](https://gist.githubusercontent.com/heapwolf/15f6ddb5ee996ce5d47d74f666880624/raw/dd8de1d0b5e550c313f8221f32d77435d78ba6cd/gistfile1.txt).

https://github.com/Homebrew/brew/blob/master/docs/Formula-Cookbook.md#grab-the-url

I like this idea actually (more than setting the encoding, for this use case). Maybe we could take this a step further and print the hex value, ie: ``` >getbin...

@vi excellent point. any specific ideas on what we could do? Also, totally open to PRs on this.

I never added slots because you don't need them. it's a concept that no one needs to learn with tonic if they understand javascript string literals. ```js render () {...

What you're looking for is `this.elements` ([here is an example](https://codepen.io/heapwolf/pen/eYEERMR?editors=1010)). We picked another property name so we could leave `this.children` alone. I think React uses `this.children` though, maybe this is...

ok agreed, the docs could definitely use a mention about this :)