Aidan Nichol

Results 8 comments of Aidan Nichol

There is another way. `````` has on undocumented property **`onOpen`** that is passed a handle to the window. The following worked for me ```tsx win.print()} > ```

I've just been playing with this and after some false attempts I came up with a simple to implement solution. I added ```clear```, a function to remove this entry from...

> How does this look? > > [master...ryanberckmans:f11e2b43a57bb314f7aa45aae56acf3f45d3076c](https://github.com/CharlesStover/fetch-suspense/compare/master...ryanberckmans:f11e2b43a57bb314f7aa45aae56acf3f45d3076c) How would you use this? I made a normal call to get my data and then wanted to clear the cache because...

I eventually realised where I was going wrong. Despite reading and understanding the instructions I somehow started thinking of env.sh as a sort of config file - but it isn't....

The net result of not running `. env.sh` was that my credentials weren't set correctly and so the design document couldn't be create but there was no obvious warning that...

This is a great component and I tried using the code above but it doesn't quite work. The `require("pouchdb-seamless-auth")(PouchDB)` statement returns a promise and that needs to be incorporated into...

I'll look into creating a PR for this. I know what you mean by saying that the semi-replication mechanism is a bit sketchy. I found that it works fine for...

How do to it is buried in the category-logger.js example. Here is how I'm doing it in my app ``` const SimpleNodeLogger = require('simple-node-logger'); const manager = new SimpleNodeLogger(); const...