Derek Ziemba

Results 13 comments of Derek Ziemba

@felendaren You linked to the 32bit version. ## Workaround for 'Null parameter 'uriString' when installing BFGMiner' 1. Download correct BFGMiner (64bit or 32bit) from http://bfgminer.org/ 2. Go to wherever MultiMiner...

This is pretty trivial. I don't think it would be very beneficial to add it to this repo. If you want to implement it in your code, this should get...

In the player.currentResolution function find these lines: ``` // Change player source and wait for loadeddata event, then play video // loadedmetadata doesn't work right now for flash. // Probably...

I decided to put in a pull request: https://github.com/kmoskwiak/videojs-resolution-switcher/pull/81 Here's my fork: https://github.com/DerekZiemba/videojs-resolution-switcher/tree/master/lib I ran auto format on it which converted the spaces to tabs, so GitHub highlights the whole...

In the player.currentResolution function find these lines: ``` // Change player source and wait for loadeddata event, then play video // loadedmetadata doesn't work right now for flash. // Probably...

This also annoys me greatly. So I created https://github.com/DerekZiemba/yarn-V2-workspaces-simple-monorepo/blob/classic/build/yarn-install-flat.js Should be able to drop that file in anywhere. It auto-installs dependencies globally such as `yarn, `semver`, and `node-pty`. So not...

I'd sure make use of it if it was documented and supported. Besides the changelog, there's really no documentation about it.

That sure seems promising & I was disappointed to see the lack of support. Then I realized bun doesn't support windows... Are there any other all-in-one toolkits for both JS...

Thanks for taking the time to do this! You cleared up a ton! About the buggy-ness, I feel I may have been to harsh there as most of the bugs...

Ran into another problem today as I tried to take what I learned from doing this repo to an actual project. I believe it's a hoisting issue. Does Yarn2 have...