Results 88 issues of Sam Whited

If a node is deleted from within the walk function, currently the recursive walk will panic if it then tries to go down that branch. Instead, terminate walking that branch.

I'd like to see Bitbucket analogs for the GitHub start buttons / banner options. The following look pretty good: http://bb-btns.bitbucket.org/ FontAwesome has a [Bitbucket icon](http://fortawesome.github.io/Font-Awesome/icon/bitbucket/) that might be good to...

enhancement

I would like to propose that a field be added to the Param struct (a backwards compatible change according to the Go compatibility promise) that contains the offset of the...

The readme says: > [Blackfriday] is paranoid about its input (so you can safely feed it user-supplied data) but a bit further down it says: > Blackfriday itself does nothing...

Running the following minimal working example: ```go package main import ( "gopkg.in/russross/blackfriday.v2" ) func main() { blackfriday.Run([]byte(` whatever : foo [panics]: [test] [test]: done`)) } ``` results in a panic:...

On an Arch Linux box with no timezone information set tests fail with the following: ``` warnings.warn("Can not find any timezone configuration, defaulting to UTC.") ........SSSSSSSS............................................................................SS...............................................................................S...........................SSSSSS................................................................................................................................................................................................................................................................................................................SSS...............................................................................................................................................................................................................................................................................................................................S....................................SSS...........................................................................................................SS.................................S...............................................................................................SSSSSSSSSSSSSSSSS.......................................................................................................................................................................................................................................................................................................................................................................................SSSSS......................SSSSS.................SS....................................SS.........SS.......................................................................................................................................................................................................................................................................................................................................................................................................................................................SSS..............S....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................SSSSSSS.................................................................................................E...................................................................................................................................................................................................................................................................................................................................................../usr/lib/python3.10/inspect.py:3056: RuntimeWarning: coroutine 'OrderedStateMachine.wait_for' was...

**Describe the bug** After using notes for a time, it began failing to synchronize. The error is something about auth and CORS, but I do not see a way to...

bug
0. Needs triage

When installing jackal with `go install github.com/ortuman/jackal/cmd/jackal@latest` or something similar, it will fail with the following: ``` $ go install github.com/ortuman/jackal/cmd/jackalctl@latest go: github.com/ortuman/jackal/cmd/jackalctl@latest (in github.com/ortuman/[email protected]): The go.mod file for the...

##### Checklist - [x] `make test` passes - [x] tests and/or benchmarks are included - [x] documentation is changed or added ### Affected core subsystem(s) - `pkg/c2s` - `pkg/auth` -...

In a MUC that I'm a member of we regularly share spoilers that not everyone wants to see right away. We split the MUC in two (one where spoilers can...