-
It seems that `np.dtype(...)` does not produce consistent hashes and does not equal the hash of the contained dtype. I feel like these should be consistent with each other so that the following will r…
-
Referencing GOKb objects by external systems like LAS:eR is done by referencing the domain class and the internal database primary key. This causes problems after synchronizing different GOKb instance…
-
## Problem summary
Sharing this little "hack" that we recently implemented in our codebase.
There's only that much we can achieve by adding signatures to `Grape::Entity`, especially because of the…
-
**Describe the bug**
`Property.Object` with dynamic value sends as String
```JSON
{
"response": {
"status":400,
"body": {
"ok":false,
"error_message":"custom_properties m…
-
Version: deno 1.42.4 (release, x86_64-pc-windows-msvc)
My personal cryptographic NPM package `npm:cas-typescript-sdk `that creates Rust bindings to a TS lib through @napi-rs/cli seems to be working…
-
### Introduction
Using tendermint RPC, it is impossible to query the height 1 when the last_commit (genesis) signatures object is null. That's the case on a Rollapp implementation, which has no bui…
-
We should investigate whether we can improve the performance of our main corelib API for combining hashcodes, namely [Object.hash](https://github.com/dart-lang/sdk/blob/2a0bcaf15594/sdk/lib/core/objec…
-
Currently I do something like:
``` dart
bool operator ==(other) =>
other is TaskInvocation &&
name == other.name &&
const IterableEquality().equals(positionals, other.positionals)…
-
I am installing llvm in a clean build and I got a linker error when building it with the option `compiler-rt` that has the sanitizers.
I have configured it with the following options.
~~~
cmake -…
-
```
What steps will reproduce the problem?
1.Download POC http://www36.zippyshare.com/v/25032778/file.html
2.python jsunpackn.py POC.pdf -V
3.
What is the expected output? What do you see instead?
…