-
Hi devs,
the step, submitting my input.deck(the attached txt file), seems ok.
But, when the calculation is finished, I find that the output fields' and particle's files are 2 KB, which seem no dat…
-
Hi,
I have been reading up on your 'tkrzw' as a potential replacement for Berkeley DB.
Based on some 'tkrzw' examples, I have tried to store and retrieve double scalars, vectors of doubles and …
-
Most JSON encoders just wrap 1.0 to 1, while protobuf gives good enough code generation, can we cast 1 -> 1.0 for floats and doubles?
The alternate solution is to use FloatValue and DoubleValue, th…
-
Generating the code for the following will return an exception:
```java
public class ReturnDoubleArrayNew extends Kernel {
double[] returnDoubleArrayNew() {
return new double[1024…
-
### Steps to reproduce
I have seen this happening and I think it's a bug:
```
final intValue = 1;
put('value', intValue);
final result = get('value');
```
The result value seems to be `double…
-
Thanks for your work on `cpp11`!
Please consider the following. In c++ the code below will produce the error: `attempt to set an attribute on NULL`
```cpp
// Create an empty vector of raws:
cp…
-
Add support for IEEE 754 binary floats and doubles.
routing-types.yang (RFC 8294) defines bandwidth-ieee-float32, but ends up using a string as the base type (fine for text based encoding schemes, …
-
Execute `npm run build`, error :
------
```
X [ERROR] No matching export in "node_modules/three/build/three.module.js" for import "CylinderBufferGeometry"
node_modules/troika-three-utils/di…
-
There is no description of this agreement on the website
003E759DAB284B5E9DC1834DB476
![image](https://github.com/EdwardPiwowar/BBA/assets/10560652/7b70d68a-112d-4d19-9729-cdf69b1957af)
1N seem…
-
# Lines of code
https://github.com/reserve-protocol/protocol/blob/9ee60f142f9f5c1fe8bc50eef915cf33124a534f/contracts/plugins/assets/Asset.sol#L139-L145
# Vulnerability details
When the `tryPrice()…