fjf2002

Results 48 comments of fjf2002

My current ugly workaround is ``` for (final _Workbook p : iterableCaster(excel.getWorkbooks(), _Workbook.class)) { System.out.println(p.getName()); } ``` ... with the method `iterableCaster` that simply adds a `queryInterface` call to the...

Just another idea: What about sending the token in-channel, i. e. as the first websocket message after connection, from the browser to the postgres-websockets?

> it could be easier for a malicious user to consume resources (since we would have to open the socket before authenticating). You seem to mean the additional HTTP->Websocket "switching...

To be clear, PHPSTORM File | Invalidate Caches / Restart is meant.

@steve-chavez: Thank you very much for your investigation, even although this topic is not purely PostgREST-related. I managed to get it to work with pl/pgsql, using the pgcrypto extension and...

Gladly I will try that. Before that, some questions: * Shall I edit/replace parts of the chapter "Storing users and passwords", or present a new chapter, as an alternative to...

Thanks for the clarification. https://github.com/PostgREST/postgrest/pull/2300 is still missing in v9.0.0.20220531, but no need to hurry.

Concerning the SOAP How-To: @steve-chavez: Well, er, when posting on topic https://github.com/PostgREST/postgrest/pull/1582, I made wrong claims. I have corrected that: > EDIT: Well, it seems that I have mixed up...