Antonio P

Results 8 issues of Antonio P

Default is set to off :) Filled feature request for for: https://github.com/corrad1nho/qomui/issues/33

### Change Scope * Extend the range of the allowed MTU to 65536 instead of max 65535 * Changes the type from uint16 to uint32 and adds range restriction ###...

non-breaking

see attached screenshot, should be 7:46. edit: Seems to me that it considers seconds when calculating the total time. ![Screenshot_20240325-083406_Simple_Time_Tracker](https://github.com/Razeeman/Android-SimpleTimeTracker/assets/7177449/63477fb8-051c-4799-9dc6-9b5a26d7cd9f)

https://pypi.org/project/sysrepo/#history contains 1.7.2 whereas the latest version here on github is 1.7.3. Could you please update it on pypi.org? thanks!

https://pypi.org/project/sysrepo/ The section `Project links` contains a link to the homepage of the project, which links to `https://www.6wind.com/` instead of this repository, like it does for https://pypi.org/project/libyang/. Could you please...

s mentioned here: https://github.com/crazy-max/xgo/blob/master/doc/usage/cgo-dependencies.md#cgo-dependencies `Further plans include extending this to cmake based projects, if need arises (please open an issue if it's important to you).` Would it be possible/is it...

using this example raises the error `Error: incorrect input, try 'help'`: ```go shell.AddCmd(&ishell.Cmd{ Name: "test cmd example", Help: "test cmd", LongHelp: "Turn syslog OFF.", Func: func(c *ishell.Context) { c.Println("test") },...

Using this example i was able to trigger a bug with pressing the left arrow: ```go package main import ( "fmt" "github.com/chzyer/readline" ) func main() { l, err := readline.New(">...