Results 12 issues of navels

Any chance you'd be willing to switch to the less-restrictive MIT license?

With each model having its own boto session and client, we're running into memory issues as the number of models in our application grows. Has anyone tackled this by using...

The handbook recommends (in the Advanced Types section): > A second more important difference is that type aliases cannot be extended or implemented from (nor can they extend/implement other types)....

We are in a multiple-application environment and using multirun works great except when different applications have overlapping depencies. For example: App A requires services X, Y, Z App B requires...

enhancement

- VSCode Version: 1.71.0 (Universal) - Local OS Version: macOS Monterey 12.5.1 - Local chip architecture: Apple Silicon - Reproduces in: Remote - Containers Maybe I'm not understanding how this...

containers
under-discussion

This fixes a warning caused when template parsing encounters a synthetic attribute (i.e., inserted by a plugin). For example, building the `ember-maybe-in-element` addon outputs these warnings: ``` unexpectedly found "

This fixes a warning that derives from several of these statements in `ember-prism`, which are intended to strip whitespace without otherwise doing anything: ``` {{~! ~}} ``` Presently these result...

We're running into issues around polymorphism upgrading our app to v3 and I think I've found a bug. I took the one-to-many twiddle from [this blog post](https://github.com/miragejs/ember-cli-mirage/issues/1484) and - subclassed...

When wildcard matching, ransack takes care to escape any special characters in the search term. This is from `lib/ransack/constants.rb`: ``` module_function # replace % \ to \% \\ def escape_wildcards(unescaped)...