Package Details: insomnia 9.0.0-1

Git Clone URL: https://aur.archlinux.org/insomnia.git (read-only, click to copy)
Package Base: insomnia
Description: Cross-platform HTTP and GraphQL Client
Upstream URL: https://github.com/Kong/insomnia
Licenses: MIT
Submitter: kpcyrd
Maintainer: Gobidev
Last Packager: Gobidev
Votes: 23
Popularity: 0.075716
First Submitted: 2020-10-19 17:29 (UTC)
Last Updated: 2024-04-24 10:26 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 9 Next › Last »

BogdanDarius commented on 2022-12-15 20:12 (UTC)

Yarn should be added as build dependency.

Gobidev commented on 2022-11-22 18:21 (UTC)

@noraj I don't think these are really fitting keywords for insomnia, though I will look into adding keywords in the future.

noraj commented on 2022-11-22 14:22 (UTC)

I suggest adding the following line to the desktop entry:

Keywords=GraphQL;REST;gRPC;SOAP;openAPI;GitOps;

Gobidev commented on 2022-09-30 12:48 (UTC)

@bradpitcher thank you!

bradpitcher commented on 2022-09-29 22:55 (UTC)

Build does not work as is on arm64 because the dist directory is linux-arm64-unpacked. These changes fix it

diff --git a/PKGBUILD b/PKGBUILD
index e9cee13..2cf7e86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -48,7 +48,7 @@ package() {
   install -Dm644 ${pkgname}.desktop -t "${pkgdir}/usr/share/applications"
   cd ${pkgname}-core-${pkgver}
   install -d "${pkgdir}/opt/insomnia"
-  cp -r "packages/insomnia/dist/linux-unpacked/." "$pkgdir/opt/insomnia"
+  cp -r packages/insomnia/dist/linux-*unpacked/. "$pkgdir/opt/insomnia"
   install -Dm644 packages/insomnia/src/ui/images/insomnia-logo.svg "${pkgdir}/usr/share/pixmaps/insomnia.svg"
   install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
 }

svrmirac commented on 2022-08-08 07:33 (UTC)

thank you, @Gobidev - that fixed it.

Gobidev commented on 2022-08-07 19:48 (UTC)

@mehanoid @svrmirac I was able to reproduce the error and added an environment variable that should fix it.

mehanoid commented on 2022-08-07 18:06 (UTC)

I have the same error, although there are still 10 GB of free RAM

Gobidev commented on 2022-08-06 13:05 (UTC) (edited on 2022-08-06 13:05 (UTC) by Gobidev)

@svrmirac looks like you don't have enough RAM, I recommend setting up a swapfile (https://wiki.archlinux.org/title/Swap).

svrmirac commented on 2022-08-06 09:48 (UTC)

Out of memory error, yay updating to the latest version:

<--- JS stacktrace --->

FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
1: 0xb09980 node::Abort() [node]
2: 0xa1c235 node::FatalError(char const*, char const*) [node]
3: 0xcf784e v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, bool) [node]
4: 0xcf7bc7 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, bool) [node]
5: 0xeaf465  [node]
6: 0xebf12d v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, 8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [node]
7: 0xec1e2e v8::internal::Heap::AllocateRawWithRetryOrFailSlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [node]
8: 0xe8336a v8::internal::Factory::NewFillerObject(int, bool, v8::internal::AllocationType, v8::internal::AllocationOrigin) [node]
9: 0x11fc0b6 v8::internal::Runtime_AllocateInYoungGeneration(int, unsigned long*, v8::internal::Isolate*) [node]
10: 0x15f0b19  [node]
==> ERROR: A failure occurred in build().
Aborting...