Robert Elwell

Results 6 issues of Robert Elwell

Here's an example, with go-cartesian-product code included. Note that we're just adding in this `bitproduct` function that uses a variadic function to give us functionality like Python's `itertools.product("01", repeat=int(sys.argv[1]))`: This...

help wanted

Hey there -- thanks for providing this gem. Is there a reason you chose to always provide a timeout of 0 within the MySQL driver rather than pass the thread...

enhancement
PR welcome

Say I have a route that looks like this: ```go API.GetRouter().Get("/getData/:value/", func(c *admin.Context) { query := c.Request.URL.Query() fmt.Println(utils.ToString(query.Get("value"))) }) ``` If I make a `GET` request to `localhost/getData/some.value/`, the application...

Is it possible to add autolinks for a Jira cloud instance connection after it's already been installed? If not, is it safe to disconnect and reconnect without losing any existing...

Type/Question

**Describe the bug** Can't submit the confirmation form because of a javascript error: ``` An invalid form control with name='' is not focusable. ``` **To Reproduce** Steps to reproduce the...

bug
help wanted
good first issue

Hi there! I can't seem to figure out how to search for support cases. There doesn't seem to be an off-the-shelf collection for it, and it looks like something about...