Timon

Results 104 comments of Timon

> ``` > sudo apt install linux-modules-extra-raspi > ``` I'm on Debian 11 (Bullseye) (arm64) and this package not available in the Debian Repo. Is there a alternative version of...

Me too on Ubuntu 19.04. But Windows 10 is working just fine

Could you launch Bruno from a Terminal/CLI and check the Logs? It should log the error like this: `Could not send the above console.log to the BrowserWindow: "Reason"`

Looks good! One thing: I would probaly move the `mimeTypes.js` one folder up into the `codemirror` folder and rename it to something like `autocompleteConstants.js`.

Bruno runs on Electron 21 so Node 16, could a side effect of `vm2` but I'm not sure. You can try my fork: https://github.com/Its-treason/bruno/releases/tag/nightly `crypto.subtle` is usable with it. My...

> Any progress on this issue? Not really. I try (or somebody else) to look into it the next few days. But i think it should be a relatively easy...

Hey @george-hopkins, the Build published by Anoop on the Snap-Store, GitHub Release etc. includes the proprietary code for the "Golden Edition". That's why there are more files/file changes in the...

Probably because the "prettifying" is done using `JSON.stringify`/`JSON.parse`, we need to start using the `lossless-json` package everywhere.

Hey @otiskujawa, pretty cool that you are still developing Naoko and I hope the rewrite I made earlier this year made it easier to change stuff around in Naoko. I'm...

As a workaround: You can set custom request methods inside the pre-request-script: ```js req.setMethod("SEARCH") ```