awsdert
awsdert
More accurately the navigation should always be `width: 5%; position: static` with `nav:hover { width: 20% }`. The fixed is so that the navigation scrolls with the page like the...
Just learned of this issue while watching a broodie yt vid. Came here to give my stop gap fix suggestion (pseudo code - adapt to your code): ``` static w...
I meant a manual delay as a short term fix for sway builds, not the long term one that requires you to look through that code.
Well mine doesn't actually rotate the object, just defines what order to compare the cells in by using traits the various orientations of each shape would share in a unique...
Well I don't know if your method really is the best but I can say with certainty that I like my method better. It's easy to understand that a shape...
Ah right, I forgot linux requires an execution permission, I'll check that when I next get round to trying sometime before the end of the week
Got round to it and yeah that sorted the problem, ran into an error at the first hurdle, since this is the 1st time I'm diving into python and I'm...
After being reminded of that permissions issue I went back to just `./gameconqueror`, is the gnome stuff not passed through that way then? In that case what would I need...
I'm sure some users might want to launch from the base directory that was opened as a project instead so an option for that would be a good idea.
My suggestion for implementing this is for the main executable to be just a thin wrapper that launches the default build. For example: `$>code` could launch `/bin/code` which in turn...