-
## Release Checklist
- [ ] [OWNERS](https://github.com/kubernetes-sigs/kueue/blob/main/OWNERS) must LGTM the release proposal.
At least two for minor or major releases. At least one for a patch …
-
When using the debugger during a call with `shippo.transaction.create({{PAYLOAD}})`, the request seems to fire twice. The first time with a valid payload describing the response, and the second payloa…
-
I have this situation:
``` python
class LocationSerializer(serializers.Serializer):
country = serializers.CharField(min_length=2, max_length=2)
city = serializers.CharField(max_length=200)
…
-
Why don't we have a project that does every features on the tensorflow?
- tf-record
- data augmentation
- training (later on hypterparameter-optimization)
- monitoring training with tensorboar…
-
This is something I'd been thinking about before joining. A state/status object feels extensible and more descriptive. I'd also argue that the deleted state is valid as you might want to capture _why_…
-
## Create a list of errors/exceptions/failure points for validation and design handling for each
### API Errors:
- [ ] FEE SUMMARY
- pay API failures *always show the name of the filing with 0 do…
-
So recently my integration's update description stop working. now when I try to update the description I get a "RubyBox::ItemNameInUse: Item with the same name already exists" I will take a look and s…
-
User can sign up
-
- [x] `test.request.body` should be object when `Content-Type` is `application/json`
- [ ] Should not display pending test if invoke abao with `--hook-only`
- [x] Should give a warning if `Content-Typ…
-
explain these controllers for me const User = require('../models/User')
const Note = require('../models/Note')
const asyncHandler = require('express-async-handler')
const bcrypt = require('bcrypt')…