Ian Cervantez
Ian Cervantez
I downloaded [libarchive-v3.6.1-amd64.zip](https://github.com/libarchive/libarchive/releases/download/v3.6.1/libarchive-v3.6.1-amd64.zip) from the (current) latest release, went into the bin directory, attempted to run it, and got a crash popup: ``` Problem signature: Problem Event Name: APPCRASH Application...
If @bjornd happens to see this and merge #420, I'd ask that the 2.0.4 tag get updated at the same time (or release 2.0.5).
Updated `package.json` based on #375 from @laggingreflex
This appears to be a problem if the `role` attribute is present with an empty string value: ```html Text here ```
README indicates: > Inside an expression, the Windows Update [IUpdate interface](https://msdn.microsoft.com/en-us/library/windows/desktop/aa386099(v=vs.85).aspx) can be referenced by the $_ variable. I need to install a _specific_ KB (or two, if applicable). Looking...
Adding the ajv-formats package so people stop complaining about missing date formats. Solves #2142, #2146, #2147, #2170
**Describe the bug** Executing `Receive-FalconInstaller` results in an ArgumentOutOfRangeException. However, the sensor installer is actually successfully downloaded! **To Reproduce** ```powershell $sensorInfo=(Get-FalconInstaller -Filter "platform:'windows'" -Limit 1 -Detailed) Receive-FalconInstaller -Id $sensorInfo.sha256 -Path...
### Description Add an `@IsVatId()` Decorator for countries that use VAT. ### Proposed solution ValidatorJS has an `isVAT(str, countryCode)` function, where countryCode is one of `['AL', 'AR', 'AT', 'AU', 'BE',...
### Problem Statement: Opening TheiaBlueprint on my MacOS, I've noticed some odd colors. It seems Theia launches terminals with only 8 colors? ```shell $> print $terminfo[colors] 8 $> echo $COLORTERM...
This should enable the project to be concatenated and minified more easily.