Yves-Gwenael Bourhis
Yves-Gwenael Bourhis
When running unittests in a django project, with the following file: https://github.com/downloads/jamespacileo/django-smartagent/agents_2011_04_14.pkl from the following package: https://nodeload.github.com/jamespacileo/django-smartagent/tarball/master the provided unittest fails with this message: # ## FAIL: test_user_agent_recognition (smartagent.tests.BrowserDetectionTest) Traceback...
The documentation here says to use the `auth_kubernetes` method : https://hvac.readthedocs.io/en/stable/usage/auth_methods/kubernetes.html But it is deprecated and gives a deprecation warning : ``` DeprecationWarning: Call to deprecated function 'auth_kubernetes'. This method...
Currently snakeware only uses US qwerty keymap. We should be able to set the keymap easily either once booted, or at boot time via grub, or at build. Without different...
It is not possible to access the `operation_id` from the `subscribe` or `unsubscribed` methods (or it very seriously lacks documentation). If you create a service which you send you some...
### Issue description This is more a feature wish than a bug: Someone might need stestr to run tests from a pip installed package. However, these pip installed packages can...
I have a class like this one: ```python from sqlalchemy import CHAR, Column, ForeignKey, String, TIMESTAMP, Table, text from sqlalchemy.dialects.mysql import INTEGER, LONGBLOB, LONGTEXT, SMALLINT class CSITECONTENT(Base): __tablename__ = 'C_SITE_CONTENT'...