Jafar Abbas

Results 9 comments of Jafar Abbas

I'm finding contradictions in the exampleapp notes. Here it says you can't sort (or search) if you have no db field as a source: ``` INFO: Because methods and properties...

What's really bothering me is I remember testing searching on computed columns and it seemed to work... did I break something or is it simply not supported and I hallucinated...

Eh, I disabled server-side as a work-around. Maybe I had server-side disabled when I hallucinated. Anyways, this is lame I understand that 'performance' issues is a concern but we should...

Is video uploading locked behind a subscription ?

> Could you elaborate, please? Since everything in Pyodide runs under the browser, those proxy settings need to be handled by the browser, not by Pyodide. The issue in my...

> Well, it still runs in Node.js anyway, and I think the Node.js runtime should handle those proxy settings. It should indeed, but to my surprise even after setting HTTP,...

> Seems like node.js does not respect system proxy, and there is no proxy support in native fetch in Node.js >= 18. > > * [Make it possible to use...

> @jabbasj are you using `--build-args HTTP_PROXY="proxy.yourdoman.tld"` in your docker build command to specify your proxy? It looks like `--env` is only used at runtime I had my daemon configured...

> Also have this issue, my walk around is to make a base build image with pyodide + micropip downloaded, and then use the base image to build final image...