Joel Margolis

Results 8 issues of Joel Margolis

``` Scope is class com.github.javaparser.ast.expr.ArrayAccessExpr lS.h[n3] java.lang.ClassCastException: com.github.javaparser.ast.expr.FieldAccessExpr cannot be cast to com.github.javaparser.ast.expr.NameExpr at com.heliosdecompiler.helios.tasks.DecompileTask.recursivelyHandleNameExpr(DecompileTask.java:728) at com.heliosdecompiler.helios.tasks.DecompileTask.access$000(DecompileTask.java:57) at com.heliosdecompiler.helios.tasks.DecompileTask$1.visit(DecompileTask.java:444) at com.heliosdecompiler.helios.tasks.DecompileTask$1.visit(DecompileTask.java:206) at com.github.javaparser.ast.expr.MethodCallExpr.accept(MethodCallExpr.java:73) at com.github.javaparser.ast.visitor.VoidVisitorAdapter.visit(VoidVisitorAdapter.java:796) at com.heliosdecompiler.helios.tasks.DecompileTask$1.visit(DecompileTask.java:274) at com.heliosdecompiler.helios.tasks.DecompileTask$1.visit(DecompileTask.java:206) at...

Fixes https://github.com/pdevty/amp/issues/1

For some reason google analytics don't seem to be working even thought I have set `googleAnalytics` in my `config.toml` ``` yaml ... googleAnalytics = "my tracking ID here" ... ```...

I seem to be getting a `MemoryError` when trying to generate a story and im not quite sure how to fix it. ``` Traceback (most recent call last): File "D:/Users/teknogeek/Documents/Code/NeuralStoryteller/test.py",...

_This issue was automatically created by [Allstar](https://github.com/ossf/allstar/) and refers to [trailofbits/manticore](https://github.com/trailofbits/manticore)._ **Security Policy Violation** Project is out of compliance with Binary Artifacts policy: binaries present in source code **Rule Description**...

bug

This PR adds the AudioUtils and PickersUtil libs that are required to build the project. The original PR included other changes so I have split it into a separate PR...

This upgrades `TwitchLib.PubSub` to the latest version, as well as moving it to a git submodule instead of an external dependency. This upgrade fixes the following warnings shown during build:...

This adds browser launching customizations to the `Channel Monitor` action. This allows users to specify a custom exe to launch the URL with, as well as add `--new-window` and `--app`...