Shirshak

Results 52 issues of Shirshak

Yesterday I left my program running the whole night and in today morning I tried to clear requests from UI. But UI is frozen. I see a loading icon in...

Httptoolkit can be ran without electron ./bin/httptoolkit-server start but it wouldn't run in background (unless we use screen/tmux/ etc.) It would be nice if we can use it as daemons...

When I change proxies its not being changed and sometimes it uses an old proxy sometimes doesn't use a proxy. It's creating a lot of confusion. It seems a bit...

It would be nice to have some certificate management view. Certs are sensitive things so it should display information like which algo it uses to self sign etc. And currently,...

I think it will be great

For this code in vuex module ``` mutations: { setBooks: (state, books) => { state.all = books; }, }, ``` It shows red in state.all and shows this error message....

I am unable to build because the server isn't available for MacBook silicon. Here is the error. ``` npm run build > [email protected] build > npm run build:src && npm...

I usually don't care about formatting as prettier do well for me. Maybe we can add prettier so that we can get consistent formatting? We can even go one step...

Remount and add certificate if we can't do it "normally" Magisk seems to be buggy. I created a module, used certs, etc. But, it always gives some weird error. So,...

I get so many weird errors ` import $C from "js-combinatorics" ` ``` export const version = '1.5.4'; ^^^^^^ SyntaxError: Unexpected token 'export' at Object.compileFunction (node:vm:352:18) at wrapSafe (node:internal/modules/cjs/loader:1025:15) at...