Sawood Alam

Results 409 comments of Sawood Alam

> What is the typical size of a CDXJ file in terms of line count and byte size? Would it be possible to just load it into RAM as Python...

While I listed all the atomic requirements earlier, actual API, based on the usage requirement, can be much more simpler and efficient with only two public functions: ``` get_all_mementos(urir) ->...

Irrespective of it being used as a usual web application or natively packaged desktop application, I would prefer keeping the replay and indexer separate from the presentation layer. The server...

> That's the idea. What about something akin to memgator's web interface? That's how I think about it. Provided, there is much more planned on the MemGator's web UI part,...

A few points here: 1) I could certainly not recommend an IP-based whitelisting because it is not feasible in situations when process runs in containers or on a remote server,...

* [A minimal custom HTTP Basic Auth implementation](http://flask.pocoo.org/snippets/8/) * [An extension just for HTTP Basic Auth](https://flask-basicauth.readthedocs.io/en/latest/) * [A more generic HTTP Auth extension that includes Basic Auth](https://flask-httpauth.readthedocs.io/en/latest/)

In the accesslog-parser repo we use both TravisCI and GH Workflow, but planning on retiring the former which was put in place before I included the latter. ### Potential Advantages...

Perhaps we can add GH Workflow for testing (and in the future for other tasks like publishing to PyPi) while keeping TravisCI in place. After a while if we feel...

I have created and published an independent [GitHub Action about IPFS setup](https://github.com/marketplace/actions/ipfs-setup-action) in the marketplace that we can leverage in this repo.