Mihir Mone
Mihir Mone
The installation of the latest version fails for me. See error below: ``` C:\Temp\> Install-Module PsIni -Force WARNING: Source Location 'https://www.powershellgallery.com/api/v2/package/PsIni/3.1.2' is not valid. PackageManagement\Install-Package : Package 'PsIni' failed to...
Environment variables passed to AWS ECS container definition do not get masked ``` export TFMASK_CHAR="#" export TFMASK_VALUES_REGEX="(?i)^.*[^a-zA-Z](oauth|password|pass_for_service|pass_|passwd|key|result|id).*$" ``` Actual ``` [2021-10-21T07:03:02Z] + resource "aws_ecs_task_definition" "main_task" { -- | [2021-10-21T07:03:02Z] +...
Hi, Are there any plans for releasing a .NET Core version of this awesome library?
Not sure how to solve this. I currently have tiled geotiffs that I would like to plot on the map. There are between 20-90 tiles depending on various scenarios. After...
Atm the llibrary only allows passing in an **url** and **options**. What do I do if I already have a parsed **geotiff** object or **arraybuffer**? There seems to be a...
Hi, Why do you do a lowerCase on all file names? I want the function names/exports to be added as they are. I can understand removing of dashes and dots...