UCLA-IRL / ndnts-aux

The SyncAgent and other useful functionalities used in NDN Workspace.
ISC License
2 stars 2 forks source link

Implemented step 1 and 2 for WoT. Still need to notify the POR subjec… #2

Closed ykocaogullar closed 6 months ago

ykocaogullar commented 9 months ago

Implemented following functionalities:

Missing functionality: Notify the POR subject a new POR is generated, let it fetch by name

zjkmxy commented 9 months ago

Hello. Please run pnpm format, pnpm lint and pnpm test locally and fix the errors.

If you are using VSCode, the following settings are recommended:

{
  "editor.defaultFormatter": "denoland.vscode-deno",
  "editor.formatOnPaste": true,
  "editor.formatOnSave": true,
  "[typescript]": {
    "editor.defaultFormatter": "denoland.vscode-deno"
  },
  "deno.enable": true,
  "deno.lint": true,
  "deno.unstable": true
}
zjkmxy commented 8 months ago

How is your progress on this?