-
Look at this payload.
Channel ID is **integer**.
Author id is **integer**.
Message id is **integer**.
But when asking about `User.current(state[:rest_client])` the result user ID is a **string**.
T…
-
```
./main STOCK_SYMBOL_THAT_DOESNT_EXIST -d
Error from reader: * Line 1, Column 1
Syntax error: value, object or array expected.
terminate called after throwing an instance of 'Json::RuntimeErr…
-
Hi, thanks for your work on this. I've found it very helpful.
buildBatchQuery() in utilities/index.js is using _filters_ (plural) in the query string while the api seems to want _filter_ (singular…
-
symbol_groups = list(chunks(stocks['Ticker'], 100))
symbol_strings = []
for i in range(0, len(symbol_groups)):
symbol_strings.append(','.join(symbol_groups[i]))
final_dataframe = pd.DataFram…
-
That would heavily simplify the management of updates for users and make the installation much simpler, just run `pip install neosr` and one would be ready to go.
As the config templates wouldn't b…
-
I configure SiteEncrypt like so
```elixir
@impl SiteEncrypt
def certification do
SiteEncrypt.configure(
client: :native,
db_folder: "/tmp/niss_site_encrypt_db_dev",
directory_ur…
-
Hi
I'm posting this at the request of Martin Wimpress. I emailed him the following yesterday.
Hi
I was listening the overview of Mate 1.20 on Linux unplugged and heard
that the stock ticker is b…
-
For intraday prices, Tiingo can provide the IEX volume if explicitly requested as
"?columns=open,high,low,close,volume" per their docs.
Unfortunately the get_dataframe doesn't expose this, when …
-
Traceback (most recent call last):
File "stockscore.py", line 7, in
from stockscore.data import get_symbols
ImportError: cannot import name 'get_symbols'
-
In order to be able to create Rules , Rule Groups and Rule Sets, in the header should contain an API Key.
The proposal mechanism to create api_keys is as follows:
- Admin creates the merchant an…