Ice Lam

Results 16 comments of Ice Lam

Hi @dsron2, glad you like my work. The animation length is currently not open as an option for user to customize in the setting panel of the website. However it...

Hello @dandgerson, Thanks for reaching out. I'm sorry to hear that you're experiencing an infinite reload issue when using the HtmlInlineScriptPlugin with the local dev server. I couldn't give much...

@itjomglobal, thank you for reaching out and providing positive feedback on this random name picker. I'm glad to hear that it was incredibly useful for your previous physical event. @keoToto,...

@itjomglobal I don't have experience with using Web Service in Render, so my advice may be limited. However, I can provide some general guidance on how you can configure your...

@roryabraham Thanks for reporting this issue. To be honest, I wasn't expecting this plugin to be used under a development environment (with a webpack dev server) as it was originally...

@roryabraham A quick updates on my findings here. As you mentioned that the plugin works on production build, I have been focusing on finding differences in `config/webpack/webpack.dev.js`. I noticed that...

Hi @cnichte, To install dependencies using `yarn`, please use the following command: ```bash yarn add html-inline-script-webpack-plugin ``` Based on the error information you provided (`npm ERR! code EUNSUPPORTEDPROTOCOL`), it appears...

@juanchi Glad you like my work. --- To answer your first question, my answer would be yes, but not in a very user friendly way. This app was designed to...

Hi @juanchi, this is part of code that generates the items displayed in the reel. https://github.com/icelam/random-name-picker/blob/44481db7c72bc20e2251534f46170234b30e53b5/src/assets/js/Slot.ts#L173-L193 It works by taking the first N (default is 40) items from the shuffled...

@juanchi, the code will always account for the 500 names provided. Every time "Draw" button is pressed, the whole 500 items shuffle and form a subarray of display items.