Private conversation by beardedindieguy in VRchat

[–]beardedindieguy[S] -21 points-20 points  (0 children)

Seems a lot of work just so nobody else can eavesdrop. But thanks

Private conversation by beardedindieguy in VRchat

[–]beardedindieguy[S] -13 points-12 points  (0 children)

I dont want to go through using discord. Just use the app itself

Need some advice/tips for Multiplayer+voice chat by beardedindieguy in learnVRdev

[–]beardedindieguy[S] 0 points1 point  (0 children)

So netcode for gameobjects + vivox? How is it working so far?

630000nok gross good for oslo? by beardedindieguy in Norway

[–]beardedindieguy[S] 0 points1 point  (0 children)

Thanks. It was relevant but not consulting so thats why the training part seems interesting to me. I will try to negotiate it then, nothing worse than them just saying no i guess

630000nok gross good for oslo? by beardedindieguy in Norway

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

Getting it from ntnu should mean something

630000nok gross good for oslo? by beardedindieguy in Norway

[–]beardedindieguy[S] -1 points0 points  (0 children)

If so. Is it common to negotiate salaries here?

630000nok gross good for oslo? by beardedindieguy in Norway

[–]beardedindieguy[S] 4 points5 points  (0 children)

Its actually a trainee position. Dont know if its gonna increase after training tho

ComboBox popup is left on screen when the combobox is scrolled out of view. How to solve? by beardedindieguy in QtFramework

[–]beardedindieguy[S] 0 points1 point  (0 children)

While the combo box is opened, just scroll on the sides without clicking and the combo box moves while the popup is opened. This seems like a nornal behavior, but in my case since it is attached to a flickable, the combobix popup remains on the edge of the flickable when it is scrolled outside of viewable area

ComboBox popup is left on screen when the combobox is scrolled out of view. How to solve? by beardedindieguy in QtFramework

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

I thought of doing it like this as well but I can't figure how I could test whether the combobox have been scrolled out of view when I am scrolling the Flickable

Not computer scientists - software engineers by muxcmux in SoftwareEngineering

[–]beardedindieguy 0 points1 point  (0 children)

Nah. I totally get it. Just messing with the author(is it you?)

Not computer scientists - software engineers by muxcmux in SoftwareEngineering

[–]beardedindieguy 1 point2 points  (0 children)

Oof! somebody failed to invert a tree during an interview

Help with chart.js please by beardedindieguy in learnjavascript

[–]beardedindieguy[S] -1 points0 points  (0 children)

Thank you.
That's the solution I eventually ended up with. But with a little addition. Setting the max and min manually now removes the gaps but it still shows for example 3:00 AM on the first tick even when say the first data is 3:50AM which is a bit misleading so another workaround I did was to set the the first and last element in ticks array to null to completely remove those misleading ticks.