Zeplin v3.0.1 - Passed - Package Tests Results. GitHub Gist: instantly share code, notes, and snippets. In this organization All GitHub ↵ Jump to. Security ethereum solidity zeppelin evm JavaScript MIT 4,536 10,009 89 (1 issue needs help) 10 Updated Apr 20, 2021. Ethernaut Web3/Solidity based wargame JavaScript MIT 153 517 47 24 Updated Apr 20, 2021. Zeplin for Visual Studio Code lets you quickly access the designs you’re working on, follow design changes, open the Jira issues they’re attached to —all from within VS Code. Installation Install Zeplin from Visual Studio Code extension marketplace. Add Storybook links, Styleguidist links, repository links (GitHub, GitLab, Bitbucket) and any other custom links to your design system documentation. Connecting your first component. Getting started is easy. Zeplin maps components in your codebase to the components in Zeplin with a JSON configuration file. Zeplin extension for QML. Contribute to braineo/zeplin-qml-extension development by creating an account on GitHub.
Instalation
resources
required packages
maven greater or equal to 3.1.0 requiredhttps://launchpad.net/~andrei-pozolotin/+archive/ubuntu/maven3
download source
package zeppelin
set up zeppelin configurationuse your own local installation folders for cdh and zeppelin
follow instructions specifiedhttp://blog.cloudera.com/blog/2015/07/how-to-install-apache-zeppelin-on-cdh/
zeppelin-env.sh
custom settings
zeppelin-site.xml
default port: 8080
Interpreter Configuration
Zeppelin Github
create hive interpreter
Zeppelin Apache
Miscelaneous
notebooks saved on git
feature not supported yet
This impl intended to be simple and straightforward:
- does not handle branches
- only basic local git file repo, no remote Github pushpull yet
table from spark rdd
path to zeppelin logs
/PATH/TO/ZEPPELIN/logs/*.out
path to zeppelin notebooks
/PATH/TO/ZEPPELIN/notebook
Zeppelin spark context
in Zeppelin, related to the different contexts created by spark mentioned inhttp://stackoverflow.com/a/37671017/1915447
Zeppelin Github
check the following setting in the spark interpreter
set the setting to 'false'
tested with Zeppelin 0.6.2
temporary DF tables are not shown with hive/sql interpreterhttps://community.hortonworks.com/questions/30874/zeppelin-hive-sql-charts-are-not-working-with-temp.html
Running jobs in parallel:
Zeppelin supports running either Spark SQL or Shell commands in parallel(Scala, Python and R paragraphs are run sequentially).
How To - SQL:
Open the NotebookIn the top-right select Interpreters.
Openzeppelin Solidity
Set zeppelin.spark.concurrentSQL
to true.Set a value for zeppelin.spark.sql.maxConcurrency
How To - Shell:
Open the Notebook
In the top-right select Interpreters.Set zeppelin.shell.concurrentCommands to trueUp to 5 Shell Commands may be run concurrently.
Zeplin for Visual Studio Code lets you quickly access the designs you’re working on, follow design changes, open the Jira issues they’re attached to —all from within VS Code. 🔌
Installation
- Install Zeplin from Visual Studio Code extension marketplace.
- Open the new Zeplin sidebar.
- Login to Zeplin.
Usage
Access designs you’re working on
The Zeplin sidebar in Visual Studio Code lets you access the designs you’re actively working on.
Get started by adding a project. Once you add one, all the screens and components in the project will be listed in the sidebar. You can quickly open each screen or component in Zeplin by clicking the “Open in Zeplin” icon in each row. Similar to adding projects, you can also add styleguides and access all their components.
You can also pin screens or components you frequently visit, and they will be listed under the “Pinned” panel.
Follow designs changes
The Zeplin sidebar lets you to see which designs have been updated since you last visited. Once you add a project, Zeplin will list changes to screens and components under the “Activity” panel.
Open Jira issues
Using Zeplin for Jira, you can attach Zeplin resources to Jira issues. This enables two-way collaboration—when you’re viewing a design in Zeplin, you can open the related Jira issue.
The Zeplin sidebar lets you view which resources are attached to a Jira issue by displaying a Jira icon in the row, and clicking the icon opens the Jira issue directly. Coupled with the “Pinned” panel, you can quickly access Jira issues of designs you frequently visit.
Openzeppelin Github
Manage Connected Components configuration
Connected Components in Zeplin lets you access components in your codebase directly on designs in Zeplin, with links to Storybook, GitHub and any other source of documentation based on your workflow. 🧩
Zeppelin Open Source
Zeplin for Visual Studio Code makes it easier to create the JSON configuration file that connects components in your codebase to their design counterparts in Zeplin. Check out our getting started guide for Connected Components.
Contributing and Issue Tracking
Open Zeppelin
See CONTRIBUTING.md for details.