• Joined on 2022-08-05
Vylpes created pull request RabbitLabs/random-bunny#184 2024-06-21 18:03:23 +01:00
Add forgejo workflows
Vylpes pushed to feature/172-forgejo-runner at RabbitLabs/random-bunny 2024-06-21 18:01:11 +01:00
6238f7024b Update runs on
Vylpes created branch feature/172-forgejo-runner in RabbitLabs/random-bunny 2024-06-21 18:00:32 +01:00
Vylpes pushed to feature/172-forgejo-runner at RabbitLabs/random-bunny 2024-06-21 18:00:32 +01:00
05afb557f9 Add forgejo workflows
Vylpes commented on issue External/card-drop#110 2024-06-21 17:46:21 +01:00
Investigate how to manipulate the cards into a 3x3 grid programmatically
const { createCanvas, loadImage } = require('canvas');
const { writeFileSync } = require('fs');

async function test(gridSize) {
    const totalImages = gridSize ** 2;

    const
Vylpes opened issue RabbitLabs/random-bunny#183 2024-06-19 18:24:53 +01:00
Installing the package globally via npm should execute the cli
Vylpes closed issue External/card-drop#273 2024-06-19 18:24:46 +01:00
Installing the package globally via npm should execute the cli
Vylpes created pull request RabbitLabs/random-bunny#182 2024-06-19 18:17:37 +01:00
Fix the unit test toBeCalledWith deprecated warnings
Vylpes closed issue RabbitLabs/random-bunny#140 2024-06-19 18:14:56 +01:00
AS a contributor, I want the unit tests to mock the fetch return
Vylpes pushed to feature/138-unit-test-deprecated at RabbitLabs/random-bunny 2024-06-19 18:14:32 +01:00
e36fcd2fb7 Update documentation
d21a6b4dba Update tests
Compare 2 commits »
Vylpes opened issue External/card-drop#273 2024-06-19 18:13:38 +01:00
Installing the package globally via npm should execute the cli
Vylpes created branch feature/138-unit-test-deprecated in RabbitLabs/random-bunny 2024-06-19 17:08:49 +01:00
Vylpes pushed to feature/138-unit-test-deprecated at RabbitLabs/random-bunny 2024-06-19 17:08:49 +01:00
f315361278 Add output to file option
b1c7de7e8c Add string literal types to function
a20bdacbe5 Fix deprecation on unit tests
Compare 3 commits »
Vylpes opened issue RabbitLabs/random-bunny#181 2024-06-19 16:54:31 +01:00
Running the cli with the -q and --json combinations doesn't add the query metadata to the json
Vylpes closed issue External/card-drop#272 2024-06-19 16:54:08 +01:00
Running the cli with the -q and --json combinations doesn't add the query metadata to the json
Vylpes opened issue External/card-drop#272 2024-06-19 16:52:12 +01:00
Running the cli with the -q and --json combinations doesn't add the query metadata to the json
Vylpes opened issue External/card-drop#271 2024-06-18 19:45:12 +01:00
Document how to setup the logger
Vylpes created pull request External/card-drop#270 2024-06-18 18:46:21 +01:00
Add to logger the ability to log to a discord webhook
Vylpes created branch feature/235-winston-discord in External/card-drop 2024-06-18 18:44:22 +01:00