Sinan Midillili
Sinan Midillili
this issue is ridiculously old (https://stackoverflow.com/questions/22828274/sublime-find-and-replace-without-having-to-click-save 5 years since this was created) and fundamental and its making sublime unusable in large projects. I dont want to exclude files, I dont...
I was able to run the profiler but the output only shows click and werkzeug steps. Cant really see which endpoint/which model method calls are being the bottleneck. command I...
Hah! That worked. I actually have the post methods now. Thanks so much for your hard work and suggestions @sublee , I'd say you can close this issue. reiterating the...
yep, this is still the case. Ive included this snippet inside my code so dump works (copied+modified from the source); ``` import pickle def dump(profiler, filename, pickle_protocol=pickle.HIGHEST_PROTOCOL): result = profiler.result()...
@ZAYEC77 I like it. Is there a repo for it? I can help
@obormot thanks for the tool!