-
Having troubles with setting up caching with axios-extensions:
> main.ts
```TypeScript
import axios from 'axios';
import { cacheAdapterEnhancer } from 'axios-extensions';
axios.defaults.baseU…
-
Trying to call `serie.setData(...)` on a line serie with a `SeriesLineDataOptions` array generates a typesctipt error.
> Property 'mouseOut' is optional in type 'SeriesLineDataEventsOptions' but re…
-
AFAIK, the [barbatus:typescript](https://atmospherejs.com/barbatus/typescript) is the "official" typescript support.
However, it seems that the project is [not updated anymore](https://github.com/ba…
-
Some time ago I've created [ktd](https://github.com/whyoleg/ktd/tree/develop) - Kotlin auto-generated bindings for tdlib. Now it's JVM only, but may be will make it multi-platform later.
It's now upd…
-
I'm trying to run the sample code in TypeScript like
```typescript
import * as Api from 'kubernetes-client';
....
this.core = new Api.Core(Api.config.fromKubeconfig());
```
but got errors whil…
-
This is a great boilerplate, and clearly shows how to build a library using typescript. However, there are no unit tests. Getting unit-tests working using something like Mocha is actually an interesti…
-
#### Expected behaviour
In https://api.highcharts.com/highcharts/xAxis.labels.overflow it says that the property can be boolean or string:
```
overflow: boolean, string
How to handle overflowing…
-
Hey
First of all - great job, really love the library - spent with it the whole day and it is really saving time.
now to the issue
in Interface ISequelizeConfig there is a definition that goes …
-
* **Node Version**:
* **Beidou Version**:
* **Plugin Name And Version**:
* **React/ReactDOM Versions**:
* **Platform**:
* **Mini Showcase Repository**:
* **Other Info**:
## Current behavi…
-
Hi, I'm trying to understand why we need a separate function (`instance()`) to get an instance of a mocked class, since in the original (Java) version of mockito, `mock()` returns an instantiated obje…