Michael Heuberger

Results 257 comments of Michael Heuberger

@aylacullen Thanks for the prompt response. Hmmm, on deafhistorycollections.com.au I see a coming soon page and a waiting list of subscription form (which I've just submitted). > If you test...

Ah, I can reproduce it now. Screenshots always help btw. Understand, it's frustrating for UX/UI. ![permission request](https://github.com/binarykitchen/videomail-client/assets/177641/3ac2e8c9-4196-4490-8f6b-89c13879251c)

Well, it's an interesting situation. For example, when you arrive at the main Videomail site, www.videomail.io, we want the live video feed to show up right away without pressing any...

Cool @aylacullen, thanks for confirming. Well, I have kids and a full-time job. Let's discuss the timeline and requirements over email, and keep this thread for the technical details.

Yes, I've read these discussions too but no luck. Already have everything here and looks correct: ``` $ which node /usr/bin/node ``` ``` $ /usr/bin/env node > (^C again to...

Also when I run that coffee script directly, it works: ``` # michael-heuberger at M2 in ~/npm/bin [9:25:35] $ ./coffee coffee> (^C again to quit) coffee> # michael-heuberger at M2...

Indeed. And no commits for a long time. Guess we better drop it and pick a new React component. Any recommendations, which one - that is actually maintained - comes...

Yes. Every `npm install` reorders the list alphabetically. Check it out yourself. Would be good to have the same behavior here for the project.clj :)

Well, having the package list sorted alphabetically is very nice for the developer's eyes. In our project we have over 40 npm packages. Scanning through these when not sorted is...

Not entirely correct. package.json is only modified when you append the `--save` flag. We could do this here too. Modify project.clj only on `lein npm install --save`. IMO this is...