Viktor Hedefalk

Results 28 comments of Viktor Hedefalk

@paunin 1.1.5 doesn't start for me on OSX 10.13.6 :/ ``` Dec 20 11:14:26 polina com.apple.xpc.launchd[1] (com.clipy-app.Clipy.37916[11406]): Service exited due to signal: Illegal instruction: 4 sent by exc handler[0] De...

+1, I tried to replace chokidar because it didn't build on Atom/Electron because fsevents. I just wanted to watch an absolute file name, but that doesn't seem possible. So I...

@shellscape Not wanting to get into the middle of some long going issues you and @evilebottnawi has, but I can +1 on this issue. HMR does not work for anything...

+1 on not getting HMR on anything but the first listed entry, also discussed on webpack-serve: https://github.com/webpack-contrib/webpack-serve/issues/119#issuecomment-412071796 but I guess this is the correct place if @ezzatron verified the allEntries...

+1 I got this message: ``` [Vue warn]: Duplicate objects found in v-repeat="rows": {"result":"success","kcal":{"carbs":20.721797323135753,"fibres":0,"protein":29.498087954110897,"total":164.29732313575525,"fat":114.0774378585086,"alcohol":0},"totalWeight":60,"ingredientText":"1 st korv","kJ":{"carbs":86.69999999999999,"fibres":0,"protein":123.42,"total":687.4200000000001,"fat":477.3,"alcohol":0},"grams":{"carbs":5.1,"fibres":0,"protein":7.26,"total":25.259999999999998,"fat":12.9,"alcohol":0},"maxKcal":"largestCellKcal"} ``` when the real issue was that I had a watch that blew (`findLargestKcalCell`...

Sorry about really confusing fiddles. I think this one explains more clearly: http://jsfiddle.net/hedefalk/5gkhkgen/6/ I get 4 log outputs (n+1) where n is the number of rows. I just want 1...

@alexcorre Yes, makes sense. I just needed this like _right now_ so just added it as quickly as I could. I totally understand if it needs more work before it...

@Aminelahlou Had to look that up, haven't used it, but seems like a very valid use case too: ``` --reverse .. Walk history forward instead of backward. Instead of showing...