-
Let's allow a semicolon before short inlined if-return to cleanup error handling code - like this:
```
err := funcX(); if err != nil { return err }
err = funcY(); if err != nil { return err }
```
…
-
Build a simple web-GUI in Flask that can authenticate users, let users add/view their existing functions (and runtimes?), and their resource configs. Should dynamically return function results in the …
-
Currently the endpoint is a pretty bulky, deploying a parsl DFK with providers and all of that for functionality already supported by the remote interchange model. This model also requires the user to…
-
Collect resource usage data from the managers and have the forwarder report it to Redis for tracking, visualizations, and counter updating!
-
Running this code snipset on Theta always fails.
```
import parsl
from parsl.providers import LocalProvider, CobaltProvider
from parsl.channels import LocalChannel
from parsl.launchers import Sin…
-
We should record the uuid assigned to an endpoint in a ~/.funcx/funcx.cfg file and retrieve it when we start the endpoint.
-
We need a separate test environment we can use to work through updates.
-
Add support back in for async tasks.
-
If I start creating a model and delete an element and keep creating a model I get the following error when I click the analysis button:
![screen shot 2018-10-16 at 9 23 59 pm](https://user-images.g…
-
Apache Beam is using GoGradle Plugin to integrate Go SDK into build.
Trying to update Gogradle to latest 0.11.1 version triggers a NoSuchElementException
```
Caused by: java.util.NoSuchElementExc…