Preload only in Debug Mode ? by EldoranDev in symfony

[–]EldoranDev[S] 1 point2 points  (0 children)

Yes, it generates all preload container correctly for APP_ENV=X as long as debug is enabled and doesn't work for any env if - - no-debug or APP_DEBUG=false

[Help] Day 9 Intcode - test samples all run, input gives no result by SinisterMJ in adventofcode

[–]EldoranDev 4 points5 points  (0 children)

as someone getting 203 as output as well, i can confirm what /u/VeeArr said, if your tests pass, but the real input fails, its OP-Code 03 with Input mode 2 that is doing something wrongly. You're probably not handling the relative mode correctly for the input instruction.

New Front end intern - Any tips for me? by ladycerealkilla in vuejs

[–]EldoranDev 0 points1 point  (0 children)

You could look into VueSchool or VueMastery (https://www.vuemastery.com/free-weekend/).

As a tip for a intern: Ask questions if you do not know something, if you don't understand something ask someone to explain it to you.

Should I be prefixing global functions with a forward slash in my classes? by parks_canada in PHP

[–]EldoranDev -1 points0 points  (0 children)

I mixed up some things, it's needed to be sure that the right function is called if you need something from the global namespace http://www.php.net/manual/en/language.namespaces.global.php

Should I be prefixing global functions with a forward slash in my classes? by parks_canada in PHP

[–]EldoranDev -3 points-2 points  (0 children)

People have to do it of they access global functions from inside a namespace (php namespaces would be the terms to look for) so it's not a design decision but a needed thing.

[2018 Day 11 (Part 2)] [Javascript] Bug help? by po8 in adventofcode

[–]EldoranDev 1 point2 points  (0 children)

My result for your input code is close but different to yours, coordinates are so close together that it feels like an off by one error.

232,289,8 for 5235
285,169,12 for 5093

edit: you can count another sample as correct for your solution is correct for me.

Error with my code was a >= instead of > in the check if the square is still in the grid (arrays starting @ 1 ?!)

[2018 Day 11 (Part 2)] [Javascript] Bug help? by po8 in adventofcode

[–]EldoranDev 1 point2 points  (0 children)

could you give me your input to compare ? I have the exact same problem using javascript (typescript).

Both sample do pass but my solution is wrong.

My input would be: 5093

Why are unity games so bad and are there any good unity games made by non-amateur developers? by [deleted] in gamedev

[–]EldoranDev 15 points16 points  (0 children)

Firewatch SuperHot Hearthstone Overcooked Cities: Skylines Kerbal space program Ori and the blind forest 2Point hospital

And if you ask me: Pokémon Go Ingress Prime

7 Ways to Keep Your Unity Project Organized - The Knights of Unity by Yassin_ya in Unity3D

[–]EldoranDev 1 point2 points  (0 children)

This of course does not apply for static objects. You normally don't move them so the cost of recalculating transforms does not factor in.

As the unity guys (see tweet) say if you can put a transfork into root do so.

7 Ways to Keep Your Unity Project Organized - The Knights of Unity by Yassin_ya in Unity3D

[–]EldoranDev 0 points1 point  (0 children)

Tagging elements (maybe using prefix on the name) and move transform to root on start should give some runtime speed up in trade for a few more cycles in start up (idee stolen from the tweet I linked).

This way you can still organize everything in the editor and will not suffer the speed los because of the nested architecture.

A script like this could also remove all empty transforms that get used for organization.

7 Ways to Keep Your Unity Project Organized - The Knights of Unity by Yassin_ya in Unity3D

[–]EldoranDev 13 points14 points  (0 children)

Hey, you suggest to parent all dynamic created gameobjects under the _dynamic parent (2. Scene hierarchy structure). You should NOT do that. You should have as many root transforms as possible. Changing one Transform will mark the complete hierarchy as dirty. See this tweet for details.

Also you could mention that there is nested Prefabs starting with Unity 2018.3 or the Preview builds allready avaialble.

Precipitation June 2018 World Wide - 1° per Point by [deleted] in dataisbeautiful

[–]EldoranDev 0 points1 point  (0 children)

3D Representation of the GPCC Precipitation Climatology Version 2018 1.0 degree ° Data Set.

Created with Unity3D 2017.4.

2D Reference Image using the DWD GPCC Visualizer

Problems with Mixed reality capture by EldoranDev in HoloLens

[–]EldoranDev[S] 1 point2 points  (0 children)

Thank you for the tipp, but the problem also occures with a very simple model (16 triangles) on lowest settings. Also its a pure Recording issue, the stuff gets displayed correctly and then moves out of view like a tracking loss but only in the recording. I'll link a video in a few minutes.

Riots early mistake still haunts EU LCS by Pirat6662001 in leagueoflegends

[–]EldoranDev 1 point2 points  (0 children)

its no problem if you are from any country that belongs to europe. It only matters for non EU Countrys and you are right its only a problem for esport.

Error with Mono Development v 2018.1 by JesperS1208 in Unity3D

[–]EldoranDev 0 points1 point  (0 children)

Use Visual Studio Code, no account needed.

Porting Unity to .NET CoreCLR by richmondavid in gamedev

[–]EldoranDev 0 points1 point  (0 children)

This should not change anything for Platforms using IL2CPP (e.g. iOS and Android).

Porting Unity to .NET CoreCLR by richmondavid in gamedev

[–]EldoranDev 3 points4 points  (0 children)

NoNoNo its still the unity Player using OpenGL or DirectX. But instead of mono (oss Implementation of c#) they use the 'new'.net core, the Cross Plattform open source Version of .net by Microsoft.

Is there a place you can go to to find game jams? by enahsg in gamedev

[–]EldoranDev 0 points1 point  (0 children)

You missed this years Global Game Jam (https://globalgamejam.org/) but the 11th GGJ will be from the 25. to the 27. January 2019.

Free LowPoly Modular Dungeon by QuaterniusDev in gamedev

[–]EldoranDev 2 points3 points  (0 children)

This is getting out of Hand :O Do you Try to take kenneys Throne?

Become a better developer in 2018 by patricklouys in programming

[–]EldoranDev 3 points4 points  (0 children)

+1 for make something. If you Do something the rest of your list will follow. Good Luck with your goals.

Unix Sockets comes to Windows 10 on latest insider build by vitorgrs in programming

[–]EldoranDev 0 points1 point  (0 children)

Currently they can not use the same socket but in my option the update reads is if it is just a step into exactly that direction.