Skip to content
#

ecs

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

jonaspetersorensen
jonaspetersorensen commented Apr 23, 2020

Description:

  • A-Frame Version: <script src="../../../dist/aframe-master.js"></script>
  • Platform / Device: Windows, Google Chrome Version 81.0.4044.113
  • Reproducible Code Snippet or URL:
    All of the text demos linked in components/text

Error message:

Uncaught TypeError: navigator.xr.requestDevice is not a funct
javabeanz
javabeanz commented Jul 19, 2018
  • Add labels appropriate to the issue
    bug

  • Describe the expected behaviour and the actual behaviour
    .....
    ervice/rabbitmq created
    deployment.extensions/session-db created
    service/session-db created
    deployment.extensions/shipping created
    service/shipping created
    deployment.extensions/user-db created
    service/user-db created
    deployment.extensions/user created
    service/user created
    Er

Rua
Rua commented Mar 29, 2020

In the documentation for RestrictedStorage, there is some example code that calls comps.get_mut_unchecked(). But a search for get_mut_unchecked in the documentation turns up nothing. What type is this defined on, and what type is comps in this context? It should probably be documented.

bug
flecs
timbaileyjones
timbaileyjones commented Aug 12, 2019

While testing another PR, I found that mu pipeline logs command displays information from the pipelines, but also shows this error:

$ mu pipeline logs
[... normal, expected output ...]
func1 ▶ ERROR  ResourceNotFoundException: The specified log group does not exist.
	status code: 400, request id: f7260741-7f69-4772-b4cc-7c6a9c22d264

This error does not occur with the `-f

Defman
Defman commented Mar 2, 2020

The PlayerBlockPlacement packet is also responsible for any block interaction ie. opening chests or filling bottles from a cauldron. The current block placement system have to be reworked into the following three steps.

  1. Try to interact with the block

  2. Try to place the held item at the location

  3. Try to place the held item at the location + face

  4. Interacting with blocks simple mat

twelvelabs
twelvelabs commented Apr 27, 2020

I recently switched to ecs-deploy from the fargate CLI. I just noticed that after the change my task definitions are no longer tagged (the fargate CLI maintained them across deploys).

Looking through the source, it looks like you don't pass include=['TAGS'] when getting the task definition to copy. Unfortunately, the AWS api [doesn't return the tags

Improve this page

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

Learn more

You can’t perform that action at this time.