Skip to content
#

beta

Here are 533 public repositories matching this topic...

writefreely
colin-axner
colin-axner commented Oct 9, 2020

on latest develop, if I run:

go test
ERROR: 2020/10/09 16:43:21 oauth.go:148: viewOauthInit error: pretend unable to write state error
--- FAIL: TestViewOauthCallback (0.00s)
    --- FAIL: TestViewOauthCallback/success (0.00s)
        oauth_test.go:248: 
            	Error Trace:	oauth_test.go:248
            	Error:      	Received unexpected error:
            	            	/logi
cohix
cohix commented Oct 26, 2021

Another idea, the tests could be condensed quite a bit, for example:

func TestDefaultRules(t *testing.T) {
	rules := defaultHTTPRules()

	tests := []struct {
		name string
		url  string
	}{
		{"http allowed", "http://example.com"},
		{"https allowed", "https://example.com"},
		{"IP allowed", "http://100.11.12.13"},
	}

	for _, test := range tests {
		t.Run(test.name, func(t 
enhancement good first issue
pvutov
pvutov commented Feb 8, 2021

Good first issue because no Unity-specific programming is involved.

Our unit config files allow a c-style #include directive, which lets us break them up into small reusable pieces. Example:

{
    #include "DefaultMobility",
    #include "DefaultHeloArmor",
    "LabelIcon": "D",
    "CategoryKey": "HEL",
    "Name": "AH64D Apache",
    "Price": 20,
}

ConfigReader.cs has s

good first issue
cohix
cohix commented Jun 13, 2021

Something to collect multiple pods, like in cases where you need to watch multiple message types and need to keep references to multiple pods.

Something like:

pods := g.PodGroup()

pods.New().On(...)
pods.New().OnType(...)

It would still be safe since pods retains the pod object so you don't have to if you don't want to.

enhancement good first issue

Python-based portfolio / stock widget which sources data from Yahoo Finance and calculates different types of Value-at-Risk (VaR) metrics and many other (ex-post) risk/return characteristics both on an individual stock and portfolio-basis, stand-alone and vs. a benchmark of choice (constructed with wxPython)

  • Updated Feb 17, 2021
  • Python
yolo
moul
moul commented Feb 6, 2020

Front Improvements

  • Open running builds by default (#308)
  • see the branch that triggered the build
  • support nice URLs instead of complex query strings
  • Add download statistics to build info on front (#305)
  • Cadd a widget that shows running builds (#144, #288)
  • Add merge request sharable link icon functionality to buildcards with MR (#254)
  • Use alterna
enhancement good first issue help wanted

Improve this page

Add a description, image, and links to the beta 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 beta topic, visit your repo's landing page and select "manage topics."

Learn more