Olivier MATROT
Olivier MATROT
Guys, what are the changes to apply in the webpack.config.ts file to use awesome-typescript-loader 5 ?
Found it: https://stackoverflow.com/a/49203878/15186
In my particular case, the idea is to be able to use the [Serializable Isolation Level](https://wiki.postgresql.org/wiki/Serializable#Serializable_and_Snapshot_Transaction_Isolation_Levels), with retries, to leverage the power of PostgreSQL in that field. This allows you...
Sorry about that, for me a query is a single round trip to the server. This is fine to have a single transaction for the entire GraphQL field.
Q1 and Q2, I expect the client to be able to indicate the isolation level. Q3 : same as you, I do not know how. Q4: The isolation level remains...
You mean an HTTP header ? clever idea ! That would be fine by me.
@NaseebullahSafi What did you end up using for your need? I need to have a live line chart that receives data in real time. I just need to display the...
@whoisj What @jaouharDAHMOUL was trying to say is that the real url xxx.visualstudio.com works fine in the browser, the authentication is OK. The problem with Git is not resolved.
@whoisj @jaouharDAHMOUL is an intern that works with me. I opened the case to make him learn GitHub. I'm personally working on a Mac no problem here.
Another idea : add the ability to export the graphql schema from classes.