The Wayback Machine - https://web.archive.org/web/20210821072649/https://github.com/topics/edge
Skip to content
#

edge

Here are 544 public repositories matching this topic...

jouve
jouve commented Jun 3, 2021

Description

let's say I have an apache process group I want to control.

  • when using supervisord.running, the name must be apache:* (which is the same notation used by supervisor)
  • when using supervisord.dead, the name must be apache: (without the *)

As both states mirror each other, I expect them to use the same convention for name, the one from running since it

serverless-next.js
ignaciolarranaga
ignaciolarranaga commented Aug 14, 2021

Issue Summary

The stack generated has issues with the name of the regeneration queue when setting a domain name as name for the bucket (it doesn't pass the name constraints).

Actual behavior

The stack can not be created

Expected behavior

Be able to create the stack :)

Steps to reproduce

  1. Create an app with some page that needs dynamic regeneration and try to put it o
GowthamKudupudi
GowthamKudupudi commented Jun 15, 2021

Description
If the Triton server build fails due to any reason, I have to delete the /tmp/citritonbuild/<backend> folders to prevent the next rebuild from throwing git repo already exists error.

Triton Information
r21.05

I am building the Triton server myself.

To Reproduce
uninstall one of the dependency needed by a backend.
run build.py with all the backends enabled

faasd
MaixPy
junhuanchen
junhuanchen commented Jan 11, 2021

About this question, here is a unified reply.

We need to see this place where one is the definition and load the configuration.

https://github.com/sipeed/MaixPy/blob/master/components/micropython/port/builtin_py/board.py

If you don't provide the configuration, you won't get the concrete variable.

If it is SIPEED published hardware, the appropriate configuration is provided here.

htt

nanos
wjhun
wjhun commented Mar 24, 2021

The virtio_scsi driver enqueues buffers to the eventq but does not actually handle them on completion. The following events could be reported to the driver which require some action to be taken:

  • transport reset: This may occur as a result of hotplug events or a device being reset. Sense codes cannot be relied on when new devices or busses appear, so this event needs to be handled.
  • asynchro

Improve this page

Add a description, image, and links to the edge 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 edge topic, visit your repo's landing page and select "manage topics."

Learn more