Lionel Roubeyrie
Lionel Roubeyrie
First step with Nylas Mail on Ubuntu 16.04, using a Gmail account the Inbox just shows a "Hooray! you're done" message, I only can browse the Spam folder. Sending a...
Having to check out some private repositories with dulwich containing files encrypted with [git-crypt](https://github.com/AGWA/git-crypt), we are forced to manually decrypt them as there doesn't seem to be support for gitattributes...
I try to use flask_security with flask_admin, but at start up there's a problem with the context_processor: ``` File "/home/lionel/dev/knmx/knmx/launcher.py", line 6, in from knmx.app import create_app File "/home/lionel/dev/knmx/knmx/app.py", line...
Log level for creating a simple issue should be info and not warning (https://github.com/atlassian-api/atlassian-python-api/blob/master/atlassian/jira.py#L1616)
Resolve problem described in [JENKINS-74995]. Summary: It's not possible to use rootless mode with the actual implementation as the plugin retrieves the user (agent) UID:GID via the 'id' command and...
Under sdbus_block.networkmanager.settings.datatypes, the WireguardPeers.endpoint is defined as an integer instead of a string. ```python @dataclass class WireguardPeers(NetworkManagerSettingsMixin): ... endpoint: Optional[int] = field( metadata={'dbus_name': 'endpoint', 'dbus_type': 's'}, default=None, ) ... ``
With Email notification, we can select to notify users assigned to the Blackduck projects and/or additional users, or the projects admins. It would also be useful to be able to...