Jason Pickens
Jason Pickens
### What happened? I was trying to run `make` to build this provider after installing all the prerequisites as per the [setup](https://github.com/pulumi/pulumi-aws/blob/master/CONTRIBUTING.md#setting-up-your-development-environment) guide which just links to dependencies of the...
Slightly more convenient to use: ``` nel should contain theSameElementsInOrderAs expected ``` than to get an implicit not found error and change it to: ``` nel.toList should contain theSameElementsInOrderAs expected...
Any idea why I can use `*` but not `λ`? ``` sbt:hedgehog> show Test/libraryDependencies [info] test / Test / libraryDependencies [info] List(org.scala-lang:scala-library:2.12.11, org.typelevel:kind-projector:0.11.0:plugin->default(compile)) [info] runner / Test / libraryDependencies [info]...
Any particular reason that the agent JARs are not in the lib directory along with all the other dependencies? Instead of: ``` addJava "-javaagent:${app_home}/../kanela-agent/kanela-agent-1.0.9.jar" ``` it could be: ``` addJava...
Logback shows up as LGPL but it is dual licensed with EPL. The MANIFEST.MF contains: ``` Bundle-License: http://www.eclipse.org/legal/epl-v10.html, http://www. gnu.org/licenses/old-licenses/lgpl-2.1.html ```
Issues: - Have to ignore `rc-tree` https://github.com/ScalablyTyped/Converter/issues/467 - Missing components (e.g. `AutoComplete`, `Select`): https://github.com/ScalablyTyped/Converter/issues/468 - Expected the `Select` module to be `typings.antd.selectMod`: https://github.com/ScalablyTyped/Converter/issues/469 - `DatePicker` is missing nested components: https://github.com/ScalablyTyped/Converter/issues/470
Sometimes I find that I run into issues with ST when updating to the latest libraries. I'll try and come here and reproduce them and add them to the test...
Is there an implicit conversion from `js.Dictionary[V]` to `StringDictionary[V]`? I feel like I have used one but I can't find it.
File: [themes/default/content/docs/intro/concepts/state.md](https://www.pulumi.com/docs/intro/concepts/state/) I read the Backend documentation and was still unaware that there was a `backend.url` option available in the `Pulumi.yaml` file and I had to ask in [Slack](https://pulumi-community.slack.com/archives/C84L4E3N1/p1618279689491500). I...
The release notes say: > Version 0.6.2 (17.09.20) > Published for Scala 2.12.x/2.13.x, Scala.js 1.0, and Scala Native 0.3.9/0.4.0-M2. but I can't find the 2.12 version: https://mvnrepository.com/artifact/biz.enef/slogging-slf4j