-
Hi! I've been using QueryJS for some weeks now, and I really like how you combine the LINQ philosophy with JavaScript conventions and iterables.
QueryJS looks rather mature to me. Is there a reason…
-
Hi,
I saw that this library offers the function `yaw_pitch_roll` to get the Euler angles from a quaternion. However I see they are calculated based on a fixed application of the rotations (I guess XY…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
**URL**
https://capacitorjs.com/docs/guides/deep-links#create-site-association-file
**What is missing or inaccurate about the content on this page?**
First, thank you for Capacitor and for great …
-
VS Code runs test with `-r json` and uses the data to populate its test runner. The API allows us to provide expected/actual values for a test failure which can be rendered as a diff:
![Screenshot …
-
I ran into mutliple issues depending on the inputs because of number overflows and too deep recursion. I also got concerned about the memory usage.
For my use case it is enough to stream through t…
-
The current implementation is broken. Track by expressions are actually parsed and processed in
https://github.com/angular/angular.dart/blob/master/lib/directive/ng_repeat.dart#L107
but the resulting …
-
**Is your feature request related to a problem? Please describe.**
By default, Dart implements reference equality. For value equality, `==` and `hashCode` have to be overridden, and take into accou…
-
```
Guice version: 2.0
My steps:
1) Create the interface Builder and it's implementation BuilderImpl
annotated with @Singleton
interface Builder {}
@Singleton
static class BuilderIm…
-
## Testing Epics
I've been looking at various ways of testing epics, and the following method is very simple and working great for our dev team.
I have created a `testEpic.js` module that takes …