Benjamin Runnels
Benjamin Runnels
It doesn't look like this is currently possible but it would be a nice thing to have. There's a bash script here that does it with ffmpeg as an example...
Seems like kubernetes would be ideal for this as you could spin up high cpu/memory nodes on demand when there is work to do and tear them down after for...
Can you please add the ability to define an upsteam based on path? Or if it's already possible please provide an example or test? For instance when trying to secure...
I have it mostly building but I'm missing something. Anyone interested in helping me to get it working? First problem is ``` main\websocket.c:286:57: error: 'header.maskKey' may be used uninitialized in...
I saw prior issue https://github.com/tefra/xsdata/issues/522 and I'm using fastapi as well. It looks like pydantic has support for standard dataclasses. https://pydantic-docs.helpmanual.io/usage/dataclasses/ This is easy enough to achieve in xsdata with...
Could you please add parameters to set the network connection type for the VM and also the ip address or hostname to utilize? On my dev box the firewall is...
Currently there are no calico container images for armv7l. Maybe document this and add a pre-flight check?
If you've used prior versions of this project then need to `pip uninstall` many things before the aur python-openshift package will build. ``` pip uninstall \ kubernetes \ python-string-utils \...
If you have multiple workers their names can't start with the same letter. It's case sensitive. Took me all morning before I tracked down what was causing the error. This...
Fixed issues with workers shm and queue cleanup Fixed issue with Mediator reap() forking during daemon shutdown Added restart env to make it easier to restart via signal Changed daemon...