Chris Angelico
Chris Angelico
My recommendation is to simply fork the repository and add your own changes. Then all previous authors are automatically acknowledged, you automatically have the right copyright and license documents, etc....
IANAL, so don't ask my permission/advice for specifics like that. But you're basically making a modified version of CPython, aren't you? That seems like the perfect situation for a repository...
Does that work with the Python bindings?
> I have changed the function to > > ``` > def _finalize_login(self, login_response): > data = login_response['transfer_parameters'] > self.steam_id = SteamID(data['steamid']) > self.oauth_token = data['auth'] > ``` > >...
Elaborate?
Yep fair enough! I'm about to update my CEF but in the light of this, I'll try testing on 4638 before going to 5060.
Can confirm: works on both 4638 and 5060. So the actual functionality is (probably) fine, it would just be nice to demonstrate a minimum CEF version.
> We should add a joke .exe file that immediately opens a rickroll in the browser. That'd be fun. Or even better: An EXE file that deliberately listens on a...
Windows is becoming harder and harder for me to support. I don't know what the issues are, and I suspect it's to do with SSL certificates (since Pike relies on...
If people want to run Gypsum in a container, sure, but they don't help me to develop it, since I don't want to bundle certs with it. The problem is...