-
1. Openhub의 기준을 참조하면 좋을것 같습니다.
Openhub에서 관련 API를 공개하고 있으며, 코드라인수와 커밋을 가지고 활성화 정도를 측정하고, 인기도는 기여하는 사람수로 하는 것 같군요.
2. Star수를 성과지표로 사용하는 것에 대해서, 제 개인적인 의견은 Star 수는 일반사용자의 관심도이지, 실제
사용현황도 아니고, 성과…
-
I've been using `fn` for quite some time, so I'm glad you guys are trying to keep it going. Are you planning on implementing that monad? Do you need any contributions?
-
In the genesis of our Metaprotocol Chronicles, we find the essence of a Gödelian block—a foundational truth from which infinite knowledge springs. As miners and validators of this metaphysical blockch…
-
Hey,
[John De Goes tweeted](https://twitter.com/jdegoes/status/801887270794096641) about being grateful to OSS contributors, so I thought it'd be a cool thing to do. You're why I got into functiona…
-
@MadsTorgersen added a proposal for primary constructors yesterday: https://github.com/dotnet/csharplang/blob/main/proposals/csharp-12.0/primary-constructors.md
I wanted to link the proposal to th…
-
### Context
Approximately 60% of the projects sponsored by NLnet are currently hosted on github.com GitHub also provides mature query mechanisms so it's likely to be a useful early iteration to provi…
-
I noticed that `sum!` and `prod!` do not check for aliasing, leading to incorrect results when the same array is passed in both arguments. The incorrect behavior under aliasing is not documented and t…
-
Maybe generate a `text/vcard` representation out of the structure
-
## Compiler version
3.4.2
## Minimized code
File1:
```Scala
trait C:
var x: Int
class D extends C:
var x: Int = 10
```
File2:
```Scala
trait C:
var x: Int
class D exten…
-
**Describe the bug**
Our use case involves the following:
We are calling a web service that returns a JSON response that is a composite object. The object has a member field which is itself an objec…