Aviad Lichtenstadt

Results 7 issues of Aviad Lichtenstadt

When a time.Time struct is supplied, the decode function goes in another path, and the UTC timezone is set on the empty time object Added this now to the path...

Unmarshal a byte array that was generated by marshaling an empty time struct If the unmarshal will receive an interface, this interface will eventually contain an empty time struct but...

zero out hour/minutes/seconds when working with 'today/tomorrow/yesterday'

Added generics for all levels of LRU implementation For internal list, moved from GO built in containers/list to a generic implementation: github.com/bahlo/generic-list-go Updated all tests to accommodate generics In go.mod...

Added option to inject filterer added option to inject highlighter condition This is needed for cases that we want advanced search algorithm on the json tree, for example find value...

Iff searching in ignore case mode, data will not be highlighted properly For example have the following json: { a: Kuku} search for 'kuku' The node will be expanded but...