Liem Le Hoang Duc

Results 9 issues of Liem Le Hoang Duc

Usecase: Where I have a legacy `swagger.json`. And now I just want to add new paths/def using `swagger-merger` instead of editing old file. Example: ```json // apis.swagger.json { "swagger": "2.0",...

enhancement

Hi there, I found this module is quite interesting and easy to catch up. Currently, I got into situation where I need to implement some kind of searching, but the...

Let's user edit ci file to correct their pipeline. eg: ```yaml # .circleci/config.yaml version: 2.1 jobs: build: working_directory: /go/src/github.com/liemle3893/golang-monorepo/ docker: - image: golang:1.15 steps: - checkout - setup_remote_docker: version: 18.06.0-ce...

1. Add support for Gitlab CI (see .gitlab.ci.yml) 2. Cleanup build.sh. - Use `realpath` instead of `readlink -e`. `realpath` work pretty the same on OSX, Ubuntu, Alpine - Resolve: The...

Problem: get destination required absolute path instead of relative/projectDir. I've got this problem when trying to get generated files from my server. [This link](https://gradle-ssh-plugin.github.io/docs/#_transfer_a_file_or_directory) does not told about absolute path....

This happened when I were using `typedef i64 EpocMillis`. ```typescipt /* tslint:disable */ /* eslint-disable */ /* * Autogenerated by @creditkarma/thrift-typescript v3.7.4 * DO NOT EDIT UNLESS YOU ARE SURE...

My thrift: ```thrift ... typedef map Metadata ... struct X { 15: Metadata metadata = {} } ``` will throw UnhandledPromiseRejectionWarning: TypeError: Type map expected. My thrift was parsed and...

As you may know that CUDA is got going to support Apple ARM-based chipset. Is there anyway to get around and run this project on Mac M1/M2? I'm go through...

1. Fixed: Unquote can return error in case of input string is not quoted, let's return to original value as fall back. 2. Support `tags` per operation. Currently, operation inherit...