-
## What is a functor?
In C++ a functor is an object with the application operator, operator()(), defined so that it can be called like a function.
A function object is more general than a funct…
-
`load_shedding` is a technology that is included in the [default set of technologies](https://github.com/calliope-project/euro-calliope/blob/59e0951d89a4dbe60ad2c4aa39bf0e2967e25216/templates/renewabl…
-
**Home Assistant version:** 2021.11.1 (Home Assistant Operating System)
**Component version:** Latest
Several times a minute, all entities from the pfsense component go unavailable. It seems like …
JOHLC updated
2 years ago
-
```js
@deco
export class A {}
```
or
```js
export @deco class A {}
```
or allow both?
-
_This was partially discussed in https://github.com/pocketbase/pocketbase/discussions/225#discussioncomment-3511148 and other similar older discussions._
The current approach of having 2 separate e…
-
I've started writing tests for client-side JS on my website using Jest and encountered some unexpected behavior.
When I try exporting functions from a file using `module.exports` like demonstrated…
-
While moving from monolithic Cluster and Client configurations to options, settings surfaced which should probably not be part of Orleans core or may not be categorized correctly.
Below is a list o…
-
### Summary
The library needs to implement the endpoints provided to manage application commands
### What is the feature request for?
The core library
### The Problem
Currently, Discord provides …
-
**What happened**:
We run CoreDNS 1.8.3 on Amazon EKS 1.20. The deployment has the default memory configuration: request 70 Mi and limit 170 Mi. When our K8s cluster encountered a surge in DNS …
ghost updated
3 years ago
-
Currently orleans metric and statistic system has some problems which made it confusing to use, and error prone
- [ ] use assembly loading to configure default `IMetricsDataPublisher` and `IStatis…