Francisco Rubin

Results 2 issues of Francisco Rubin

I get the following error every time I try to do a forward call with apex: ``` --------------------------------------------------------------------------- RuntimeError Traceback (most recent call last) in 1 #%%pixie_debugger 2 while True:...

After some testing I noticed that pages are not being cached, so each time they're accessed they trigger the ServerHandler lambda, which makes requests slower. Couldn't we cache static pages...