Serge Bazanski
Serge Bazanski
The two methods on the client that permit 'disconnecting' from redis are :quit() and :shutdown(). However, [both of them only call :shutdown()](https://github.com/nrk/redis-lua/blob/880dda904909adfed0ad79cdd80317c6dd1a005a/src/redis.lua#L479-L488) on the underlying luasocket socket: ``` client_prototype.quit =...
It would be great to have an option to specify under what license are the parts submitted - whether, for example, public domain (-like), MIT-like, or GPL-like. This would allow...
Currently that flag is not being used by subcommands (publish and updatekeys). This fixes that problem. I'm not exactly sure how to go about testing this. Any ideas?
This change adds a `no_remove` flag. Its purpose is to let users disable the `atexit` handler that removes the extracted archive when running a `zip_safe=False` parfile. There's at least two...
Protobuf 3.15 stabilized 'optional' in proto3: https://github.com/protocolbuffers/protobuf/releases/tag/v3.15.0 These, however, behave entirely differently from proto2 optionals. Thus, the following behaviour (effectively ignoring the 'optional' marker) is invalid: ``` q3k@sizeableunit ~/lolproto $...
Implemented based on TriCore® 1 User’s Manual, V1.3.8, January 2008 Volume 2 Instruction Set V1.3 & V1.3.1 Architecture
The operands needs to be zero-extended before multiplication, otherwise any overflow past 32 bits gets lost (and per the spec, these are explicity 32*32->64 bit multiplications).
The following is a valid plist XML: 100 foo 200 bar This enables parsing such arrays to dictionaries, which can in turn be unmarshaled to Go maps, similarly to elements....
This breaks compatibilty and renames all binaries to `ol-${name}`.
Solves #162