Cokemonkey11

Results 28 issues of Cokemonkey11

Example: https://www.youtube.com/watch?v=H5EnhW_HQqA No results for regular or adaptive streams, but pytube discovers: ``` pi@raspberrypi:~/rust-youtube-downloader $ pytube https://www.youtube.com/watch?v=H5EnhW_HQqA --list ```

**Is your feature request related to a problem? Please describe.** how do I list credits in-game, on hive description, and in my repo without copy-pasting **Describe the solution you'd like**...

enhancement

**Describe the bug** When executing runmap with mapfile and correct wurst.wc3path in settings.json, language server request fails immediately * Start with https://github.com/cokemonkey11/gods-arena/tree/cokemonkey11/obliterator * Update project/deps using update workflow * Run...

Is this something that new generics can help with?

depends-on-type-refactor

Here is an example: ``` public tuple instant(real timestamp_seconds) public function instantToIndex(instant inst) returns int return realToIndex(inst.timestamp_seconds) public function instantFromIndex(int index) returns instant return instant(realFromIndex(index)) ``` Only saves 4 lines...

enhancement
unclear/discussion

https://github.com/Cokemonkey11/the-gorge/commit/366295415c93eab49aa6b3d4218e52f25e9e44f7#diff-a3f636d1e541c7692fd4ddf2f7f7a9f2R54 If you remove the `doAfter()`, the init block will fail at runtime. It looks like this is related to the `tile` type being a bit weird

Cannot reproduce

https://github.com/wurstscript/WurstScript/blob/05650e5419b6fedd262fe0d7c1676680aebe3d74/de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/utils/Utils.java#L647 Cleaning up TODOs

The following is valid vJass: ``` method operator title takes nothing returns string return .titleText endmethod ``` Which allows you to do something like `let f = Struct.title`. This throws...

Jurst

**Is your feature request related to a problem? Please describe.** Hive~fags~rs often have a "perf-first" approach to writing jass. Sometimes it's justified since jass is so slow. Other times, it's...

enhancement

**Describe the bug** When a for-to loop's body mutates its iteration index, the exit condition doesn't correctly trigger "variable read". * Example: ``` for i = 0 to stackPointer Invulnerable...

bug