Tymoteusz Motylewski

Results 134 comments of Tymoteusz Motylewski

Hi One more keyword to consider adding on website and github "activity tracker" - that's what I used to find the project recently again :)

here is an example which works for me ```python from pydrive2.auth import GoogleAuth from pydrive2.drive import GoogleDrive from oauth2client.service_account import ServiceAccountCredentials scope = ["https://www.googleapis.com/auth/drive"] gauth = GoogleAuth() gauth.auth_method = 'service'...

Just kill it with fire :) V20 doesnt have to be backward compatible

Im against adding config for acient js stuff like this. It just clutters the codebase. If somebody wants to make frontend in 2023 like it was 2010 then he is...

just for the sake of completeness, here is a link to the tool already capable of generating modman files: https://github.com/mhauri/generate-modman

Hi When I did performance test back then (2013) comparing different scenarios (including php file, php serializing , json encode etc) the one used here was the fastest. So deserializing...

@joshuaadickerson I'm sure you agree that it doesn't make sense to argue about the feeling what "should" be faster and why. Please provide benchmark proving your solution is faster then...

@labbati @bwoebi can you please take a look?

Lets do some math: 20 - number of array elements in this case. php 8.2 (time for 1000000 elements) array_filter: 0.069692134857178 foreach: 0.018320083618164 0.069692134857178 - 0.018320083618164 = 0.05137205123 (delta per...