Ariel Keselman

Results 52 issues of Ariel Keselman

why is the nodejs server needed when we have a golang server?

The following query asks to insert to a non-existing field `is_private` yet it compiles without error: ```sql CREATE SCHEMA td4; CREATE TABLE td4.test_codes ( id SERIAL PRIMARY KEY, created_by text...

bug
:books: postgresql

Using the new concat syntax in Julia 0.4

It would be good if it could catch the following: ``` Julia lintstr(""" const a=1 const d=11 f=12 function g() const a=2 const b = 1 function f() a=4 b=5...

this is not yet implemented but very useful

enhancement

simulate users in multiple sessions, have a "manager" look if sessions update correctly

enhancement
question

currently `rdoc.new` will translate and create a new instance. It is also possible to create a new instance from tranlated Python using `new(cls, params)`. However creating a new instance from...

Silent: give the app a choice whether to display a note on reconnection Fast: no need to create a new app when reconnecting. Just don;t delete it when connection is...