Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

rupertbenbrook

rupertbenbrook deleted a branch rupertbenbrook/unifios-utilities

udm-pro-max

rupertbenbrook closed a pull request on unifi-utilities/unifios-utilities
Adding install support for UniFi Dream Machine Pro Max
The UniFi Dream Machine Pro Max is essentially an updated and improved UniFi Dream Machine SE, so I just added this to the script. This has been tested on my UniFi Dream Machine Pro Max, with the o...
rupertbenbrook opened a pull request on unifi-utilities/unifios-utilities
Adding install support for UniFi Dream Machine Pro Max
The UniFi Dream Machine Pro Max is essentially an updated and improved UniFi Dream Machine SE, so I just added this to the script. This has been tested on my UniFi Dream Machine Pro Max, with the o...
rupertbenbrook pushed 1 commit to udm-pro-max rupertbenbrook/unifios-utilities
  • Adding install support for UniFi Dream Machine Pro Max The UniFi Dream Machine Pro is essentially an updated and imp... b691374

View on GitHub

rupertbenbrook created a branch on rupertbenbrook/unifios-utilities

udm-pro-max - A collection of enhancements for UnifiOS based devices

rupertbenbrook created a comment on an issue on fsprojects/Paket
I've just checked and that looks much better, thank you. ``` paket.exe --version Paket version 9.0.1+5ce3e318e789ca069a1e00c3aefa816721c73af1 ```

View on GitHub

rupertbenbrook created a comment on an issue on serilog-contrib/serilog-enrichers-clientinfo
The issue wasn't about the breaking change, it's the fact the breaking change only changed the patch version of the package, not the major version. I believe SemVer requires breaking changes to inc...

View on GitHub

rupertbenbrook closed an issue on serilog-contrib/serilog-enrichers-clientinfo
Breaking change in WithClientIp with only patch revision change
The recent update to 2.1.2 introduced a breaking change to WithClientIp, but only incremented the patch revision of the package. This breaks SemVer. The breaking change can be see here with the rem...