Coder Social home page Coder Social logo

extension-getting-started's Issues

Issues with Native Developer Rig

I'm not sure if this is in the right place, as it seems to be more an issue to do with the native Developer Rig than anything, but the native Developer Rig doesn't seem to be on GitHub, so I'm posting this here. Let me know if there's a better place for it. I downloaded the native Developer Rig, and created a new project with this boilerplate. Upon running the frontend and backend, and creating a new video component extension view, I could not see the extension, I saw the below.

Screenshot 2020-01-30 at 09 29 02

I then opened it in a browser, and upon investigation, found that the extension was rendering, but an element above it was collapsed to be 2px by 2px, so everything contained, including the extension wasn't visible.

Screenshot 2020-01-30 at 09 26 41

I found to fix this I had to change some CSS manually on this element.

Screenshot 2020-01-30 at 09 26 10

I had to change the CSS to the follow (the top and bottom are most likely resolution dependent I imagine, more a quick fix than anything just to get something visible and over the video portion of the player):

element.style {
    border: 1px solid rgb(125, 85, 199);
    left: 0px;
    position: absolute;
    top: 100px;
    /* height: 0px; */
    /* width: 0px; */
    bottom: 80px;
    right: 0;
}

Once I did this, the extension was visible as expected:

Screenshot 2020-01-30 at 09 28 46

However this isn't possible to do so that it shows up in the Developer Rig.

Am I doing something wrong, is there any extra configuration that needs to be done? Or is this an issue with the Developer Rig? If it's an issue with the rig, do you know how to escalate it so it can be fixed?

extensions

Number 6 does not exist................

001
002

Issues with preflight requests

AJAX request sent from front-end is permanently held by preflight requests,
causing the sample code unable the refresh with initial color nor cycle when clicking the button.

Possible fix:

  1. Replace and update the hapi package to @hapi/hapi
  2. Add a route in the backend for OPTIONS method to handle the preflight request.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.