Fuad Efendi

Results 20 comments of Fuad Efendi

I followed this guide: [Mac Puppeteer Chromium M1 Bug](https://linguinecode.com/post/how-to-fix-m1-mac-puppeteer-chromium-arm64-bug) - should be documented in README. Now, I have different issue: ``` gyp info spawn args '-Dmodule_root_dir=/Users/fefendi/java/git/algolia/autocomplete/node_modules/iltorb', gyp info spawn args...

Please document MacBook Pro M1 requirements somewhere: - XCode - Chromium - maybe something else, I don't remember. It works now. Except `npm run` command, it shows compilation errors! But...

"sitemaps" protocol supports main "sitemap index" with *many* child "sitemaps" (50k each). Example: ``` http://www.example.com/sitemap1.xml.gz 2004-10-01T18:23:17+00:00 http://www.example.com/sitemap2.xml.gz 2005-01-01 ``` Reference: https://www.sitemaps.org/protocol.html For example, Amazon.com website used this in past, and...

Using functions and bucket is brilliant solution! Another potential workaround is to use multithreaded client and upload documents in parallel; for instance, client application developed in Kotlin. And, perhaps Server...

Should it be set to boolean FALSE, or, as official documentation mentions, to string "NO"? https://firebase.google.com/docs/dynamic-links/flutter/receive

Sitemaps are “nice to have” for SEO; no need to include pagination and taxonomy pages into sitemaps; and in this case (if we ignore generated pages) it is quite easy...

Workaround: 1. Let Hugo create default sitemap.xml 2. Download it and split into multiple files, 50 URLs each 3. Follow https://www.sitemaps.org/protocol.html and create necessary files accordingly, place it in "/static"...

As per documentation at https://gohugo.io/templates/sitemap-template/, we can explicitly use page front matter: ``` sitemap: changeFreq: "" disable: false filename: sitemap-01.xml priority: -1 ``` Hugo also supports `sitemapindex.xml` generation. Simple script...

Ok, I didn't know that... but then, to confirm, we have sitemap-index feature, and we still don't have multi-index support? For now, I run local build which generates huge sitemap,...

I have 270k modern terminology dictionary, all English, why should I filter "most interesting" terms? My workaround it simple: let Hugo generate huge XML, then take scissors and cut it...