Aymane Sennnoussi
Aymane Sennnoussi
 Is this something new ? because I used to have it next to the user name.
I want to enqueue a job at California timezone. Will it work or will it ignore the timezone and execute at django's defined timezone ? Thanks
I would like to authenticate the user from my website on the chatbot, so I can save the chat on his logs on my website. FB offers the account_linking method:...
I'm trying to run the simple example: import { request } from 'graphql-request' const query = `{ Movie(title: "Inception") { releaseDate actors { name } } }` request('https://api.graph.cool/simple/v1/movies', query).then(data =>...
On Ubuntu 19.04 ` /root/incubator-pagespeed-ngx-latest-stable/src/ngx_url_async_fetcher.cc:53: multiple definition of `net_instaweb::NgxUrlAsyncFetcher::NgxUrlAsyncFetcher(char const*, ngx_log_s*, unsigned long, unsigned long, ngx_resolver_s*, int, net_instaweb::ThreadSystem*, net_instaweb::MessageHandler*)'; objs/addon/src/ngx_url_async_fetcher.o:/root/incubator-pagespeed-ngx-latest-stable/src/ngx_url_async_fetcher.cc:53: first defined here /usr/bin/ld: objs/addon/src/ngx_url_async_fetcher.o: in function `net_instaweb::NgxUrlAsyncFetcher::FetchComplete(net_instaweb::NgxFetch*)':] `
I'm trying to build and run. My config: ``` buildModules: [ 'nuxt-purgecss', ... ], ``` ``` build: { // analyze: true, crossorigin: true, extractCSS: true } ``` Full error: ```...
Hi, how could I add a font using NuxtJS implementation? Thank you
Please
Hi ! If you implement this feature, that'd be great ! Thanks
is there a documentation that shows how you actually install it ?