Matt DeMoss

Results 13 comments of Matt DeMoss

What's the normal behavior? Is it meant to pull a date [from the file system](https://github.com/hexojs/hexo/blob/098cf0a517924e32e111e703bcac85ae632f3e0e/lib/plugins/processor/asset.js#L66 ) if there is none found in the front matter? It's reasonable to think that...

If this feature becomes available I'll open another PR for my updated version of shuffle sort.

One thing I did in a local branch for **DX** is I changed the caching behavior in debug mode: I want to cache remote resources while I avoid caching the...

Another thing might be: clarify how we would like bridges to fail. For example, the FB bridge will return items even if the URL is missing. You could take the...

I see duplicates in my feed reader when a result from an FB group is returned without a URI by FacebookBridge. I see feed entries representing the same post with...

Is there a previous instance of safely adding a column to the DB schema I could take a look at? edit: the most recent addition of a column I found...

I updated to 5.3.1. The issue appears to be resolved with linked images and transclusions. TW not starting in some configurations may be a separate issue.

I see autosave happening only for exit from menu and for back button: https://github.com/Swordfish90/Lemuroid/blob/e070950173b40e52636b879d473503318c62d1fd/lemuroid-app/src/main/java/com/swordfish/lemuroid/app/shared/game/BaseGameActivity.kt#L924 https://github.com/Swordfish90/Lemuroid/blob/e070950173b40e52636b879d473503318c62d1fd/lemuroid-app/src/main/java/com/swordfish/lemuroid/app/shared/game/BaseGameActivity.kt#L749 Maybe it's appropriate for a save to happen in ~~onPause or~~ onStop. https://github.com/Swordfish90/Lemuroid/blob/e070950173b40e52636b879d473503318c62d1fd/lemuroid-app/src/main/java/com/swordfish/lemuroid/app/mobile/feature/game/GameActivity.kt#L462

Oddly, if the pause menu is open when hitting home, the active game will not exit.

Maybe all that can be done is to document the `--` After giving it some thought, trying to do what coreutils echo and some others do (`echo "-n-"` works and...