Skip to content
#

developer-tools

Here are 207 public repositories matching this topic...

iamnewton
iamnewton commented Feb 21, 2017

I think the work you've done on this is amazing. Seems like a great project, but your README is a bit bloated and hard to decipher. Might I suggest you condense it down into a set of readable chunks and maybe link off to the wiki for the more detailed bits.

Its only my opinion, but I find that answering the following questions, in order, helps to simplify docs.

  • who? - who wrote the p
dvc
shervinsahba
shervinsahba commented Oct 29, 2019

On the default settings, each segment is padded on either end by a space " ". This adds visual appeal and clarity. On the other hand, it adds two characters per segment. It'd be nice to customize this option for users who want powerline to span fewer characters.

Would a left_pad and right_pad option be useful?

(PS. This project is awesome. Thanks!)

SKalt
SKalt commented Jan 16, 2020

Would you be interested in using mypy to validate PEP 484 type annotations as a part of migra's CI? If so, what syntax would you find acceptable? There's:

  1. My first choice, python 3.5+ native syntax:
from typing import Union
def foo(a: str, b: int) -> Union[int, str]:
    return b if b else a
  1. the other option, python 2.7+ inl
chmike
chmike commented Nov 1, 2016

I'm trying to display the modifications in the last commit. To de so I'm trying to use gl history.

The verbose option provides a nice display of changes.
Unfortunately the -l (limit) option is apparently limited.

It seam that it always start counting history from the first commit. I couldn't find how to display the history starting from a specific commit, or HEAD - x commits.
An op

Yarn
Yarn commented Jan 22, 2020
  • aiohttp-devtools version:0.13.1
  • aiohttp version:3.6.2
  • python version:3.7.6
  • Platform:MacOS 10.15.2

Issue Summary

Cleanup contexts aren't run to completion when exiting adev runserver with ctrl-c. They are run correctly when the server is reloaded after a code change.

Steps to reproduce

Run the following server with adev runserver then exit it with ctrl

rhs
rhs commented Nov 4, 2018

Kubernaut curl API:

Claim a cluster:
 GET <URL>/claims/<client-supplied-globally-scoped-claim-name>?expires=<deadline> -> kubeconfig file

Renew a claim:
 GET <URL>/claims/<client-supplied-globally-scoped-claim-name>?expires=<new-later-deadline> -> kubeconfig file

Release a cluster
 GET <URL>/claims/<client-supplied-globally-scoped-claim-name>?expires=<time-in-past> -> kubeconfig f
tutorialdb

Improve this page

Add a description, image, and links to the developer-tools topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the developer-tools topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.