Lori

Results 10 issues of Lori

Running the following chartify code: import chartify data = chartify.examples.example_data() price_by_date = ( data.groupby('date')['total_price'].sum() .reset_index() # Move 'date' from index to column ) print(price_by_date.head()) ch = chartify.Chart(blank_labels=True, x_axis_type='datetime') ch.set_title("Line charts")...

`SyntaxError: Invalid regular expression: /^[a-zA-Z0-9-_]+)$/: Unmatched ')' at new RegExp () at reduceRouteComponents (C:\project\node_modules\wpapi\lib\route-tree.js:83:3) at Array.reduce () at reduceRouteTree (C:\project\node_modules\wpapi\lib\route-tree.js:182:18) at C:\project\node_modules\wpapi\lib\util\object-reduce.js:25:20 at Array.reduce () at module.exports (C:\project\node_modules\wpapi\lib\util\object-reduce.js:24:3) at buildRouteTree...

Tried using node-wpapi on a website which only supports ipv6 and it returns: `code: 'ETIMEDOUT',`

I have a .htaccess protected site how can I use this library with my site?

I use cloudflare on my site and I only get 108.162.212.* - 108.162.239.*(cloudflares ip's) so I can't whitelist my ip there is a way around this: http://stackoverflow.com/questions/14985518/cloudflare-and-logging-visitor-ip-addresses-via-in-php

Feature Request

Caused by changed behaviour of v1 API. Making the / return a 404 error. Fixed this by one appending a / when there are parameters to append.

Can you add oauth support because I want to use this for a webapplication and it's a bit inconvenient for user to search for there apikey

It seems like the script is not working anymore. On what version was it working? Error log: `C:\Users\name\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\framework\dtypes.py:516: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is...

I recently started with connecting my rf devices to the internet using an arduino to copy the rf (decimal)singals and using a raspberry pi to send the singals. My rf...

When i trie to compile lci I get the following error: `Running cmake with command: "cmake ." and writing results to configure.out. Error installing: There was a CMake error `...