Lucas Bourneuf

Results 27 issues of Lucas Bourneuf

[Trove classifiers](https://pypi.python.org/pypi?%3Aaction=list_classifiers) are somewhat important for software classification inside pypi. Moreover, it can help support better some data about the package. Poet could be great place to abstract this concept...

enhancement

Currently hacking this theme about virtualenv support, i wonder how [it works](https://github.com/caiogondim/bullet-train.zsh/blob/master/bullet-train.zsh-theme#L509) in case of pyenv-managed virtualenv. I understand that `VIRTUAL_ENV_DISABLE_PROMPT` is a kill switch (that should probably better be...

Allow things like 'hello {venv name} !' to be shown after the prefix, and fix (something that, to me, looks like) a problem explained in #220 . Doc also is...

Let me use that simple code: from dokuwikixmlrpc import DokuWikiClient client = DokuWikiClient('https://wiki.example.net', 'remote-enabled-user', 'password') print(client.page('home')) With Python 3.7, i get the content of the home page, as expected. I...

version:python3.9

Liste de répliques à incorporer (quand j'aurais le temps) : - [x] S01E02 : «Oui… Ou une fissure à colmater dans un muret.» - [x] S01E12 : «Ah bah nous...

Depuis [14 minutes](https://github.com/2ec0b4/kaamelott-soundboard/pull/127), nous avons un bouton «aléatoire», qui génère un son aléatoire. Mais, il n'existe pas de lien qui activerais ce bouton. C'est donc tout naturellement que je râle...

J'en ai un poil marre de mettre les citations n'importe où ; voilà un script qui gagnerait à être lancé régulièrement :)

Holà ! L'idée serait de faire un raccourcisseur d'url qui conserve un côté humain (donc, pas un uuid à la place des mots), et qui préserve l'unicité des sons (sinon,...

I move here the conversation from #121. Currently, there is three places to find questions & answers for TextX: - the issues labelled *question*, that are also kept open -...

Some files could possibly be useless in some cases, like a requirement file when user always choose the options that lead to no requirements. I can't find anything about that.