Glynn Bird

Results 19 issues of Glynn Bird

I noticed that when I ran my application with ``` DEBUG="*" node myapp.js ``` I wasn't seeing any debug output from Nano. I had a look at the code and...

In the 10.0.0 dependency bump, axios-cookiejar-support was left at `^1.0.1` when the latest is `2.0.4`. Why wasn't this updated in line with the others? Well... - the syntax for how...

dependencies

## Overview Removes `axios-cookiejar-support` and replaces it with `http-cookie-agent`, which is basically the same logic but it works with our custom http/https agents. This means that - issue #295 gets...

The `db.search` function has an optional `drilldown` parameter which can be either 1. an array e.g. ```js db.search('ddoc', 'search', { q: '*:*', drilldown: ['author','Dickens'] }) ``` or 2. an array...

The naming of the `atomic` function confuses users. I propose - change the docs to use `updateFunction` instead of `atomic` - retain `atomic` for compatibility for now.

## Overview Added to .asf.yaml to protect the main branch and, by omission, unprotect the master branch. See https://cwiki.apache.org/confluence/display/INFRA/git+-+.asf.yaml+features#git.asf.yamlfeatures-BranchProtection ## Testing recommendations No code changes. Ensure after merge that the...

As a `PixieApp developer`, I want to `use GitHub` so that `I can version my assets` ### Expected behavior When configuring a PixieApp, I should be able to supply the...

As `notebook user`, I want to `us a NONE option in Pixiedust` so that I can `display data that is already aggregated and sorted`. ### Expected behavior If I have...

matplotlib
brunel
bokeh

As a `notebook user`, I want to `be able to visualise display an aggregated Pandas data frame` so that `I don't have to pre-process the data before passing it to...

Couple of lines of code to display recording size in kilobytes and then megabytes as the size grows. As outlined in issue #21