bryndin

Results 9 issues of bryndin

``` var user *User = &User{Name: "Jinzhu", Age: 18, Role: "Admin", Salary: 200000} var newUser *User err := copier.CopyWithOption(&newUser, &user, copier.Option{DeepCopy: true}) ``` Gives `copy destination is invalid` error. https://goplay.tools/snippet/ITQqvdUwKWH

Is there an async client example for Tornado? The one in readme is blocking. Thanks.

The io_loop argument to PeriodicCallback has been removed. http://www.tornadoweb.org/en/stable/releases/v5.0.0.html However mutornadomon still uses it https://github.com/uber/mutornadomon/blob/915a6a246565229c53898e208d8f23aa8066e41e/mutornadomon/monitor.py ` self.measure_callback = tornado.ioloop.PeriodicCallback( self._cb, measure_interval, self.io_loop, ) `

### What is the issue? The Ollama lists Vega64 in the announcement, but running it says it's not supported. Tried with fresh install of Ollama 0.1.33 and 0.1.34 on Win10....

bug
documentation
amd

I already had a `content/about` dir. Running `hugo new content about.md` freaks Hugo into panic. 1. Error message is confusing `[BUG] no Page found for "/home/db/projects/blog/content/about.md"`. Should it say the...

Bug

``` ``` is prettified into ``` ```

`_internal/google_analytics_async.html` is deprecated according to this page: https://discourse.gohugo.io/t/build-error-on-v0-125-2-calling-internal-template-internal-google-analytics-async-html/49410 It breaks Hugo. From what I understand it needs to be replaced with `_internal/google_analytics.html` ``` hugo server -D --navigateToChanged ``` ``` hugo...

#9188 is still happening. The problem is similar to this report: https://github.com/gohugoio/hugo/issues/9188#issuecomment-1130334193 defining `Params.tags` in `hugo.toml` freaks out `.Site.RegularPages.Related` ``` [params.tags] disable = false # Disables and hides the widget...

Bug

See https://gramps-project.org/bugs/view.php?id=13403#c67233 This commit introduced a bug https://github.com/gramps-project/gramps/commit/42b71b23d6b3e163197bcc3b8d580b469447917e#diff-403f8698a9cc1199c93a43229eaeaed780e54ddae595e4fa5942eee5bb88d084 - I'm not familiar with all the supported calendars, and if the `newyear` for, e.g. Hebrew, needs to be adjusted. The domain...

bug