tekay37

Results 5 issues of tekay37

``` $query = $this->builder->update(Mwst::TABLE, [ 'standard' => '0'] ); $query->where() ->notEquals('id', $vat->get('id') ) ->eq( 'sid', $this->login->getSID() ) ->eq( 'bid', $this->login->getBID() ); // later.. $sql = $this->builder->write( $query ); $data =...

## Context I wanted to pass a list of procedures to another procedure, but pass it as a slice: ```odin package scratch proc_type :: #type proc() -> (int, bool); foos...

### Server name ols ### Server homepage https://github.com/DanielGavin/ols ### Languages odin ### Is this server added in lspconfig? - [X] Yes - [ ] No ### How is this server...

new-server-request

https://github.com/thespianpy/Thespian/blob/2341eae2928a861820e9d71c3f7974bee3e34388/thespian/system/transport/MultiprocessQueueTransport.py#L211-L224 After a `KeyboardInterrupt` it's not possible to get Actors from the actor system or send messages to it, so the system can't be shut down properly any more. ###...

### Feature Request This is a follow-up to #282 We've been using this feature on our own fork for ~9 years now and would like to merge it to the...

feature request