Results 13 comments of Dan E

Update for Gatsby 4. To enable, in `gatsby-config.js`: ``` module.exports = { jsxRuntime: "automatic" }; ``` https://www.gatsbyjs.com/docs/reference/config-files/gatsby-config/#jsxruntime

There probably should be some documentation in the project.

The issue is that the method `downloadfile` also uses the [`getfilelink` method](https://github.com/pCloud/pcloud-sdk-js/blob/master/src/client/methods/downloadfile.js#L13) which ["can't be used from web applications. Referrer is restricted to pcloud.com"](https://docs.pcloud.com/methods/streaming/getfilelink.html). See #4.

Is this module a bit abandoned? Still no conformation that this is for Express 4.x and there are stale bugs in both this project and connect-flash. Seems like the functionality...

This has also been flagged as part of our accessibility autit for a project in DWP. Would it be resonable to add both attributes? Then we'd be backward compatible and...

I've changed the names of the fonts in Font Forge to get rid of that "duplicate" error, I don't know enough about Font Forge to tackle the other issue yet....

@dungla4 No worries, yup PR has been created. I've also done one for [Firicico](https://github.com/kosimst/Firicico/pull/1). Sure, open up the font file in FontForge and go to 'Element > Font Info' (Or...

I'm using the express-generator directory layout structure. I'm struggling to get `ensureLoggedIn()` with my '/users' route in `app.js`: ``` var users = require('./routes/users'); ... app.use('/users', ensureLoggedIn(), users); ... ``` Thought...

Hi @cefn, Yeh, sorry man, it ain't a bug I just thought I'd write a quick message to see if anyone already knew the answer to what I'm trying to...