Ryan Currah
Ryan Currah
Usage... ```shell brew install swagger-codegen brew tap adoptopenjdk/openjdk brew install --cask adoptopenjdk/openjdk/adoptopenjdk8 export JAVA_HOME=`/usr/libexec/java_home -v 1.8` export PATH=${JAVA_HOME}/bin:$PATH swagger-codegen generate -i .swagger/extension-server-swagger.yaml -l go-server -o go_server/ swagger-codegen generate -i .swagger/extension-server-swagger.yaml...
I like this approach. Though I don't feel it solves the problem of moving most of the FSM package to the `internal/` directory. I still think we need `Request` and...
I've been thinking about this issue as well as https://github.com/jaimeteb/chatto/issues/24 and https://github.com/jaimeteb/chatto/issues/18 and a solution that can solve all three. ## Change extension servers to use events for receiving a...
No problem I understand this kind of changes the model a bit. ## Remark 1 response I would prefer to stick with `REST` as well. The hard part about `REST`...
The new classier features look awesome. Will have to understand them a bit more. As someone who knows nothing about ML I'm not sure why I would choose to use...
Looks like they have a API now, I havent looked at it though. > To directly integrate vulnerability checking into other tools and processes, the [vulncheck](https://pkg.go.dev/golang.org/x/vuln/vulncheck) package exports govulncheck’s functionality...
Sorry that was a newb mistake. I am using Bitbucket server. Interesting that the commit date is determined by querying the API. I'll do some research on the API of...
Yeah it appears it's not possible in Bitbucket server without cloning. https://community.atlassian.com/t5/Bitbucket-questions/How-to-get-the-creation-date-of-a-tag-in-BitBucket-Server/qaq-p/1277595
I looked at Bitbuckets JIRA issues and found an issue where someone is asking for Bitbucket to support listing tags and getting their create date. I added a comment to...
Was researching this tool and was looking for a feature like this in the docs. This feature would def make it a strong case to use it over Makefiles.