Ahmet Demir
Ahmet Demir
## Short description Hello, When I try to convert a poetry.lock I got `TypeError: unhashable type: 'Container'` when peotry.lock has multiple versions Adding a simple `print(subname, subcontent, )` print before...
In Ruby, it's simple to use PKC7 to encrypt/decrypt ``` public_key_pem = File.read public_key public_key_x509 = OpenSSL::X509::Certificate.new( public_key_pem ) cipher = OpenSSL::Cipher::AES.new(256, :CBC) OpenSSL::PKCS7::encrypt([public_key_x509], plaintext, cipher, ``` It's so painful...
Hello, It will be very helpful to allow configuration dump for debug or to show on pipelines results the configuration. Because between defaults, custom, local to the repo etc etc...
Hello, When a device already contains a FS, the command mkfs use "force" and erase the content. It could be very dangerous causing data lost. To avoid this, add a...
Hello, We use your module at ingenico and thanks for that, we save lot of time :) In other hand we did some customization and we wan't to contribute to...
Currently, proc.net.unix returns a string instead of a parsed dict. This patch format the file like `class tcp` but the "sl" is "Num" and only available as root. If the...
Hi, With version 1.8.1 it say : Wrong URL (https://www.google.com/calendar/dav/[email protected]/events) but work great with 1.8
Hello, When running this code, create a self signed cert with crlDistributionPoints, i've got strange value when running openssl (and also browser don't recogniez the value) ```ruby require 'openssl' key...
Hello, In order to support all differents auth provided by Confluence, i simply ignore username/password inside session and allow adding extra headers with config to allow all supported auth. When...
Hello, Some tools don't provides release via Github and instead uses go install. This feature check latest release via proxy golang and install tool using local go cmd. ``` $...