William McMurray

Results 16 comments of William McMurray

@drcmda life would be very boring if everything where super-polished, cohesive and readily usable... there would be nothing left to fix and improve ! 😄

For those stumbling upon this, I've found this online tool : http://html5gamepad.com/ that lets you see which buttons are pressed on your USB controller ! Very useful when setting bindings...

This worked for me: ```js import SimplePeer from 'simple-peer/simplepeer.min.js' ```

Some people have also [proposed their help](https://github.com/charliekassel/vuejs-datepicker/issues/679) as co-maintainers, but the author is apparently thinking about it since [february 2019](https://github.com/charliekassel/vuejs-datepicker/issues/679#issuecomment-463611830)... :hourglass_flowing_sand: I totally understand that a person don't have time...

Yes ! I want this feature please :slightly_smiling_face: It doesn't have to be complicated, adding a method : ```js router.replaceView(my404PageComponent); ``` would be just fine (in my humble opinion).

@mspanc run `nvcc --help` and check what it says about the `--gpu-architecture` parameter. It lists the available value for this option, mine is : ``` 'compute_20','compute_30','compute_32', 'compute_35','compute_37','compute_50','compute_52','compute_53','compute_60', 'compute_61','compute_62','sm_20','sm_21','sm_30','sm_32','sm_35','sm_37', 'sm_50','sm_52','sm_53','sm_60','sm_61','sm_62' ```