Giter Club home page Giter Club logo

support's People

Contributors

jxnblk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

cwonrails

support's Issues

Dynamic content/JavaScript

First of all this is really πŸ†’ !

Correct me if I'm wrong… the general idea is that you write markdown files for content and everything else around it is React components that we can configure through the UI or compositor.json file.

Is it possible to have dynamic content? For example I threw in some divs, style tags and loading some JS using script tags. All of that is stripped out. How can I include those? Or is that not really something I should be doing?

Emoji support

I get emojis as text, would be great to support them for the sites.

screenshot_1

"tweet"

Is there a way to remove the "tweet [this]" button?

expired cert for app.compositor.io

heya, ICUMI, heads up that https://app.compositor.io is servicing requests w/ an expired cert:

❯ curl -vI https://app.compositor.io
* Rebuilt URL to: https://app.compositor.io/
*   Trying 184.72.237.116...
* TCP_NODELAY set
* Connected to app.compositor.io (184.72.237.116) port 443 (#0)
* SSL certificate problem: Invalid certificate chain
* Closing connection 0
curl: (60) SSL certificate problem: Invalid certificate chain
More details here: https://curl.haxx.se/docs/sslcerts.html

curl performs SSL certificate verification by default, using a "bundle"
 of Certificate Authority (CA) public keys (CA certs). If the default
 bundle file isn't adequate, you can specify an alternate file
 using the --cacert option.
If this HTTPS server uses a certificate signed by a CA represented in
 the bundle, the certificate verification probably failed due to a
 problem with the certificate (it might be expired, or the name might
 not match the domain name in the URL).
If you'd like to turn off curl's verification of the certificate, use
 the -k (or --insecure) option.

looks like it lapsed back in May:

❯ openssl s_client -status -verify_return_error -showcerts -connect app.compositor.io:443 >/dev/null <<< ''
depth=3 C = SE, O = AddTrust AB, OU = AddTrust External TTP Network, CN = AddTrust External CA Root
verify return:1
depth=2 C = GB, ST = Greater Manchester, L = Salford, O = COMODO CA Limited, CN = COMODO RSA Certification Authority
verify return:1
depth=1 C = GB, ST = Greater Manchester, L = Salford, O = COMODO CA Limited, CN = COMODO RSA Domain Validation Secure Server CA
verify return:1
depth=0 OU = Domain Control Validated, OU = EssentialSSL Wildcard, CN = *.compositor.io
verify error:num=10:certificate has expired
notAfter=May 21 23:59:59 2017 GMT
DONE

Cannot create a new site

Seems like a different problem than #2

When I login it still asks me to login:
image

When I click create new site it sends me to the subscribe screen:
image

It might have something to do with the fact that my github username is case sensitve (GarthDB).

It's caused other issues in the past. I don't have any ideas past that.

Preview url needs trailing slash

Hi, first time using compositor and it's working great so far. Noticed that the preview link that is shown in the app after I hit Publish gives me the following url:

https://daviddarnes.github.io/compositor-test

When it actually should be:

https://daviddarnes.github.io/compositor-test/

Seems like preview urls just need a trailing /. Hope this helps!

Can't remove a project that doesn't exist

I created a project using compositor lab but accidentally I removed the folder form the filesystem.

Now I have the project entry in the screen splash of compositor lab, but I can't remove it; just enter and obviously it fails.

Unsubscribe from Monthly Lab Payment

I just wanted to try out Lab for 1 month, and now I would like to unsubscribe but I can't seem to find any place on the website or in the app to do so.

Visualising hover/focus states from Compositor Lab

Hello,

I tried putting custom styles for components in focus and hover states but couldn't have a visual in Compositor Lab.
I digged a bit and found that you inject a style="pointer-events: none;". Can you remove it or explain the rationale behind it?

Thanks

Usage guide needed

Do you have a usage guide? Guessing you're hard at work on this – really excited about where it's going! Figuring out as I try different things (i.e. if I edit README content shows) 😬 Would love to help/provide more feedback.

image

Arrow on select block click

Dropdown arrow on select does not respond to clicks:

Adding pointer-events: none to the .arrow div fixes it:

Can't edit Project Name

Changing the project name through settings doesn't work.

After form submission / save, the old name is back in place.

Unable to create new site

I successfully signed up and connected my GitHub account. So my repos are visible, but after selecting one and filling in even the optional fields, the Continue button doesn't do anything. Console doesn't show any errors. Chrome and Safari, El Capitan. Lemme know if any other deets would help.

Can't wait to try it out!

Preview link needs to be on https

Hello there, first of all, thanks for the awesome project!

After creating and publishing a site, the confirmation page displays a "Boom!" message with a preview link and a Tweet button below.

However, the displayed link should use https protocol to work properly (at least, in my case).

should-be-https

Error "Could not get repos" after revoking/re-enabling access to GitHub repos

Hi there,

I signed in to compositor, and granted access to my public repository then played a bit with compositor (https://github.com/mlcdf/compo). Then, I signed out and signed in again, it still worked. Finally, I revoked compositor's access to my GitHub repos and re-enabled it (but addrf access to organization repositories too). Since then, I get an "Could not get site" error when I try to edit one of my site or when I try to create a new one.

Not enough information/need some documentation

Let me start by saying: I love the idea of Lab. I'm a big proponent of functional CSS and I use Tachyons every day at work. But right now, I'm struggling to use Lab.

There is not enough information or documentation. The video on the homepage is way too fast. Saving the video and looking at each frame shouldn't be the way to understand what this app can do. I really want design tooling to improve and applications like this to succeed (it's one reason I'm paying for it) but it's hard when there is little to no information or documentation.

So what I'm saying is: Plz can have tutorials/documentation? πŸ˜€ I hope this is the right place to post this!

Markdown TOC and HTML tags support?

I have a Table of Contents in a .md file and in some of the templates the indentation of the TOC elements works and in some it does not.
Example:

  • Assignments and Due Dates
    - Assignment 1
    I also have a table using <table>, <tr>, <td> and the templates don't show the table.

Nav items not visible in on `/edit`

Nav items not visible on the /edit page. I'm using 'Material' style.

I believe this is because they are white over a gradient in live site, but over the white bar in the edit page.

Picture of edit page

image

Picture of live

image

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.