alpha
Login
or
Join now
chanderson.tech
/
rocksky
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
A decentralized music tracking and discovery platform built on AT Protocol 馃幍
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
rocksky
/
apps
/
api
/
src
/
lexicon
/
at
feat/pgpull
1 folder
3 files
Tsiry Sandratraina
Refactor code for consistency and readability
9mo ago
73be1311
types
Refactor code for consistency and readability - Removed unnecessary spaces and added missing commas in various files to ensure consistent formatting. - Updated logging and error handling to maintain uniformity across the codebase. - Improved the structure of function calls and pipe operations for better clarity. - Ensured all promises resolve correctly and consistently handle errors.
9 months ago
index.ts
Refactor code for consistency and readability - Removed unnecessary spaces and added missing commas in various files to ensure consistent formatting. - Updated logging and error handling to maintain uniformity across the codebase. - Improved the structure of function calls and pipe operations for better clarity. - Ensured all promises resolve correctly and consistently handle errors.
9 months ago
lexicons.ts
Refactor imports to use 'type' for type-only imports in Rocksky and related modules - Updated imports in various files to use 'import type' for type-only imports, improving clarity and potentially optimizing the build process. - Affected files include player, playlist, radio, scrobble, shout, song, and spotify modules. - Ensured that the generated code remains unchanged while enhancing type safety and readability.
9 months ago
util.ts
Refactor code to improve consistency and readability by adding missing commas in various files, ensuring proper formatting in function calls and object definitions. This includes updates in sync.ts, getProfile.ts, getArtistListeners.ts, createScrobble.ts, getScrobbles.ts, createSong.ts, and multiple Spotify-related files.
9 months ago