Skip to content
#

distributed-computing

Here are 1,259 public repositories matching this topic...

fjetter
fjetter commented Apr 20, 2022

tornado.IOLoop.run_sync is deprecated and must be removed from our code base.

The CLI scripts are all calling this and a replacement with asyncio.run should be possible

Caveats

  • The way we handle signals needs to be adjusted
  • Once asyncio.run finishes we need to ensure the tornado loop is also closed
  • behaviour of preload modules may be affected if they are using loops about whe
good first issue
nooraangelva
nooraangelva commented Aug 4, 2021

Summary

What change needs making?
Example script on how to use created secret successfully.
I have tried myself using the following code from test
It creates a secret successfully but fails to echo the secrets value.

Use Cases

When would you use this?
when I n

enhancement good first issue help wanted

A full stack, reactive architecture for general purpose programming. Algebraic and monadically composable primitives for concurrency, parallelism, event handling, transactions, multithreading, Web, and distributed computing with complete de-inversion of control (No callbacks, no blocking, pure state)

  • Updated Mar 6, 2021
  • Haskell
tatssato
tatssato commented Sep 29, 2020

the query!() macro accepts the QueryFilter which is a union of each of the field in the QueryFilter struct.
Right now, you can only specify one variant of the HeaderType enum in the header_type() method for QueryFilter.
This may not be necessary (because we can filter HeaderType in zome_fn level against what is returned from query macro), but may be nice to have if the header_type fiel

enhancement good first issue

Improve this page

Add a description, image, and links to the distributed-computing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the distributed-computing topic, visit your repo's landing page and select "manage topics."

Learn more