Jeff Mixon

Results 14 comments of Jeff Mixon

Two follow-up details 1. Adding an `openseaApiKey` resolves this issue 2. The contract address for `showcaseItemIds` appears to be case sensitive. That is not immediately intuitive and I think would...

As @darkr4y pointed out, this is the solution for Nethunter at least: ``` bash diff --git a/wifite.py b/wifite.py index 3fb72e8..65a7999 100755 --- a/wifite.py +++ b/wifite.py @@ -2340,7 +2340,7 @@ class...

I'm also having this issue with several other arbitrary files in my project. Any ideas?

Thanks. That makes sense. I thought originally some colours were even missing but I think not. The must also be applying some kind of mask on some of the palettes...

I just ran into this issue as well. One use case is if you are signing the JSON response with an cryptographic key for the purposes of e.g. non-repudiation, the...

Copying labels from group to group even in a single instance would be very desirable @matm. Currently I have a crude script to do this with `curl` and `jq`.

I see the same error rarely in analytic logs, though I haven't been able to reproduce it myself yet. ``` java java.lang.NullPointerException com.kopfgeldjaeger.ratememaybe.RateMeMaybeFragment.onCancel(RateMeMaybeFragment.java:78) android.app.Dialog$ListenersHandler.handleMessage(Dialog.java:1236) android.os.Handler.dispatchMessage(Handler.java:99) android.os.Looper.loop(Looper.java:137) android.app.ActivityThread.main(ActivityThread.java:4898) java.lang.reflect.Method.invokeNative(Native Method) java.lang.reflect.Method.invoke(Method.java:511)...

I too would also like to, for example, a list of all files added in a given layer as you can see in the UI viewed but represented in JSON...

This is actually a bug in `@react/types` after `18.2.19`. This PR https://github.com/DefinitelyTyped/DefinitelyTyped/pull/66304 attempted to remove `crossOrigin` from the input type, but failed to remove it from the base element type...

See my comment here to solve this manually https://github.com/OctoPrint/OctoPrint/issues/4998#issuecomment-2098983838