Benjamin Lieb

Results 33 comments of Benjamin Lieb

Also would love this!

@kumar-ish Chinese Console has radical info: https://chrome.google.com/webstore/detail/chinese-console-popup-dic/mekipefdgdacoicbibojhhjppiiaoidp

@PabloRomanH what functionality are you looking for exactly?

Me too, I think a solution would be to use a setTimeout and the Timer.Consumer... going to test...

I decided to go with Tiny Timer. It's much more intuitive, and much smaller.

Is it possible to refer to importmap? https://stackoverflow.com/questions/76309809/how-can-i-configure-webpack-to-use-external-javascript-module

@alexander-akait I'm not sure this solves the problem I'm having. It would be great if it did though! I have a writeup on SO: https://stackoverflow.com/questions/76309809/how-can-i-configure-webpack-to-use-external-javascript-module

Thank you for your help, I really need it. But I still don't understand. Why would I use ``` externals: { constants: "import http://localhost:3000/assets/constants.js" }, ``` When it is already...

Looks like maybe webpacker is too old: ``` [email protected] /Users/benlieb/code/th/threadable_api ├─┬ @rails/[email protected] │ ├─┬ [email protected] │ │ └── [email protected] deduped │ ├─┬ [email protected] │ │ └── [email protected] deduped │ ├─┬...

The format of the js file is like: ```js export const CIRCLE_VISIBILITY_TYPES = {"OPEN":"open","PUBLIC":"public","EXPERT":"expert","SOLO":"solo","PRIVATE":"private"}; ```