-
Is there a way to add Bullet bindings?
-
ZFP significantly overshoots the specified absolute error for some tests.
An easy way to repro the issue is to use the following test data:
http://www.cs.txstate.edu/~burtscher/research/datasets/F…
-
Triggers are implemented using Redis pubsub and also have a key and value. The key is for example launchcontrol.note073 and the value is the velocity of depression. For the Launchcontrol that velocity…
-
Given that the operation is used for the % (modulo) operator, it seems like a good name.
Unfortunately, the current [spec](https://tc39.github.io/ecma262/#sec-applying-the-mod-operator) for % says …
-
### Input bugs:
- Increasing the number of inputs may make 3 inputs with one click.
![bug](https://cloud.githubusercontent.com/assets/11806048/15156048/92806dc8-16e5-11e6-8d53-6e6a4fd67d32.gif)
-…
-
## Summary of the issue
- Server is a vanilla Ubuntu 18.04
- I want to use Redis 6.x.x with TLS as documented here https://redis.io/topics/encryption
- The basic commands work from the build p…
gabfl updated
4 years ago
-
Keep in mind that Precision is based on the total number of digits and not the decimal places, as such it is the right and left side of a decimal point combined, but I need a way to set the Decimal pl…
-
These don't seem like upstream issues, because they are just using Float64 on Convex.jl tests which are passed by other solvers.
From https://travis-ci.com/ericphanson/SDPA_GMP.jl/jobs/232679443, w…
-
Please add decimal data type (fixed point) in Tarantool. For instance, It's useful in finance operation.
See also https://github.com/tarantool/tarantool/issues/1273 "BSON data types" and gh-465 "us…
-
**Version**: All, master
**Platform(s)**: All, but mostly affects newer devices
Color math should ideally be done with `float` to support arbitrary precision. It's somewhat common to have 10-bpc…