John Porter

Results 69 issues of John Porter

Do you have any idea how I could implement a ReactPHP EventLoop without having to use the asynchronous promises? Is there any reason why your normal Client doesn't use a...

I know this may not be the desired functionality, but here goes anyway. I use a set of classes to define stuff in the injector at route call runtime, so...

Before I even delve into trying this approach to a problem I have with some code I'm working on, I thought it best to ask first. How does Auryn handle...

feature request

I notice that the `prepare` method accepts the created instance and the injector, as it's parameters. The `delegate` method doesn't seem to accept anything (at least according to documented examples)....

documentation

I have a situation where the app I'm working with outputs full URLs (a la `http://website.com/pathname`). These URLs need to be picked up and actioned in Backbone, and I have...

discussion

I'm not sure if this is NativeView or Backbone itself, so apologies in advance. When defining an element that is in page `el: '#some-element` if the element doesn't exist, it...

question

Hi Michael, I just wanted to suggest using`xml` for the config data, rather than an `xsl` variable. The `xsl` variable needs parsing through `exsl:node-set()` where an `xml` document can be...

Please will you provide an example config with all available options in the right places? It's really hard to understand what can be done from the documentation, and what options...

Documentation

I really like the slick and easy use of Swarmpit, but it isn't very useable in automation. Our automation requirements mean that we would need to set a user up...

Q/A

Maybe I'm missing something... How would I replicate the following? ``` where ( find_in_set(tests.`compound.group`, :compound_groups) or find_in_set(tests.`compound.name`, :compound_names) ) and ( find_in_set(isolates.`species.genus`, :species_genera) or find_in_set(isolates.`species.name`, :species_names) ) ``` The parentheses...