-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lightweight Registry with Oras OCI Layouts and Cloud Object Storage #253
Conversation
Feel free to suggest alternate titles.
|
You close on this? |
@TerryHowe yup. Just need to figure out the graph color scheme for light and dark. |
Again sorry for the long dev time, |
Had some issues with the theming on the svg graphs. |
Still have a DCO problem. Might be easiest to |
I don't know a ton about docusaurus, but maybe @asmitbm as some ideas |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple caps issues, but is should let you squash and DCO this first
Worked on intro added AWS data Updated Export Script Added Local Plot Expand findings Slight Rewording Breaks Local dev Theming and Spell Check rename Signed-off-by: WesselAtWork <[email protected]>
e6628df
to
89b1d7e
Compare
Signed-off-by: WesselAtWork <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @WesselAtWork the SVGs appear to be working fine. Do you have any issue right now?
No issue. |
Oh wait. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?xml-stylesheet type="text/css" href="/styles.css"?>
<svg ...>
<... />
</svg> With modified svg text {
font-family: var(--ifm-font-heading-family);
fill: #FF0000;
}
svg .realtime-body {
fill: #FF0000;
}
Kinda works. Also tested: <style>
@import url(http://localhost:3000/styles.css);
</style> Works in it's own tab, not embedded in |
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#security_and_privacy_concerns Unless there an easy way to inject the style-sheet statically into the svg, it looks like this is not going to happen :( |
Anything stopping this from being merged in? |
Anything holding this one back? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I need to put more time into this.
Co-authored-by: Terry Howe <[email protected]> Signed-off-by: WesselAtWork <[email protected]>
Signed-off-by: WesselAtWork <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…ras-project#253) As per @FeynmanZhou request I am working on writing up a proper blog post from this [Discussion ](oras-project/oras#1067) Still WIP but created the initial skeleton and this pull request to track --------- Signed-off-by: WesselAtWork <[email protected]> Co-authored-by: Terry Howe <[email protected]>
As per @FeynmanZhou request I am working on writing up a proper blog post from this Discussion
Still WIP but created the initial skeleton and this pull request to track