Code Monkey home page Code Monkey logo

zulu's Introduction

Hi there 👋

I'm a UX engineer and polyglot artist working in Bologna, Italy.

NOW

  • ✨ Building audio reactive visuals with Angular and three.js
  • 🎚️ Making music with Ableton and Eurorack gear;
  • ⚒️ Maintaining patcher.xyz

BIO

  • 🏢 I'm currently working at Kantar
  • ⚙️ I use daily: .ts.html.scss.svg.psd.ai
  • 🌍 I'm mostly active within the Bologna Modulare and Eurorack Italy Communities
  • 💅 Designed and built: patcher.xyz
  • 🌱 Learning all about creative coding, audio modular gear, mixed media art and UX design
  • 💬 Ping me about design, music, development, design, finance, graphic design, typography
  • 📫 Reach me: twitter.com/polyterative
  • 📫 See my work: https://linktr.ee/polyterative

zulu's People

Watchers

 avatar

zulu's Issues

Sweep: expand navigator behavior

file to change Zulu/src/app/navigator/navigator-entity /navigator-entity.component.html

I want you to build an mac os finder like navigator that uses the keyboard to navigate right and left to the level that the user wants. employ the use of advanced angular code.
I want to be able to define a Json tree to describe the structure of the navigation tree.
insert your code where appropriate taking into account the services that use the keyboard extensions.
break your work step by step in small little blocks.

Checklist
  • src/app/navigator/keyboard.service.ts ✅ Commit ed53c18
• Import the Injectable and EventEmitter classes from @angular/core. • Declare and export a KeyboardService class. • In the KeyboardService class, declare a leftKeyPressed and a rightKeyPressed event emitter. • In the KeyboardService class, add a constructor that listens for keyboard events and emits the leftKeyPressed or rightKeyPressed event when the left or right arrow key is pressed.
Sandbox Execution Logs
trunk init 1/3 ✓
⡿ Downloading Trunk 1.16.0...
⡿ Downloading Trunk 1.16.0...
⢿ Downloading Trunk 1.16.0...
⣻ Downloading Trunk 1.16.0...
⣽ Downloading Trunk 1.16.0...
⣾ Downloading Trunk 1.16.0...
⣷ Downloading Trunk 1.16.0...
✔ Downloading Trunk 1.16.0... done
⡿ Verifying Trunk sha256...
✔ Verifying Trunk sha256... done
⡿ Unpacking Trunk...
✔ Unpacking Trunk... done

























✔ 8 linters were enabled (.trunk/trunk.yaml)
  checkov 2.4.9 (9 json, 1 yaml file)
  git-diff-check (41 files)
  markdownlint 0.36.0 (2 markdown files) (created .markdownlint.yaml)
  osv-scanner 1.4.0 (1 lockfile file)
  prettier 3.0.3 (4 css, 4 html, 1 javascript, 8 json, 2 markdown, 15 typescript, 1 yaml file)
  trivy 0.45.1 (1 lockfile, 1 yaml file)
  trufflehog 3.56.1 (42 files)
  yamllint 1.32.0 (1 yaml file) (created .yamllint.yaml)
Next Steps
 1. Read documentation
    Our documentation can be found at https://docs.trunk.io
 2. Get help and give feedback
    Join the Trunk community at https://slack.trunk.io
trunk fmt src/app/navigator/keyboard.service.ts 2/3 ✓


 ✔ Formatted src/app/navigator/keyboard.service.ts
Re-checking autofixed files...





Checked 1 file
✔ No issues
trunk check --fix src/app/navigator/keyboard.service.ts 3/3 ✓

Checked 1 file
✔ No issues
  • src/app/navigator/navigator-entity/navigator-entity.component.ts ✅ Commit 1a4b5ce
• Import the KeyboardService class. • In the NavigatorEntityComponent class, add a constructor that injects the KeyboardService. • In the NavigatorEntityComponent class, add a ngOnInit method that subscribes to the leftKeyPressed and rightKeyPressed events of the KeyboardService and updates the navigation tree accordingly. • Modify the NavigatorEntityComponent class to use a JSON tree to describe the structure of the navigation tree. This will involve parsing the JSON tree and creating a corresponding DOM structure.
Sandbox Execution Logs
trunk init 1/3 ✓
⡿ Downloading Trunk 1.16.0...
⡿ Downloading Trunk 1.16.0...
⢿ Downloading Trunk 1.16.0...
⣻ Downloading Trunk 1.16.0...
⣽ Downloading Trunk 1.16.0...
⣾ Downloading Trunk 1.16.0...
⣷ Downloading Trunk 1.16.0...
✔ Downloading Trunk 1.16.0... done
⡿ Verifying Trunk sha256...
✔ Verifying Trunk sha256... done
⡿ Unpacking Trunk...
✔ Unpacking Trunk... done
























✔ 8 linters were enabled (.trunk/trunk.yaml)
  checkov 2.4.9 (9 json, 1 yaml file)
  git-diff-check (40 files)
  markdownlint 0.36.0 (2 markdown files) (created .markdownlint.yaml)
  osv-scanner 1.4.0 (1 lockfile file)
  prettier 3.0.3 (4 css, 4 html, 1 javascript, 8 json, 2 markdown, 14 typescript, 1 yaml file)
  trivy 0.45.1 (1 lockfile, 1 yaml file)
  trufflehog 3.56.1 (41 files)
  yamllint 1.32.0 (1 yaml file) (created .yamllint.yaml)
Next Steps
 1. Read documentation
    Our documentation can be found at https://docs.trunk.io
 2. Get help and give feedback
    Join the Trunk community at https://slack.trunk.io
trunk fmt src/app/navigator/navigator-entity/navigator-entity.component.ts 2/3 ✓


 ✔ Formatted src/app/navigator/navigator-entity/navigator-entity.component.ts
Re-checking autofixed files...




Checked 1 file
✔ No issues
trunk check --fix src/app/navigator/navigator-entity/navigator-entity.component.ts 3/3 ✓




Checked 1 file
✔ No issues
  • src/app/navigator/navigator-entity/navigator-entity.component.html ❌ Failed
• Modify the template to reflect the changes in the component's logic. This will involve adding *ngFor directives to iterate over the navigation tree and adding (click) directives to handle click events.
  • src/app/navigator/navigator-data.service.ts ❌ Failed
• Modify the NavigatorDataService class to provide the JSON tree that describes the structure of the navigation tree.

Sweep: add sweep github template to repo

title must start with Sweep:
description should be blank

Checklist
  • .github/ISSUE_TEMPLATE/sweep_issue_template.md ✅ Commit a70f33e
• Add a title field with the default value `Sweep: `. • Add a description field and leave it blank.
Sandbox Execution Logs
trunk init 1/3 ✓
⡿ Downloading Trunk 1.16.0...
⡿ Downloading Trunk 1.16.0...
⢿ Downloading Trunk 1.16.0...
⣻ Downloading Trunk 1.16.0...
⣽ Downloading Trunk 1.16.0...
⣾ Downloading Trunk 1.16.0...
⣷ Downloading Trunk 1.16.0...
✔ Downloading Trunk 1.16.0... done
⡿ Verifying Trunk sha256...
✔ Verifying Trunk sha256... done
⡿ Unpacking Trunk...
✔ Unpacking Trunk... done























✔ 8 linters were enabled (.trunk/trunk.yaml)
  checkov 2.4.9 (9 json, 1 yaml file)
  git-diff-check (40 files)
  markdownlint 0.36.0 (2 markdown files) (created .markdownlint.yaml)
  osv-scanner 1.4.0 (1 lockfile file)
  prettier 3.0.3 (4 css, 4 html, 1 javascript, 8 json, 2 markdown, 14 typescript, 1 yaml file)
  trivy 0.45.1 (1 lockfile, 1 yaml file)
  trufflehog 3.56.1 (41 files)
  yamllint 1.32.0 (1 yaml file) (created .yamllint.yaml)
Next Steps
 1. Read documentation
    Our documentation can be found at https://docs.trunk.io
 2. Get help and give feedback
    Join the Trunk community at https://slack.trunk.io
trunk fmt .github/ISSUE_TEMPLATE/sweep_issue_template.md 2/3 ✓
 ✔ Formatted .github/ISSUE_TEMPLATE/sweep_issue_template.md
Re-checking autofixed files...




Checked 1 file
✔ No issues
trunk check --fix .github/ISSUE_TEMPLATE/sweep_issue_template.md 3/3 ✓

Checked 1 file
✔ No issues

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.