The Wayback Machine - https://web.archive.org/web/20220709134121/https://github.com/topics/function
Skip to content
#

function

Here are 1,051 public repositories matching this topic...

cardil
cardil commented May 11, 2022

/area API
/area autoscale
/kind cleanup

Actual Behavior

The max-scale and min-scale annotation has been introduced in knative/serving#12103 alignment. The client was using those names, but recently this changed to the inverse - knative/client#958. This leads to confusion on docs, and UX as seen in: https://github.com/knative/docs/iss

kind/bug area/API area/autoscale kind/cleanup
honggyukim
honggyukim commented Jul 9, 2022

runtest.py builds target binaries and runs them with uftrace for testing, then it removes the compiled binaries right after testing.
https://github.com/namhyung/uftrace/blob/v0.12/tests/runtest.py#L621-L622

We sometimes need to keep those binaries for further testing, but there is no way to keep them for now.

It'd be better to provide an option -k/--keep to keep the binaries.

shyandsy
shyandsy commented May 2, 2021

数据表自带prefix,生成model struct和文件名也都带上了prefix,有办法去掉么

比如我所有数据表都有prefix = xxxproject_, 用户表为
xxxproject_customer,生成的model就是

type XxxprojectCustomer struct{
}

对应文件是xxxproject_customer.go

我已经在config.yaml里面制定了table_prefix = “xxxproject_”

good first issue
agiledragon
agiledragon commented Apr 11, 2021

Who is using gomonkey?

Thanks sincerely for constantly using and supporting gomonkey, I will try my best to make gomonkey better, and keep growing gomonkey community. To attract more developers to use and contribute to gomonkey, please comment in this issue and include the following information:

Your company, school or organization.
Homepage.
You can refer to the following sample answer

good first issue

Improve this page

Add a description, image, and links to the function topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the function topic, visit your repo's landing page and select "manage topics."

Learn more