SwitchUpCB

Results 20 issues of SwitchUpCB

[The API documentation](https://audiusproject.github.io/api-docs/#get-user-39-s-tracks) doesn't showcase it. This endpoint doesn't work: [/v1/users//playlists](/v1/users//playlists) The client-call takes integer ids: https://audius-metadata-3.figment.io/playlists?limit=100&offset=0&user_id=18937&with_users=true We are provided string ids.

Version 0.5 will require the following changes. - [x] implement https://github.com/switchupcb/copygen/issues/33 - [ ] Options, Matcher, Generator: cast option for [direct type conversions](https://go.dev/ref/spec#Conversions) (as opposed to a convert function) The...

This issue functions as a feature tracker for features listed in the [roadmap](https://github.com/switchupcb/disgo/blob/v10/_contribution/CONTRIBUTING.md#roadmap) or in the issue tracker. ## Features If you are interested in contributing to any of these...

enhancement
help wanted
good first issue
up for grabs

# Problem Users (developers) want an easy way to fetch information from the Discord Environment that the bot has access to. The Disgo Cache Manager aims to solve this. ##...

cache

- [x] I have searched the [issues](https://github.com/ActivityWatch/activitywatch/issues) of this repo and believe that this is not a duplicate. - [x] I have searched the [documentation](https://docs.activitywatch.net/en/latest/) and believe that my question...

# Feature Request An application or plugin can be created that extends the features of trackworktime to include calendar integration. ## Implementation 1. Read entry files stored from trackworktime folder....

# Feature Request ## Context I found this application looking for time-tracking based on GPS or location history feature. Track Work Time lets you configure automatic time entry ( clockin...

Taskade has a feature which allows you to add a checkbox , bulletpoint, etc to the "project" (Tablane Top Level Task) and it will be considered a new task. This...

This issue potentially stems from incorrect use of this library. I want to convert all of the types in the [v9.ts](https://github.com/discordjs/discord-api-types/blob/main/v9.ts): ```ts export * from './gateway/v9'; export * from './globals';...

enhancement