-
- [x] функции высшего порядка, First Class Functions
- [x] чистые функции, что такое сайд эввекты, 5 характеристик чистых (Cacheable, Portable / Self-documenting,, Testable, Reasonable, Parallel Cod…
-
-
Inspired by #912.
Proposed API:
```js
// Accept shelljs functions, curry parameters
shell.ls('*.txt')grep('deleteme').xargs(shell.rm, '-f');
// Stretch goal: accept arbitrary functions:
sh…
-
I found this info: I should have found this early :(
There 8-10 maraduers going with Twilight Marauder Morna. Something like currier from hammerfal to tarren mill ?
Reference:
Quest info: Slay T…
-
In order to be able to generate new SSPs based on the .docx cloud.gov SSP in future, we want all cloud.gov SSP content to be captured in Compliance Masonry YAML.
**Implementation sketch**
- [ ] Label…
mogul updated
5 years ago
-
There is a slew of `x-kubernetes` [extension properties](https://github.com/kubernetes/kube-openapi/blob/master/pkg/generators/extension.go) that is usable inside CRD schemas to improve the validation…
clux updated
3 months ago
-
Thank you for this great library! It's incredibly useful together with Diode+React.
Here's a suggestion, which I think naturally falls within the domain of chimney: Being able to patch a case class…
-
When using `Promise.all` to combine data from multiple API requests/actions, the axios `__cacheKey` is not curried along, by default. When the cache [attempts to store the result](https://github.com/u…
-
Add to sage a function finddigits that takes as input a dilation matrix A and a method/type of digit set to find (centered canonical "centered", minimum modulus "minimum", or colinear) and outputs a…
-
The current implementation of scheduler affinity for the coroutine `task` type relies on special behaviour of being able to identify when the coroutine awaits a sender returned by `schedule(some_sched…