-
Note:
* Issue #10509 has been created to track actual work on lazy-loading. The new issue is locked so that it can be subscribed to for updates on the implementation without noise.
* This issue has …
-
Consider, from `Algebra.Structures`
```agda
record IsNearSemiring (+ * : Op₂ A) (0# : A) : Set (a ⊔ ℓ) where
field
+-isMonoid : IsMonoid + 0#
*-isSemigroup : IsSemigroup *
dis…
Taneb updated
2 years ago
-
The naming restrictions for metrics are stricter at the new endpoint compared to the AppInsights unauthenticated endpoint. The existing (stable) APIs should not be changed (back-compat). However new p…
-
runcs uses cgroups V1 to set pod limits. Kubernetes is switching over to use cgroups V2, it's alpha in 1.19 and will possibly hit beta in 1.20.
Relevant links:
[SIG-node cgroups KEP](https://gith…
-
Hello!
As stated by the documentation, ChangeNotifier is O(N) for adding/removing listeners and O(N^2) for dispatching notifications.
My understanding is that this is necessary because `notifyLi…
-
The description of CS and it’s principles should be placed in a way that it cannot be missed on the website... Maybe link them on the first page: https://eu-citizen.science/
-
BPO | [8299](https://bugs.python.org/issue8299)
--- | :---
Nosy | @loewis, @rhettinger, @terryjreedy, @pitrou, @kristjanvalur, @bitdancer, @florentx, @Bluehorn
Files | [gil.patch](https://bugs.python.…
-
The `AddRemoveFromDifferentThreads.ConcurrentStack` [benchmark](https://github.com/dotnet/performance/blob/main/src/benchmarks/micro/libraries/System.Collections/Concurrent/AddRemoveFromDifferentThrea…
-
Hello everyone,
For the next version of the curriculum, I am currently planning for the "Intro CS" section to consist of a small number of community-generated recommendations. Since experience has …
-
### Hey everyone!
As a result of our recent community call, recent frustration with the deployment pipeline and limitations in both development and welcoming open source contributions, we've often …