Brad Jones

Results 62 comments of Brad Jones

I still intend to loop around on this, just busy building the project that this is used in :joy: Came back here to note that phpstan failed here b/c the...

Basically sqlite is only supported in theory - I am implementing some local integration testing for an internal project and started in on this to at least get data out....

There are many reactions here which shows interest - but no response. Does anyone know someone at Tiny who can reach out? I'm concerned this project is widely used but...

> where and why are you using Plupload these days? Short answer, on legacy projects that used it prior to it being abandoned... which I think covers many use cases....

An option would also be to mount your own `setenv.sh` on top of the existing one, at runtime. You can mount a specific item in a config map in K8s,...

I'm accomplishing this with an init container for the moment, however it seems like this would be appropriate in the entrypoint script, as well.

@Alwandy The official K8s way of doing this would be to use an init container to do what you just described, then run the application. It would be good to...

Thanks Jaime for your leadership on this. Excellent discussion. Though, this thread becomes more of a meta-issue regarding code style, config, architectural issues... but that's fine, too. > We should...

There seem to be two competing PRs to address this; https://github.com/tableflip/react-native-select-multiple/pull/41 seems to be simpler than https://github.com/tableflip/react-native-select-multiple/pull/49. There is outstanding feedback on #41 which I imagine is why it hasn't...