Piotr Kubisa

Results 10 comments of Piotr Kubisa

How about writing some cross-browser tests (Karma, Selenium, SourceLabs, Browserstack) to confirm is specified code works or not? You have given many claims that something is supported or not without...

> @mikelax Would https://github.com/satackey/action-docker-layer-caching work for your case? It's built on top of this action. This linked action says it will use following method to take care of caching: >...

If you like forks then I've prepared one for you https://github.com/piotrkubisa/apigo :stuck_out_tongue: I've forked the `apex/gateway`, implemented multi-value query strings, headers, introduced new `event-to-http.Request` conversion algorithm that is easier to...

Why don't you use separate binaries - one for serverless (`apex`) and second for serverfull (`http`)? More code in handler = larger binary = more money spent on uploading artifact...

@micklove I guess you could just change the following line (remove volume share to `docker.sock` between host and guest) and run your modified shell script: https://github.com/aws/aws-codebuild-docker-images/blob/4e23c024c016ef710268cf5afe0b0790fd24367b/local_builds/codebuild_build.sh#L70 Edit: My bad, it...

FYI: For somebody still is interested in running a mimicked `CodeBuild` locally, but wants more room to do some changes. Quite recently, I have updated the https://github.com/piotrkubisa/localcb to compute a...

Don't get me wrong, but why you would like support `gopls`, while it is actually supported via https://github.com/tomv564/LSP Also if there isn't working something correctly related to `gopls`, won't be...

Indeed. I think it would be nice to have it as a separated package, because it will be too much clutter. It is easy to install an _extra_ package that...

Awesome! That sounds really easy to make now. Perfect time to look for some free time to implement this ;)