-
### Description
When using the HECClient, trying to list the names of the available tables raises a ValueError regarding an invalid token. Below is the traceback in the hopes it will be of some use…
-
I see that the individual block types have been removed and replaced with a large generic union on the responses of some queries.
for example (have removed some properties for clarity):
```ts
…
-
We (flutter/cocoon) recently migrated our backend to null safety, and started hitting below error (with googleapis version 3.0.0). I guess the culprit is:
https://github.com/google/googleapis.dart/b…
-
Imported from JIRA [DS-3689] created by JonasVg
There is an actual method to retrieve the facet dates from a solr query response, but there is currently no way to retrieve it
https://lucene.apache.org…
-
My branch is master, and the nodejs and npm versions are:
npm --version && node --version
7.24.0
v16.10.0
First, compile with the command npm install, and then run the command npm run dev to r…
-
https://github.com/paritytech/polkadot/blob/master/runtime/kusama/src/lib.rs#L1334-L1340
-
We can not use parameters validation with number if we expect float/decimal because there are always parsed as int...
```typescript
const parsedNumber = parseInt(numberValue, 10);
```
Change t…
-
thinking about the design of this project further, this is my current idea/proposal of how it will work.
as I plan to add a discovery layer to the project, there should be a daemon process (`swapd`…
-
Version 2.17.28
When using the `flatMapIterable` method on `QueryPublisher` (the return from `queryPaginator` method on the Async DDB client) there is a bug in the underlying `FlatteningSubscriber` i…
izian updated
2 years ago
-
I am trying to load data from canister and deserialize it.
The error is:
```
Exception in thread "main" java.lang.NullPointerException
at org.ic4j.candid.Deserializer.deserializeRecord(Deserial…