Giter Club home page Giter Club logo

ear-trainer's Introduction

Programmer, Composer, Pianist, and Electronic Musician

ear-trainer's People

Contributors

renovate[bot] avatar sg60 avatar

Watchers

 avatar

ear-trainer's Issues

Use Sentry Svelte

https://docs.sentry.io/platforms/javascript/guides/svelte/

  • basic tracking + tracing
  • upload sourcemaps using a custom vite plugin
  • mark releases using vite plugin rather than Vercel integration
  • working release to commit association
  • delete sourcemaps after build (using rimraf)

https://github.com/getsentry/sentry-cli/blob/master/js/index.js
https://github.com/ikenfin/vite-plugin-sentry/blob/master/src/lib/create-cli.ts

        const currentRelease = await currentReleasePromise 
  
         if (!currentRelease) { 
           this.warn( 
             'Release returned from sentry is empty! Please check your config' 
           ) 
         } 
         else { 
           try { 
             // create release 
             await cli.releases.new(currentRelease) 
  
             if (options.cleanArtifacts) { 
               await cli.releases.execute( 
                 [ 'releases', 'files', currentRelease, 'delete', '--all' ], 
                 true 
               ) 
             } 
  
             // upload source maps 
             await cli.releases.uploadSourceMaps( 
               currentRelease, 
               options.sourceMaps 
             ) 
  
             // set commits 
             if (options.setCommits) { 
               const { commit, repo, auto } = options.setCommits 
  
               if (auto || (repo && commit)) { 
                 await cli.releases.setCommits( 
                   currentRelease, 
                   options.setCommits 
                 ) 
               } 
             } 
  
             // finalize release 
             if (options.finalize) { 
               await cli.releases.finalize(currentRelease) 
             } 
  
             // set deploy options 
             if (options.deploy && options.deploy.env) { 
               await cli.releases.newDeploy(currentRelease, options.deploy) 
             } 
           } 
           catch (error) { 
             this.warn( 
               `Error while uploading sourcemaps to Sentry: ${error.message}` 
             ) 
           }

https://github.com/getsentry/sentry-cli/blob/master/js/index.js

Musical memory

Play a melody, then have a multiple choice answer that plays back three different options. Choose the correct one. (Think Duolingo multiple choice)

Could work for chord progressions as well.

  • Basic question flow
  • Add audio (play melodies)
  • Polish

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Awaiting Schedule

These updates are awaiting their schedule. Click on a checkbox to get an update now.

  • Update dependency typescript to v4.9.5
  • Update actions/add-to-project action to v0.4.0
  • Update dependency @supabase/supabase-js to v2.7.1
  • Update dependency postcss-import to v15.1.0
  • Update dependency prettier-plugin-tailwindcss to v0.2.2
  • Update dependency svelte to v3.55.1
  • Update dependency tslib to v2.5.0
  • Update dependency turbo to v1.7.4
  • Update linters (eslint, eslint-config-prettier, prettier)
  • Update sentry-javascript monorepo to v7.37.1 (@sentry/svelte, @sentry/tracing)
  • Update typescript-eslint monorepo to v5.51.0 (@typescript-eslint/eslint-plugin, @typescript-eslint/parser)
  • Update dependency @sentry/replay to v7
  • Update dependency @sveltejs/adapter-vercel to v2
  • Update dependency rimraf to v4
  • Update dependency svelte-preprocess to v5

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

dockerfile
.devcontainer/Dockerfile
  • mcr.microsoft.com/vscode/devcontainers/typescript-node 0-18-bullseye
github-actions
.github/actions/pnpm-node-setup/action.yml
  • actions/setup-node v3
  • pnpm/action-setup v2.2.4
  • actions/cache v3
.github/workflows/ci.yml
  • actions/checkout v3
  • actions/checkout v3
  • actions/checkout v3
  • actions/upload-artifact v3
.github/workflows/issues.yml
  • actions/add-to-project v0.3.0
.github/workflows/production.yml
  • actions/checkout v3
  • supabase/setup-cli v1
.github/workflows/supabase_ci.yml
  • actions/checkout v3
  • supabase/setup-cli v1
npm
package.json
  • @playwright/test 1.28.1
  • @samsveltecomponents/core 1.2.0
  • @sentry/replay 0.6.14
  • @sentry/svelte 7.17.4
  • @sentry/tracing 7.17.4
  • @supabase/supabase-js 2.0.5
  • @sveltejs/adapter-vercel 1.0.0-next.84
  • @sveltejs/kit 1.0.0-next.570
  • @tailwindcss/forms 0.5.3
  • @typescript-eslint/eslint-plugin 5.42.1
  • @typescript-eslint/parser 5.42.1
  • autoprefixer 10.4.13
  • eslint 8.27.0
  • eslint-config-prettier 8.5.0
  • eslint-plugin-svelte3 4.0.0
  • postcss 8.4.18
  • postcss-import 15.0.0
  • postcss-load-config 4.0.1
  • prettier 2.7.1
  • prettier-plugin-tailwindcss 0.1.13
  • rimraf 3.0.2
  • svelte 3.52.0
  • svelte-check 2.9.2
  • svelte-preprocess 4.10.7
  • tailwindcss 3.2.2
  • tone 14.7.77
  • tslib 2.4.1
  • turbo 1.6.3
  • typescript 4.9.4
  • vite 3.2.5
  • vite-plugin-sentry-upload 0.1.0
  • pnpm 7.15.0

  • Check this box to trigger a request for Renovate to run again on this repository

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.