Paul Mundt

Results 8 issues of Paul Mundt

This is an initial attempt at getting notifications from our backend into the system, which we plan to expand with additional events and actions over time.

This fixes up the requirements and adds a skeletal `setup.py` which is enough to enable the package to be installed by other applications looking to work with the API.

The isPresent test only lets us know whether the native getFromLocation and getFromLocationName APIs are available, but doesn't say anything about the APIs ability to return results. In cases where...

In experimenting with OpenFaaS, the lack of a Dart runtime created some difficulties for me during evaluation, so I've gone ahead and written one: - https://github.com/adaptant-labs/openfaas-dart-template

When running 'make gen' outside of a GOPATH, it fails to update the generated files in-place, and further gets confused, as it's unable to locate the working descheduler directory. The...

cncf-cla: yes
size/M
kind/cleanup
needs-rebase
ok-to-test

## My actions before raising this issue - [ ] Followed the [troubleshooting guide](https://docs.openfaas.com/deployment/troubleshooting/) - [ ] Read/searched [the docs](https://docs.openfaas.com/) - [x] Searched [past issues](/issues) Trying to run the default...

I am currently in the process of putting together Rust bindings for esminiLib through FFI for use in another project and have hit a wall with how to make esminiLib...

### Description Extended the json_util query module to support loading from a passed in JSON string. This can be helpful in cases where a client wishes to e.g. create node...