-
## Overview ##
The current state of the framework deploy the entire project into a single lambda function instance. But for larger projects this can be a problem for several reasons:
- Monitor ind…
-
Hello.
For example, I want to add pattern which will scale depending on map zoom.
Without it when I change zoom of a map, it looks like this:
![2016-02-10 10 52 12](https://cloud.githubusercontent.…
-
I see that LiveQuery uses the ember-destroyable-polyfill, and that all queries get destroyed when the cache itself gets destroyed.
But it seems likely that many live queries have a lifetime shorter…
-
This Ember Octane the default will be to use ES6 classes for models. The README of this project will have to be adjusted to show how to use this addon with ES6 classes.
Example:
```js
export de…
-
An interesting use-case came up in the TypeDoc repo (TypeStrong/typedoc#858). Would it be reasonable to define the following as a function rather than a variable? JSDoc users can use `@function` but f…
-
### The problem
Exception happened while polling for updates.
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/httpx/_transports/default.py", line 69, in map_httpc…
-
the case where an abstractmethod decorator is used on a class that does not subclass `abc.ABC` uses the `ABC` metaclass, is probably a bug. It would be great to have a rule to detect the obvious cas…
-
@lafrech if you have a moment, please drop a note here if you support addressing the documented mixed multipart limitation in principle. If you do, I'll prepare a formal PR from the code below that @c…
-
Hi there,
we've been using your lib very gladly and thankfully for the last two years now.
However, upgrading typescript versions and type patterns has led to problems with certain type parameter…
-
I've integrated Facebook social signing before implementing Google Plus sign in.
I have a case where a user has signed in using Facebook, and is using the same email id in Google Plus and signing into…