Michael "Mike" Ferris
Michael "Mike" Ferris
`NpcGenerateOptions` is a typescript interface, it cannot be used as an argument. You should be able to do ```ts import { generate } from "./npcData/generate"; import { NpcGenerateOptions } from...
If you want to setup a backend that you manage suit yourself hahaha. This project is serverless to minimize cost so there is no backend to make api calls
I'd love help on this, I haven't much time to invest on this, been wanting to port less to scss for a while
I don't see why we couldn't add that. Do you have a list of suggestions (I mean more than the ones you already mentioned). @etiens technically speaking how hard would...
I was using react-content-loader as a placeholder while during development and I couldn't figure out why my computer was soooo slow all the time. Then I checked the task manager...
> Running this script demonstrates how the queue keeps running other tasks once one has failed, and also demonstrates some aspect of Promise.all() error handling that I don't understand --...
One thing I was hoping to see was `onIdle` to reject if there was an error. That way I can queue up all my tasks and once they're all done,...
I was personally very confused by that and by looking at the doc in the README, I was fully expecting to get the `value` as the result of the prompt...
Ideally more flexibility the better. I'm saying that the expectations of the api and from the documentation was that we'd receive the selected "value" from the user's choice. The problem...
Finally I'm using 2 config file and I specify which one to use. Is there a better way to handle this ?