Plary

Results 10 comments of Plary

@blizzz I could run a database query, just had this problem happen to me, some users are now unable to load tables and im unable to delete these affected tables

Here's the error log when trying to access: ```{"reqId":"IWQUKugpKOnrxoovMdpp","level":3,"time":"2024-07-16T16:54:53+00:00","remoteAddr":"x.x.x.x","user":"admin","app":"index","method":"GET","url":"/apps/tables/view","message":"OCA\\Tables\\Db\\Row2Mapper::getFilterExpression(): Argument #2 ($column) must be of type OCA\\Tables\\Db\\Column, null given, called in /var/www/html/custom_apps/tables/lib/Db/Row2Mapper.php on line 286 in file '/var/www/html/custom_apps/tables/lib/Db/Row2Mapper.php' line 310","userAgent":"Mozilla/5.0...

> @PlaryWasTaken Could you run `select id, filter from oc_tables_views where id = 4;` ? > > @barbayellow and could you run `select id, filter from oc_tables_views where table_id =...

id | columns | sort | filter ----+---------------------+---------------------------------+--------------------------------------------------------- 1 | [1,2,3,4] | [] | [] 2 | [17,14,15,-4,16,18] | [] | [[{"columnId":-2,"operator":"is-equal","value":"@me"}]] 4 | [17,16,18,14,15,-1] | [{"columnId":-4,"mode":"DESC"}] | [[{"columnId":null,"operator":null,"value":""}]] Heres...

It provides better description on what a function does ![image](https://github.com/ceifa/wasmoon/assets/70018287/0af06c3d-cae8-4ab8-b061-aeeabea472de) Example above in a Jetbrains IDE, Typescript does add a type system but you don't have any actual documentation when...

Having these descriptions helps to aid in ambiguity where you might have a certain idea of how something works but you're not sure, thats why i also wanted to type...

Oh, i forgot that tsconfig has "removeComents" as true, for JSDoc to be able to be used for this "removeComments¨ has to be false, is there any reason for this...

> Also I think it's a little bit weird to use TS with JSDoc, is it common in libraries? Well, mongoose uses them, and i've seen some other libs use...

> > Well, mongoose uses them, and i've seen some other libs use them too > > Mongoose uses JS + JSDoc... > > Just found out there is a...

Ill get to it soon, thanks for helping with the comments for CreateEngineOptions Also there is a workaround to only adding comments in declaration files in the issue you mentioned,...