Darrel O'Pry

Results 377 comments of Darrel O'Pry

So if JSON supported serializing +/-Infinity and NaN then this would be something that could be considered?

https://stackoverflow.com/questions/1423081/json-left-out-infinity-and-nan-json-status-in-ecmascript has some insight into Infinity and NaN in JSON.

Reproduction. 1) setup a wagtail instance without wagtail_serve, and with grapple. Create a with a stream field with some rich text block, setup a link to a page in the...

I have no intent to continue working on this PR in the near future. Anyone should feel free to continue the work.

Cool. Probably beyond my availability for additional work on this issue. We're actually moving away from WebMidi.js to just use the Wed MIDI API directly in our use cases. Thanks...

I would strongly lead toward being explicit over magic sauce logic. It's less code to maintain and less magic admins and maintainers need to know about, and there is zero...

passing access_token on a query string is not suppored.

@matthewjumpsoffbuildings not really. I'm not that good of a C developer. Feel free to have it yourself if it's a problem for you. I switched to https://www.npmjs.com/package/@julusian/midi since it seems...

I'm feel like the problem is https://github.com/torchbox/wagtail-grapple/blob/bcf83c88ccbcd1e17e61b1e07babf98604463b7f/grapple/types/pages.py#L181 I feel like live() should not be included if token is set.