gitricko
gitricko
Here is my shameless plug for a "installer" for epinio for users of Linux/Mac. Windows need WSL though i did not test https://gist.github.com/gitricko/b5125a3649e5d52faec4e4f9a496e166 Just a makefile... and run command ```...
+1 to this... currently, we are using epinio cli to retrieve the values again.. like how this is for the wordpress https://github.com/epinio/example-wordpress/blob/main/README.md#step-7---push-the-application which is works but why... unless the reason...
There is a way to do this with AWS if SAML is not possible. Here is the architecture diagram  All we need to do is to get use...
it will be nice to have this.. currently, we are doing some files moving magic in order for us to push app
ah... this is the problem...same for me #81 ... Thanks for the heads up on the version. Yes, 6.0.1 does not have this problem ! I will close #81
Thanks for your quick response. There is 2 main benefit why we would like to have conda buildpack. 1. Local Dev and Production parity in terms of dependencies setup -...
> @gitricko interesting. Can you tell me a bit more about where those apps will be deployed? will they be deployed onto a k8s cluster? cloud run? cloud functions? some...
> Would you be looking for the equivalent of something like the [Paketo miniconda buildpack](https://github.com/paketo-buildpacks/miniconda)? We're not currently looking to build additional buildpacks, but we are exploring options on how...
Yes, second that... I probably, will take a stab at that to see if we can integrate ReinforceJS to this js-breakout game. Another question: Does the javascript version able to...
@kmader Just got a simple breakout game working using a simple code from [MDN](https://developer.mozilla.org/en-US/docs/Games/Tutorials/2D_Breakout_game_pure_JavaScript) Actually, before trying out breakout, i was trying reinforcejs on "snake eat apple game" and got...