Jon Drews
Jon Drews
Here's the proposal for adding quic to core go: https://github.com/golang/go/issues/58547 And the draft API: https://go-review.googlesource.com/c/net/+/468575 Very exciting!
Lots of great progress on adding quic to core go. More to do, but it's shaping up in go/net master branch already! https://go.googlesource.com/net/+/refs/heads/master/internal/quic/ https://go-review.googlesource.com/c/net/+/468402/4
Seconding this issue. And congratulations!
@pikim Thank you for trying out this PR and for the feedback. I'll push some updates here over the next few days.
Ah and about passing in a start and end date, I thought that was more flexible in case someone wanted the total over the past week or month. It'd be...
@pikim I've made updates to allow for selecting the `bowl_index` as well as documenting how a user requests a "per day" pet food consumption report. If you can try it...
@pikim I have incorporated your changes to this PR to enable returning an array of pet food consumption per bowl.
@magicmega Thanks! It is hard to understand what is a feeding vs a refill. I'd welcome a code review with improvements to the pet food consumption algorithm!
Thanks @rp- for the patch! Looking forward to a fix in the patternfly 5.0.0 release! I got this patch working in a windows dev environment with [shx](https://github.com/shelljs/shx) via the following...
Here's an updated `patch-patternfly` to account for the changes from react-core 4.276.8 to 4.276.9 ``` "patch-patternfly": "shx sed -i 's/..\\/..\\/assets\\//\\/node_modules\\/@patternfly\\/react-styles\\/css\\/assets\\//g' node_modules/@patternfly/react-styles/css/components/BackgroundImage/background-image.css node_modules/@patternfly/react-styles/css/components/AboutModalBox/about-modal-box.css node_modules/@patternfly/react-styles/css/components/FormControl/form-control.css node_modules/@patternfly/react-core/node_modules/@patternfly/react-styles/css/components/BackgroundImage/background-image.css node_modules/@patternfly/react-core/node_modules/@patternfly/react-styles/css/components/AboutModalBox/about-modal-box.css node_modules/@patternfly/react-core/node_modules/@patternfly/react-styles/css/components/FormControl/form-control.css node_modules/@patternfly/react-core/node_modules/@patternfly/react-styles/css/components/AboutModalBox/about-modal-box.css" ```