Aareon Sullivan

Results 46 issues of Aareon Sullivan

As mentioned in https://github.com/workspacer/workspacer/pull/466, it would be awesome to add a default issue template. This behavior can be enabled in the repo settings. Here's the [guide](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository). After enabling the feature,...

enhancement
help wanted

``` [19:17:51] [main/WARN]: Error loading class: org/spongepowered/asm/synthetic/args/Args$5 (java.lang.ClassNotFoundException: org/spongepowered/asm/synthetic/args/Args$5) org.objectweb.asm.tree.analysis.AnalyzerException: Error at instruction 114: Cannot invoke "org.spongepowered.asm.mixin.transformer.ClassInfo.hasSuperClass(org.spongepowered.asm.mixin.transformer.ClassInfo)" because the return value of "org.spongepowered.asm.mixin.transformer.ClassInfo.forType(org.objectweb.asm.Type, org.spongepowered.asm.mixin.transformer.ClassInfo$TypeLookup)" is null at org.objectweb.asm.tree.analysis.Analyzer.analyze(Analyzer.java:273) at org.spongepowered.asm.util.Locals.generateLocalVariableTable(Locals.java:859)...

## What is the request? Add a command-line argument to specify config directory. ## Why is it useful? For users that keep their configs neat and tidy inside `$Env:USERPROFILE/.config`, one...

enhancement

Using more context managers, as well as dynamic temp dir creation, improve temp file handling, error handling, and logging

Instead of marking `value` for deletion by doing ```py del value # Unused. ``` ignore the variable in the function signature.

Implement generating user-friendly addresses given a public key, including prefix and checksum for checking validity.

Error when getting available scans for a timeframe and radar. Full Traceback ``` Traceback (most recent call last): File "C:\Users\Aareon\.virtualenvs\NEXRADAWSDataAccess-Wr4jm0uy\lib\site-packages\flask\app.py", line 2528, in wsgi_app response = self.full_dispatch_request() File "C:\Users\Aareon\.virtualenvs\NEXRADAWSDataAccess-Wr4jm0uy\lib\site-packages\flask\app.py", line...

And has been for at least a week, more than likely longer.

Which version(s) of Python are you supporting? Are you supporting all minor versions of Python 3, or are you targeting versions >=3.5? **Edit**: after checking the `setup.py`, I see that...

Format for releases has changed. ``` "files": [ "https://github.com/tModLoader/tModLoader/releases/download/v${tversion}/tModLoader.zip" ], ```