Mark Gascoyne
Mark Gascoyne
Alter the behaviour of omit zero to produce and error when no columns can be updated rather than producing invalid sql
https://github.com/go-pg/pg/blob/691def15f539b232452a5c982c08c5804b52bef1/orm/update_test.go#L59 When updating and the model contains all empty fields invalid update syntax is produced. Suggest returning specific error to capture the case of a non-update
When calling discover offer the library panics with ``` panic: runtime error: index out of range [9] with length 4 goroutine 4 [running]: github.com/insomniacslk/dhcp/dhcpv4/nclient4.ipv4.protocol(...) /Users/markgascoyne/go/pkg/mod/github.com/insomniacslk/[email protected]/dhcpv4/nclient4/ipv4.go:108 github.com/insomniacslk/dhcp/dhcpv4/nclient4.ipv4.transportProtocol(...) /Users/markgascoyne/go/pkg/mod/github.com/insomniacslk/[email protected]/dhcpv4/nclient4/ipv4.go:124 github.com/insomniacslk/dhcp/dhcpv4/nclient4.(*BroadcastRawUDPConn).ReadFrom(0x1400000e138, {0x14000180000, 0x5dc,...
Fix the issue when publishing notifications to expo the reading of the response fails with `json: cannot unmarshal object into Go struct field PushResponse.data.details of type string.` fixes #13
Please add the schemas for https://github.com/redhat-cop/vault-config-operator
Fix the parser when parsing renamed files which have no changes this can be observed using `git mv ` then `git diff`
### Steps to reproduce Create a file with the following. ``` Normal text: [1mand bold[m; [7mreverse video [1mand bold[m ANSI plus bold: [30m0 [1mbold[m [31m1 [1mbold[m [32m2 [1mbold[m [33m3 [1mbold[m...
When resizing below 80*24 rows/cols the rendering breaks with duplicate lines, lost content etc. This change prevents this by fixing the size to a minimum while allowing the previous behaviour.
Punt/ Preview PR Change the font to one that has a bold derivative - (I probably should use fyne bundle instead of go embed). Add the handling code for supporting...
The[ documentation](https://github.com/go-swagger/go-swagger/blob/77f973a51c1dd3a8b95466b1c08cd9e529a69cfa/docs/faq/faq_server.md?plain=1#L97) states that that flag --skip-main exists however the application reports that there's no support for the flag. A search of the code reveails a flag called [--exclude-main](https://github.com/go-swagger/go-swagger/blob/77f973a51c1dd3a8b95466b1c08cd9e529a69cfa/cmd/swagger/completion/swagger.zsh-completion#L102) which...