-
multi-party-ecdsa used to work with several curves by specifying certain features. Currently, curve is fixed: we use secp256k1.
Choice of curve may be added by introducing generic parameters to al…
-
Hi, I am trying to run workflow "A multivariate EBNM approach for mixture multivariate distribution estimate" with Minimal working example approach, but at initial step in the following command I am g…
-
While looking at #532 I've realized [this](https://github.com/perl6/roast/blob/master/S14-traits/variables.t) it's 8 years old, and that the last commit, itself, says it does not work in nom.
Wouldn'…
-
According to [the sbt documentation](http://www.scala-sbt.org/0.13/docs/Migrating-from-sbt-012x.html),
> sbt 0.13’s introduction of multi-project `build.sbt` made the `Build` trait redundant. In addi…
hawkw updated
6 years ago
-
Attempting to parse AST of Spark code: https://github.com/apache/spark/blob/master/resource-managers/mesos/src/main/scala/org/apache/spark/scheduler/cluster/mesos/MesosCoarseGrainedSchedulerBackend.sc…
-
Migrated from [rt.perl.org#131739](https://rt-archive.perl.org/perl6/Ticket/Display.html?id=131739) (status was 'new')
Searchable as RT131739$
-
I just stumbled across _traits_, must've missed them before. My initial thought was: 'oh nice, now I can pull out the CloudEvents JSON schema from the specs and don't need all the copypasta'.
I the…
-
As a part of the atomization project we would like to split the label object out of example and additionally change the signature of learn/predict from:
```C++
void learn_or_predict(data&, LEARNER::…
-
__Description of your feature__
Sanctum integration guide
---
---
__Information__
- hyn/multi-tenant version: 5.6.4
- laravel version: 7.x
Create a class which extends `Larave…
-
The native EdgeDB type looks like this:
```rust
pub struct Range {
pub(crate) lower: Option,
pub(crate) upper: Option,
pub(crate) inc_lower: bool,
pub(crate) inc_upper: bool,
…