I hereby claim:
- I am robyoung on github.
- I am robyoung (https://keybase.io/robyoung) on keybase.
- I have a public key ASBYweXvVY0udKQyNoa22crNazq_3Rw-onOncp4SeAxdIAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| from typing import Optional | |
| import pydantic | |
| def _create_model(name, dct, annotations): | |
| return type( | |
| name, | |
| (pydantic.BaseModel,), | |
| {"__qualname__": name, "__annotations__": annotations, **dct}, |
| //! This example shows searching for recipes by providing a set of ingredients available. | |
| //! In this example I would like Fried egg to have a higher score than Egg rolls because all | |
| //! of the ingredients required for Fried egg are satisfied. | |
| use tantivy::collector::TopDocs; | |
| use tantivy::query::BooleanQuery; | |
| use tantivy::schema::*; | |
| use tantivy::{doc, Index, DocId, SegmentReader, Score}; | |
| fn main() { | |
| let mut schema_builder = Schema::builder(); |
| #!/usr/bin/env bash | |
| # | |
| # Kubectl grep | |
| # | |
| # Kubectl that replaces the target with a grep search | |
| COMMAND=$1 | |
| shift | |
| if [ "$COMMAND" = "logs" -o "$COMMAND" = "exec" ]; then | |
| RESOURCE="pods" |
| class Person(db.Model): | |
| id = db.Column(db.Integer, primary_key=True) | |
| name = db.Column(db.String) | |
| parent_id = db.Column(db.Integer, db.ForeignKey('person.id'), nullable=True) | |
| other_id = db.Column(db.Integer, db.ForeignKey('person.id'), nullable=True) | |
| house_id = db.Column(db.Integer, db.ForeignKey('house.id'), nullable=True) | |
| mouse_id = db.Column(db.Integer, db.ForeignKey('house.id'), nullable=True) | |
| parent = db.relationship( |
| ### Keybase proof | |
| I hereby claim: | |
| * I am robyoung on github. | |
| * I am robyoung (https://keybase.io/robyoung) on keybase. | |
| * I have a public key ASBNoXqt0wP5ncdlj0EdqMLK6dBaOa1Y4oRljGQHbUIggAo | |
| To claim this, I am signing this object: |
| #pulls .failed { | |
| display: none; | |
| } | |
| #pulls li:has(a[href*="artsalliancemedia/auth-service"]) { | |
| display: none; | |
| } |
| [ | |
| { | |
| "userName": "ministryofjustice", | |
| "repo": "courtfinder-search" | |
| }, | |
| { | |
| "userName": "ministryofjustice", | |
| "repo": "manchester_traffic_offences_pleas" | |
| } | |
| ] |
| Adding people on day one, then ongoing maintenance of them when people move | |
| around teams. | |
| What do people do? | |
| Can people deploy on day one? | |
| Some people do deploy on day one others do not | |
| One person, working on a very small team. We just need your github account | |
| to deploy to live. We invested a lot in the initial setup of the dev environment. | |
| - Very small team |