-
A few inconsistencies are creeping in. For one, what's the preferred mode of failure? Two general cases are:
1. Algo fails due to invalid input (e.g. Incorrect type)
2. Algo fails due to failure of a…
-
```
I'm trying to use the unit test to do optimization by using the jvisualvm
profiler to evaluate hotspots and code optimization progress.
I wrote simple junit4-10 test and mocked out new() method …
-
If the delegated PrimitiveConverter supports dictionaries, then FilteringPrimitiveConverter should too.
**Reporter**: [Alex Levenson](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=alexl…
-
[S]: Suggested optimation, save a decent amount of gas without compromising readability;
[M]: Minor optimation, the amount of gas saved is minor, change when you see fit;
[N]: Non-preferred, the amo…
-
Discussed some in #6. The `raw` property of literal nodes is an Esprima extension.
I have a specific use case for the `raw` property, or at least for more information than is provided by `value`: in …
-
Lambdas might be a source of compiler performance problems. The parsing.combinators library makes heavy use of them and compiles impractically slowly, and the `test` module used lambdas internally and…
-
This issue specifically pertains to bundling my app using webpack where AJV is a dependency on the storybook addon.
When performing this I am getting the following errors. My guess is something to do…
-
### Checklist
- [x] Did you write out a description of the feature you want to see?
- [x] Did you look around for any related features?
### Feature Description
I would like to extend the fir…
ekiwi updated
3 years ago
-
From what I can tell all the proposed types have extension operations defined but non of them have a subtraction, maybe syntax could be borrowed from [elm](http://www.elm-lang.org/learn/Records.elm#ad…
-
### Problem description
Given two Series (column or array) I would like to be able to compute similarity score with [Jaccard index](https://en.wikipedia.org/wiki/Jaccard_index).
Further more, othe…