Giter Site home page Giter Site logo

srl-labs / gnxi-browser Goto Github PK

View Code? Open in Web Editor NEW
6.0 6.0 0.0 1.44 MB

A collection of generated docs for Openconfig's network interfaces

Home Page: https://gnxi.srlinux.dev

JavaScript 2.19% HTML 1.46% Svelte 56.12% CSS 4.60% Shell 31.54% TypeScript 4.08%

gnxi-browser's People

Contributors

hellt avatar siva19susi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

gnxi-browser's Issues

support for one-of feature

proto files have a choice-like statement called oneof
oneof means that the filed can take one of the following values, consider this example:

message QualificationConfiguration {
  oneof timing {
    NTPSyncedTiming ntp = 101;
    RPCSyncedTiming rpc = 102;
  }

The use of oneof denotes that timing can be set to either NTP or RPC.
We have to display that choice in the UI. Luckily, the json data has this info -

"name": "ntp",
"description": "",
"label": "",
"type": "NTPSyncedTiming",
"longType": "NTPSyncedTiming",
"fullType": "gnoi.packet_link_qualification.NTPSyncedTiming",
"ismap": false,
"isoneof": true,
"oneofdecl": "timing",
"defaultValue": ""

re-init sveltekit

Current sveltekit installation seems to be broken a bit.
For instance import { page } from '$app/stores' doesn't provide suggestions in vscode, and it does on a fresh sveltekit installation.

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.