Jason Sobell

Results 13 issues of Jason Sobell

Having often forgotten that `selectedThing` needs to be bound as `selected-thing`, this would be an excellent feature to provide a visual warning on! Excellent plugin, by the way. Please do...

* Wavebox Version: 10.0.90.1 core * Operating System & Version: Windows 10 64 * Account type (if applicable): Attempting to register full version Clicking PayPal gives a permanently spinning padlock,...

If an IJob based instance is specified but not added to the IoC container, the call to `ServiceCollectionJobFactory.NewJob` returns a null object. This results in an untraceable Quartz.Net exception of...

### What happened? When attempting to deploy to locally hosted Windows machines (`runs-on: [self-hosted,DEV]`) a 503 error randomly occurs, making deployment a hit and miss operation. Re-running the process sometimes...

bug

Posting on behalf of > Alex Dresko @alexdresko "Heads up for anyone wishing to making life easier for new devs -- Please document the relationship amongst: replaceable parts, templates, compose,...

I'm experiencing issues with the current implementation related to the storage of internal state: The state machine should ideally be stateless, as the only state present within a state machine...

``` > var d=new Date() undefined > d Wed May 02 2018 23:03:18 GMT+1000 (AUS Eastern Standard Time) > d.setDate(3) 5 > d Sat May 05 2018 23:03:18 GMT+1000 (AUS...

bug
date

Can you give an overview of the reason for use of Modules vs simply Eval'ing scripts to a Context? Can we load a set of libraries into Modules? Can Modules...

An optional timeout parameter for `Eval` that raises a `TimeoutException()`, to prevent runaway scripts.

feature

At the moment there doesn't seem to be any converting a native object to JSON. Adding `toJSON` to a .NET class results in a serialised string, and while you can...

feature