Happy-Ferret

Results 24 comments of Happy-Ferret

Temporary workaround: `npm install -g [email protected]` instead of `npm install -g sweet.js`

I experience the same crash on my Ubuntu 16.04 installation (a simple Segfault with not much info on what might possibly cause it). It only seems to happen when I...

Yea. I already searched for x86 specifics and didn't find any. Would just have been nice to know whether it runs well or if there are performance problems with the...

Looks like you were trying to get it signed by AMO. You should be able to install an unsigned version. Unless the developer (or somebody else) changes the jQuery library...

I ended up getting this somehow to work (although it still sounds godawful), after realizing I was supposed to merge all tracks into one. However, there are still instances of...

@jnraine I'm having the exact same issues. The Development Panel inside Jira actually behaves properly, anything else fails. I can't get Jira Tasks to transition, and references to Jira tickets...

Turns out the Heroku Action is no longer needed, as GitHub Actions now supports Heroku by default (just like it does Docker). I therefore removed the Heroku Action dependency and...

NVM. After some head scratching it turned out to be much easier than I had thought. ```go t := reflect.ValueOf(token.TokMap) v := t.FieldByName("typeMap").Index(int(intLit.Type)) // Prints integer type println(v) ``` I'm...

> Why print out the error, instead of returning it? Admittedly, because this project makes me feel like an utter newbie. If I simply return the error with ``fmt.Errorf``, the...

Nothing in particular (I did try the notifications module). Unfortunately, Positron can't seem to discover those modules and if I supply the full path to notifications.js, it will just complain...