Isaac

Results 18 comments of Isaac

Requesting a followup on this, one year later!

I've uploaded screenshots of non-Steam games to Steam without issue on the desktop client, so I think this should be possible.

What if the user wants a different refresh rate for the game (e.g. to maintain consistent FPS without tearing) than for Windows? Further, should at least implement a render resolution...

> @ImBoop Adding the option for render scaling is discussed in https://github.com/CaffeineMC/sodium-fabric/issues/2362. For other use cases where people would want to manipulate the refresh rate, people could just continue using...

> reduced complexity, removed workarounds that I had to use due to vue-class bugs, and I think it's more legible than before. This seems rather opinionated -- my codebase which...

> > This seems rather opinionated -- my codebase which utilizes class components has reduced complexity, and code introspection is a lot faster and less difficult with class-based components. >...

The lack of firm commitment from the Vue team one way or another makes it really hard to know what direction to move in. For the time being, I'll continue...

> > I'm looking for status update of v8 and wondering about it's long term viability. Can anyone provide some insight? > > To answer my own question, it appears...

I've considered forking Vue 3, porting some of the nice to haves from Vue 2 that 3 removed, and having class based be a first class citizen. The problem, of...

> The argument from Vue was that they didn't want to support 3 different ways to do the "same thing": Options, Composition, Classes which is the only substantive argument put...