Results 16 issues of Jeff Willette

formatting should be up to the alerter, so the error should store things as agnostically as possible and leave the formatting for the sender of the message. - emails should...

Currently if there is a CPU spike, it will send an alert, then a recovery alert, and then another alert if there is an intermittent spike. I think there should...

I am just getting started with converting my gatsby site to typescript and it looks like `apollo-cli` can generate all the interfaces for the page queries so you don't have...

Hi. Thanks for keeping everything updated here. I noticed there are some differences between the SNGP implementation here and what is described in the paper which leaves a few questions...

I am a bit confused on what I should do with `BuildsFrom` since the docs seem to say that I can put a raw type identifier in there... #### DOCS...

I have a model with a HasOne relationship like this... ``` Model("Avatar", func() { Description("Avatar that will display by their name and profile") Field("id", gorma.Integer, func() { PrimaryKey() }) Field("url",...

Hi. Thanks for publishing this. I have always had a really hard time reproducing the results of the MAML paper and I have to get to the bottom of it...

I couldn't many implementations for KFACLaplace so I was implementing it from your baseline in this repo. I noticed a few things about the handling of batchnorm that I am...

Hi I am using material-ui `^1.0.0-beta.34` and I can't seem to get the styles applied in gatsby... gatsby-config.js ``` { resolve: 'gatsby-plugin-material-ui', options: { pathToTheme: 'src/mui-theme' } }, ``` mui-theme.js...

## 🐛 Bug `aim up` hangs forever without starting the server. This happened after a server crash while aim was running. I think nothing was being written during the crash,...

type / bug
help wanted