Software Engineer

Results 10 issues of Software Engineer

How to disable background and audio but enable the rainbow? Is this currently possible from config?

help wanted

Hello, I haven't been able to find anything in the documentation about changing global animation speed. I want the UI to feel more snappy. How can I do that?

Hi everyone 👋, TLDR; Check out [clockelliptic/jotai-recoil-adapter](https://github.com/clockelliptic/jotai-recoil-adapter). It's rough around the edges and could use community support, but has proven to be very useful so far. Please feel invited to...

Using WSL Ubuntu 18.04 on Win10. I was able to install and use `learnyounode` without any problems. Right before installing `count-to-6` I changed my global npm modules directory to a...

I'm working in typescript. 1. Attempting to update a profile returns a duplicate profile error. 2. The `updateProfile` method takes `profileId` as 2 different arguments for no good reason; enforced...

I'm working in typescript. Attempting to create or update a profile returns a duplicate profile error. ```ts import { ApiKeySession, ProfilesApi, } from 'klaviyo-api'; const session = new ApiKeySession(process.env.KLAVIYO_PRIVATE_TOKEN); const...