gtsop

Results 18 comments of gtsop

Thanks for the reply. I respect your decision, can you please add a notice in the README so people are aware? Thanks a lot for your work :)

Hi, any updates on this? It's an important topic, not sure what the "official" guidelines are myself.

What's the status of this?

Had this same error with another module (cypress-axe). Upgrading cypress to the latest vesion (i was on 4.x, went to 6.x) fixed the issue.

> actually, the pauses occur where the split takes place. I see you have an i7. 17/8 = 2.125. Exactly my initial thoughts, but wouldn't everyone have the same problem?...

I am giving a shot at adding a setting for this, however I have stumbled upon a couple issues, any help from the contributors would be appreciated. Here is a...

Thanks to @hockerschwan I have validated that the code actually has an impact on disabling hardware acceleration, I updated my linked PR. Now the first problem remains, getting the setting...

Update: I realized the my problem was not with calling the `await` keyword (needed to declare `runApp` as `async`) but with the actual call to the base handler. https://github.com/gtsop/FreeTube/pull/1/files#diff-f4ca67281c6be819c2166841d7631ffd5316d4c3a3b40e01a512c4113a537b2cR57 I...

@hockerschwan > It seems basehandlers is empty before app is ready The problem is with the call to the database. I replaced the implementation of the basehandler function I was...

@hockerschwan > It's tedious but `npm run build` then `freetube` will log to shell. Tried it and got this, then nothing happened: ``` johndoe@laptop1:~/Projects/FreeTube/build/linux-unpacked$ ./freetube mesa: for the --simplifycfg-sink-common option:...