John Crim
John Crim
### Prerequisites - [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/stencil/blob/main/.github/CONTRIBUTING.md). - [X] I agree to follow the [Code of Conduct](https://github.com/ionic-team/stencil/blob/main/CODE_OF_CONDUCT.md). - [X] I have searched for [existing issues](https://github.com/ionic-team/stencil/issues) that already...
### What You Are Seeing? Using something like: ``` Zip(Directory("d"), File("test.zip")); ``` The zip file contents are correct, but linux file permissions (ugoa rwx) are not preserved within the zip...
From the sass-lang.com web site: [Dart Sass is the primary implementation of Sass, which means it gets new features before any other implementation](https://sass-lang.com/dart-sass) Dart Sass launched stable support for the...
When building with tslib, I'm seeing the following on every build: ``` (node:40688) [DEP0148] DeprecationWarning: Use of deprecated folder mapping "./" in the "exports" field module resolution of the package...
tslib's package.json has a few issues RE detecting whether it's CJS or ESM. Due to lack of standards support, it has to be special-cased in a number of places, eg...
SF Linux cluster running Ubuntu 16.04. (https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-tutorial-create-vnet-and-linux-cluster) Follow both of these instructions: 1. Enable cluster AAD auth: https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-cluster-creation-setup-aad 2. Enable SF service managed identity: https://docs.microsoft.com/en-us/azure/service-fabric/how-to-managed-identity-service-fabric-app-code Then write some service code...
I hope this is the right place to post this issue - I'm currently using Wyam and haven't tested Statiq, but from a quick glance at the code the `CopyFiles`...
# 🐞 bug report ### Affected Package This is caused by package @angular/compiler ### Is this a regression? Kind-of - abstract classes didn't require `@Injectable` or `@Directive` annotations until v10...
Note up front: I don't believe this is quite ready to merge, open issues/questions noted below. I'm posting this PR for initial review/evaluation. ## Pull request checklist Please check if...
Based on some testing (on Ubuntu 16.04 in Azure ServiceFabric), it appears that Service Fabric doesn't support using ECDSA cluster certificates - it seems to support RSA cluster certificates only....