Skip to content
#

ZEIT

zeit logo

ZEIT's mission is to make cloud computing as easy and accessible as mobile computing. It builds products for developers and designers, and those who aspire to become one.

Here are 346 public repositories matching this topic...

sindresorhus
sindresorhus commented Jul 30, 2016

Themes are visual and it's hard to get a feel for them from just a short description, so people would usually end up having to visit them all. Would be nice if the list of themes included a screenshot of each theme. Even better if they were made by scripting HyperTerm programmatically so all screenshots had the same dimensions and content.

For inspiration of how it could look, see https://github.

swr
GuiHash
GuiHash commented Nov 26, 2019

Hi,

It seems that multiple arguments with object in render breaks cache :

// Make sure objects are stable
const params = useMemo(() => ({ id }), [id])
useSWR(['/api/user', params], query)

If you follow this use case :
id = 1 --> id = 2 --> id = 1
The second id = 1 doesn't have the same key in cache as the first (because params doesn't have the same ref)

Reprod

now
eterps
eterps commented Dec 28, 2019

It doesn't seem to be working if I follow the documentation, I suppose every file and directory has to be carefully named to work? I understand .rb file itself needs to be in an 'api' directory, does the 'config.ru' file also go there? Or does it have to be named 'index.ru' specifically?

Enalmada
Enalmada commented Sep 9, 2018

At the bottom of server.js, there are some paths like manifest.html, manifest.appcache, etc that don't resolve. Perhaps they were constructs from older version of next.js? I am totally new to what they might be so if those are there for a reason could you comment why/what we should be doing to benefit from them?

server.get('/sw.js', (req, res) => app.serveStatic(req, res, path.resolve('./.

bug
severo
severo commented Jan 7, 2020

Documentation

https://zeit.co/docs/v2/more/now-for-github#included-environment-variables

It would be very helpful to have an example of the possible values of the environment variables.

Additional Information

eg:

NOW_GITHUB_COMMIT_REPO | The repository of which the commit belongs. For example, when submitting a pull request from a forked repository.

Is it the URL to the

You can’t perform that action at this time.