-
## Problem Definition
All my 0.200.0rc5 mainnet test nodes crashed with a `JSONDecodeError` sometime this night.
It seems that my VPN (or entire internet) connection briefly dropped out at that ti…
ulope updated
4 years ago
-
Which are:
``` coffeescript
curry(f, a, b, c) # (x)-> f(a, b, c, x)
apply(obj, 'f', a, b, c)) # (x)-> obj.f(a, b, c, x)
method('f', a, b, c)) # (x)-> x.f(a, b, c)
pluck('prop') # (x)-> x.prop
compose…
-
## Search Terms
mapped tuples index
## Suggestion
I want to be able to create a tuple from function parameters and have all elements in the tuple optional other than the firstK
## Use Case…
-
This sentence was long and hard to absorb could it be broken in two and/or have the 'but' removed? I just found it hard to take in. Below is my attempt, which is probably not better.
The notation fo…
-
Do you have any ideas on how to curry functions taking self as a parameter? I thought about keeping the first two arguments together so it looks like this:
```rust
struct Foo(i32);
impl Foo {
fn ad…
-
https://currydai.com/post/Nice%20to%20meet%20you/
大家好,我是Curry
一个热爱技术热爱生活的年轻人
2020年6月懵懂的进入了社会
以为有了光明的未来
却引来无限的迷茫
原来每个人对幸福的定义都不相同
通过聆听他们的故事
发现所谓的幸福就在身边
于是我开始寻找
寻找自己的脚印
探索自己...
-
# On curry and partialization
reflections on the idea suggested in https://github.com/eclipse/golo-lang/issues/326#issuecomment-169293658
## What we have
### Manual partialization
``` golo
function …
-
If you call a method m on its own (as if it were a function), you get a confusing error message saying that is not a function:
```
> m()
Expected a function in the application expression at inte…
-
- **일기 쓰기 팁!:** 일기는 간단하게 - 에세이가 아닙니다. 시제(tense)를 알맞게 써주세요! 일기는 주로 과거에 일어난 일을 쓰는 것이기 때문에 과거 시제로! 하지만 상황에 따라 다양한 시제를 사용할 수도 있습니다.
- **주의할 점!:** 삼인칭 (he, she, it, 등등) 주어를 쓸 때 동사 원형에 **s** 붙이는 것을 주의 합니다…
-
I'm not sure if this is the best repo to open this ticket on?
This may not be a bug, but it makes working with the API in Swift a little bit annoying. When hitting this endpoint, `https://api.podcast…