james

Results 28 issues of james

Currently my axis only labels months, how can I produce more labels for days, hours, etc.? ![image](https://user-images.githubusercontent.com/6874981/111163877-152e9c00-85d0-11eb-9027-a78081766aa9.png)

question

Is it possible to get the bounding rectangle of the entire head, not just the face?

Resolves [#705](https://github.com/jaggedsoft/node-binance-api/issues/705)

There is no way to detect a broken connection from for example an internet disconnect. The websockets package suggests this [pattern](https://github.com/websockets/ws/blob/becf237cef8924a765075ecbd45599bc10fb6d18/README.md#how-to-detect-and-close-broken-connections). @balthazar would you be willing to accept a pull...

enhancement

Fixes the inconsistency where `client.futuresCandles` is the only endpoint to return the candle's opening time as 'startTime'; all other endpoints has the property name 'openTime'. Also updated the README.md as...

enhancement

A schema with field options `immutable: true` will return the field as `undefined` on save even if `decryptPostSave: true`. The field is decrypted on `find` however.

bug
help wanted

Using `customPrettifiers.name` I am unable to remove the parentheses from the file name.

I have a script that is forked in the main process, how can I include this in the dist build?

help wanted

### Feature Description it seems the the chart only updates when a candle is updated/added. Is there a way to manually force a rerender? ### To Do 1. Method to...

### Feature Description It is very difficult to see small candle prints when it overlaps with shapes/indicators. Is there a way to draw the indicators _BEHIND_ the candles? ![image](https://user-images.githubusercontent.com/6874981/191555221-3d03508b-2e6e-4c15-8ec8-235128ce6ed5.png) Small...