I hereby claim:
- I am monokrome on github.
- I am monokrome (https://keybase.io/monokrome) on keybase.
- I have a public key ASAf75zfHTn9s38idtG2TbNyEW5STSEBdlbZhAp1UYJw0wo To claim this, I am signing this object:
{
"body": {
"key": {| import typing | |
| from django.db.models import Manager | |
| from django.db.models.query import QuerySet | |
| class TopicManager(Manager): | |
| def having_names(self, names: str, *, create_missing: bool = False, **create_kwargs: typing.Dict[str, typing.Any]) -> QuerySet: | |
| if not len(names): | |
| return self.none() |
I hereby claim:
{
"body": {
"key": {| #!/usr/bin/env bash | |
| # Rename this to `$vpn_state` to be more semantically useful. `$script_type` is | |
| # a really weird name. | |
| vpn_state=$script_type | |
| case $vpn_state in | |
| up) | |
| nameservers=() | |
| search=() |
| import React from 'react' | |
| import styled from 'styled-components' | |
| function flex(name, defaultValue) { | |
| return (props) => { | |
| let value = props[name] | |
| if (!value && typeof defaultValue === 'undefined') return '' | |
| if (!value) value = defaultValue | |
| return `flex-${name}: ${value};` | |
| } |
| #!/usr/bin/env node | |
| const DEFAULT_PAGINATION_SIZE = 9 | |
| const ELLIPSIS = '...' | |
| function getPagination(currentPage, numberOfPages, maxSize) { | |
| if (numberOfPages === 1) { | |
| return [1] |
I hereby claim:
To claim this, I am signing this object:
| task_name: dependencies in order | |
| things | |
| to | |
| do | |
| after | |
| other_task: dependencies different order | |
| things | |
| to | |
| do |
| conf.add_view( | |
| ) |