Aryanna Morgan

Results 81 comments of Aryanna Morgan

Ah. I think I understand. You wanted it to only change into the Step and Finish actions and still let you do the dance steps normally? I can do that....

Then it could be implemented with a setting, like `bios.disk_startup_overrides_local` with a default of `true`. In that case, it would be possible to disable the override behaviour, per-computer at that,...

Which is, honestly, also not a great design choice. If a program is running, it has a current directory. That's an attribute of live processes. The filesystem doesn't exist in...

They do, or at least they _should_. When you run `pastebin run` or `wget run`, its current directory is the directory you run it from. It then runs something else,...

> Very few programs bother to put `/` at the front of paths, so this will break a lot of code. Only if that code is executing from outside of...

[jQuery isn't actually used in this library](https://github.com/cowboy/jquery-throttle-debounce/blob/bb5bd71e405cd65ec8b750e17cf99dcdcf5cc5c9/jquery.ba-throttle-debounce.js#L54-L56) - it's only used as a namespace under which the `throttle` and `debounce` functions are registered. If `window.jQuery` [isn't a truthy value](https://github.com/cowboy/jquery-throttle-debounce/blob/bb5bd71e405cd65ec8b750e17cf99dcdcf5cc5c9/jquery.ba-throttle-debounce.js#L69) then...

Again, [it isn't](https://github.com/cowboy/jquery-throttle-debounce/blob/bb5bd71e405cd65ec8b750e17cf99dcdcf5cc5c9/jquery.ba-throttle-debounce.js#L54-L56). jQuery is not needed. jQuery is not _used_. If it is found, it's used as a namespace under which the functions are registered, otherwise it uses `Cowboy`...

Unrelated side note, I _love_ that github markdown syntax highlighting understands `zenscript` as a language.

First one requires Cross Mod Interaction, and it's probably dependent on the In-Game NBTEdit mod. OO would need some kind of API, but IGNBTE would need to actually use it....

It would require a new option _and_ new code to handle it, but you could separate posts into their own folders named by the post date/time, containing a text file...