Derek Kulinski
Derek Kulinski
Currently `nix-collect-garbage` has an option to not delete older entries than given amount of time. It looks like that setting only applies to generations. If someone uses nix for development...
So I tried to bundle a busybox then run it on linux server. This is what I did on Mac OS: ```shell nix bundle --bundler github:Ninlives/relocatable.nix nixpkgs#pkgsCross.gnu64.busybox ``` After copying...
It seems like the code works fine (pip allows to ignore dependencies in some circumstances), though with tools that actually properly enforce versions (like python) I'm forced to use older...
Fixes https://github.com/vogoltsov/robotframework-docker/issues/33
This library looks interesting, but it appears to be still synchronous, which makes it not as feasible for async projects as it blocks. It looks like any network based libraries...
So for one project I have build of hatchling fail with message that it was calling `pathspec.GitIgnoreSpec.from_lines(all_exclude_patterns)` and that was caused by `pathspec` module not having `GitIgnoreSpec` class. My solution...
Currently I'm unable to click on the icon to change settings (it worked correctly in the past). It feels like the button is covered with some invisible layer or something....
I noticed the chart to deploy cluster has an option for Azure `inheritFromAzureAD` allowing not to specify credentials manually (they are a bit problematic if the policy is to rotate...
Not sure if this a bug, or not, but want to understand it better. So I tried to use aioboto3, in types package for aiobotocore for sqs I found the...
For example I see boto3 as #1 package, ok but then following ones: botocore, urrlib3 (possibly), requests (possibly), setuptools, certifi, idna, charset-normalizer, typing-extensions, packaging, python-dateutil (possibly), fsspec, s3fs, s3transfer, six,...