Kevin Pham

Results 16 comments of Kevin Pham

I removed the battery indicator completely from the right status bar and the problem went away: `~/.tmux.conf.local` ``` tmux_conf_theme_status_right='#{prefix}#{pairing}#{synchronized}, %R , %d %b | #{username}#{root}' ```

Yes, it should be part of the root namespace. Thanks.

Same issue with me too...

> Can you give me more clarity on these parts? 1. Implement a function that retrieves the ChatGPT cookie from either in-memory variable (I would recommend not persisting on disk...

How far do you think before the work is merged? This is very exciting research.

Nice work! I've been thinking about how to generate rules for any site, in an automated fashion. One of the main roadblocks is figuring out whether or not a site...

@joncrangle I could work on the backend API if you want to work on the frontend display with nice typography. I'm thinking a `GET` to `/api/https://example.com` should return: ``` {...

@joncrangle I like the frontend. I'm thinking to handle images, we could return it like this: `GET` `/api/content/https://example.com` ```json { "success": true, "error": { "message": "This is an example message....

This looks fantastic. I’m excited. Im working on a refactor of the core proxy logic but the API should be ready soon.

I'm still stuck on a refactor, so no real work has been done on it yet. Metascraper seems interesting, thanks for sharing. It seems to rely on a headless browser,...