Vaccano
Vaccano
Does this support typescript?
The current aurelia-breeze.d.ts file has this as the first line: `import breeze from 'breeze-client';` This gives me the error: >ERROR in C:\my\path\my-project\node_modules\aurelia-breeze\dist\aurelia-breeze.d.ts (1,8): error TS1192: Module '"C:/my/path/my-project/node_modules/breeze-client/index"' has no default...
The readme.md file only shows how to setup using JSPM. It would be really nice to see how this should be setup for Webpack. (I get a `breeze is not...
This file https://github.com/jdanyow/aurelia-breeze/blob/master/dist/aurelia-breeze.js, has a method called `configure`. The only way I have found to get webpack and aurelia-breeze to work together involves modifying this file to return the instance...
The fix to issue https://github.com/kevin-montrose/Jil/issues/279 causes a conflict when an application uses 2 NuGets that use this library when: 1. One of the NuGets depends on a pre-change version (2.15.4...
If you have an item with the value of 1 in the list to search, it finds a match. But if you have a value of 0 it is not...
This page: https://helm.sh/docs/chart_template_guide/ Has in the list an entry called `Values Files`. It has the description: _Instructions on how to use the --values flag._ However, the page it links to...
I love Swagger UI. And this is a minor UI flow issue that I thought I would raise just incase others agree and it can get support. When I use...
### Is your feature request related to a problem? Please describe. I am trying to create a custom template for a solution. I have created a `.template.config` folder in my...
I would like to test operations using client credentials logins. (Client ID and Client Secret.) My scenario is that I have an application that has created other applications. (So it...