liamwhite

Results 67 comments of liamwhite

The VKScheduler class implemented here has a similar issue to what I originally fixed in yuzu-emu/yuzu#9016; I have revised it again in yuzu-emu/yuzu#9931. It should be verified that anything which...

> its a monkey patch solution To be clear, without JS assistance, browsers _only_ make GET, POST, and OPTIONS requests. The `_method=XXX` parameter is _widely_ used across many web frameworks...

I'm not really sure what the point of making it optional would be.

yuzu supports the gdb remote protocol which can be used to debug the running application, including reading from and writing to its memory.

Booru on Rails has a relatively feature-complete search parser which generates Elasticsearch queries, and has accompanying tests: https://github.com/derpibooru/booru-on-rails/blob/master/lib/search_parser.rb https://github.com/derpibooru/booru-on-rails/blob/master/test/lib/search_parser_test.rb While I would advise against using it directly (due to licensing...

For @zwagoth: generally, in terms of work done by Elasticsearch, [getting the total count is a waste of time for searching](https://www.elastic.co/blog/faster-retrieval-of-top-hits-in-elasticsearch-with-block-max-wand), but it actually makes sense if you have a...

Just an FYI, I reset your API key for you.

The API doesn't provide this information on image pages (yet, I guess), but you can [refetch the categories from the API for now](https://derpibooru.org/pages/api#tag-response)

A code sample would be very helpful, yes. :) My ultimate plan is to use it in a similar way to how GitHub uses it, for highlighting differences between different...

@gjtorikian any update on this?