Dillion Verma
Dillion Verma
I have a web app and I have the following initializer ``` Reddit = Redd.it(user_agent: 'Reddit Client', client_id: ENV['reddit_client_id'], secret: ENV['reddit_secret_key']) ``` I then proceed to use `Reddit` throughout my...
Base58 encoding / decoding is a common task during Bitcoin development. Would love to see a feature like this in this app! https://github.com/cryptocoinjs/bs58
I am trying to build a node project with `@node-lightning/secp256k1` as a dependency and running into the following issue: ``` => [dlcd base 5/7] RUN yarn install --frozen-lockfile --verbose 273.3s...
I want to pass custom query parameters to my dub.sh URL and track those parameters. i.e. ``` dub.co/my-url?email=test%40gmail.com&project=my-project ``` The UI should somehow group the params so I can segment...
Drawer card should change if user is a paying user

on the /logs page there should be a way to filter by model
If a user has a specific log - i.e. https://llm.report/logs/chatcmpl-7vWp52MLmQpMaelMnLH0H30 the app should open up the log drawer and the details for that specific log
There should be a toggle button to switch back and forth between emails shown and hidden in the tables and charts