Max

Results 7 issues of Max

I have a following function config in `serverless.yml` ```yaml functions: create-account: handler: createAccount events: - http: create-account ``` Yet when the deployment runs, I get: ``` Deployed functions create-account https://us-central1-gcfteststuff.cloudfunctions.net/createAccount...

bug
help wanted

### Expected Behavior Electron app using Webpack builds successfully ### Actual Behavior Running `electron-builder` fails because of `jsonlint` dependency, which has a dependency on `JSV` which has broken `"dependencies"` field...

Currently if you've installed the app but not logged in (or logged out), shared group data will be empty and Today extension will fail, displaying Apple's standard "Unable to load"...

good first issue
swift

Running electron-builder fails in projects that have `jsonlint` dependency, because `jsonlint` depends on [JSV](https://npm.im/JSV) which has broken "dependencies" field causing electron-builder to freak out and crash. JSV hasn't been updated...

I ran training on this model with Cog on a 1xA100 instance and 8xA100 instance and got essentially the same performance. Is the container utilizing all available GPUs? cc @chenxwh

Say I'm running custom functions on data before/after validation. I.e. if input validates as email I make an API request to see if it's already in use, and if it...