Mark Nguyen

Results 14 issues of Mark Nguyen

### System Info ``` node -v v22.3.0 ``` ``` git show -s commit 7f5081da29c3f77ee830269ab801344776e61bcb (HEAD -> main, origin/main, origin/HEAD) Author: Joshua Lochner Date: Tue Jul 2 11:15:38 2024 +0200 Update...

bug

### System Info ``` "dependencies": { "@vercel/postgres": "^0.9.0", "@xenova/transformers": "^2.17.2", "next": "14.2.5", "react": "^18.3.1", "react-dom": "^18.3.1", "showdown": "latest", "use-debounce": "^10.0.1" }, ``` ``` node -v v22.3.0 ``` ### Environment/Platform -...

bug

#### Describe the bug In the old version v0.7.2, I set all my config through the environment variables on my docker container (defined in compose.yaml). I'm trying to upgrade to...

#### Describe the bug When I visit the admin snapshot page, archivebox returns Server Error 500. I think there's a small typo introduced in https://github.com/ArchiveBox/ArchiveBox/commit/f75ae805f82c50c3ba0d49c8a62b15e43cb40c10#diff-29838f94de5345a15537facb159a30f5f80a2921c394443fa0ea7ade24102779R85 where `JSONField` should be from...

why: functionality
size: easy
status: backlog
expected: next release

#### Describe the bug When running archivebox:dev in debug mode, it crashes trying to use `django-autotyping` and `requests-tracker`. I think what's happening is these are defined as "dev-dependencies" in `pyproject.toml`...

size: medium
why: functionality
touches: dependencies/packaging
status: backlog
type: enhancement
expected: next release

#### Describe the bug After logging in, clicking "LOG OUT" on the top right shows a blank page. If I go back to the homepage manually, I'm still logged in....

size: easy
why: security
status: backlog
expected: next release

**Describe the bug** All the normal content I'd expect to be cached under `/static/` have headers that prevent caching. Caching is prevented on browser and CDNs. ``` $ curl -v...

triage

Note, this required installing `bash` into the `alpine` image because `cronicle` switched `control.sh` from `/bin/sh` to `/bin/bash` in `0.9.66`. https://github.com/jhuckaby/Cronicle/releases/tag/v0.9.66 https://github.com/jhuckaby/Cronicle/commit/502f6d32ab45ae78e6da601c29a1f196ec6a2f73 Without installing `bash` onto `alpine`, you'll fail the docker...

I tried your library (super cool!) and ran into a slight problem where numpy seems to have deprecated `np.Infinity` in favor of `np.inf`. I'm running this outside of then notebook...

#### Describe the bug Latest `archivebox/archivebox:dev` seems to crash when you delete snapshots. #### Steps to reproduce 1. Visit https://hostname.com/admin/core/snapshot/ 2. Select a snapshot 3. Select the "Delete" button ####...

size: easy
status: backlog
expected: next release
why: correctness
touches: views/replayers/html/css
scope: all users