Avindra Goolcharan
Avindra Goolcharan
I started the bootstrap redesign branch. Have a look at let me know what you think so far: https://github.com/avindra/ipxe-buildweb/commit/fb45d4c46eab8329fb6b26edbc9d844fa6a2fb23 edit: btw, I couldn't test much with the PHP stuff. I...
Check out the latest changes, if you like I'll make a PR
@sunweaver Github allows you to: * Auto squash commits upon merging * Change the commit message before merging. without having the original author (@slashblog) getting involved.
I was surprised by the "update" notification. It would be nice to have a way to disable completely this feature (i.e., at build time, not via a configuration setting).
Sharing finding from the other thread here: this game used DirectX 8 before the 1.31 patch: https://github.com/doitsujin/dxvk/issues/1808#issuecomment-734039255 Also the game's OpenGL backend is as raggedy as it was since the...
Looks like this is still a problem, reopened issue for visibility.
I think it's safe to infer this may be a `react-smooth` issue, so I opened an issue against that repo: https://github.com/recharts/react-smooth/issues/44
You probably have to update to the react router v6 alpha as well, as the v5 is explicity specifying v4 history in its dependencies. More likely than not, you will...
Duplicate of #804 and #803
There is: * an issue for addressing React 16+ support (https://github.com/react-csv/react-csv/issues/182) * a PR open for using a supported class lifecycle method (https://github.com/react-csv/react-csv/pull/195 ) Simply converting `CWRP` -> `componentDidUpdate` doesn't...