I hereby claim:
- I am ondratra on github.
- I am ondratra (https://keybase.io/ondratra) on keybase.
- I have a public key ASBu2a38A52ghQxtSQCQeQbqpDU7lk-SSAtf7pNEgVxrnQo
To claim this, I am signing this object:
| Starting dependencies.. | |
| Starting repos.. | |
| Create Explorer.Repo database if it doesn't exist | |
| 2023-02-13T13:20:04.951 application=db_connection [error] Postgrex.Protocol (#PID<0.185.0>) failed to connect: ** (DBConnection.ConnectionError) tcp recv (idle): closed | |
| 2023-02-13T13:20:04.951 application=db_connection [error] Postgrex.Protocol (#PID<0.189.0>) failed to connect: ** (DBConnection.ConnectionError) tcp recv (idle): closed | |
| 2023-02-13T13:20:04.951 application=db_connection [error] Postgrex.Protocol (#PID<0.190.0>) failed to connect: ** (DBConnection.ConnectionError) tcp recv (idle): closed | |
| 2023-02-13T13:20:04.951 application=db_connection [error] Postgrex.Protocol (#PID<0.184.0>) failed to connect: ** (DBConnection.ConnectionError) tcp recv (idle): closed | |
| 2023-02-13T13:20:04.951 [error] GenServer #PID<0.197.0> terminating | |
| ** (DBConnection.ConnectionError) tcp recv (idle): closed | |
| (db_connection 2.4.3) lib/db_connection/connection.ex:100: DBConnection.Connection.connect/2 |
| 2023-02-13T13:20:04.951 application=db_connection [error] Postgrex.Protocol (#PID<0.185.0>) failed to connect: ** (DBConnection.ConnectionError) tcp recv (idle): closed | |
| 2023-02-13T13:20:04.951 application=db_connection [error] Postgrex.Protocol (#PID<0.189.0>) failed to connect: ** (DBConnection.ConnectionError) tcp recv (idle): closed | |
| 2023-02-13T13:20:04.951 application=db_connection [error] Postgrex.Protocol (#PID<0.190.0>) failed to connect: ** (DBConnection.ConnectionError) tcp recv (idle): closed | |
| 2023-02-13T13:20:04.951 application=db_connection [error] Postgrex.Protocol (#PID<0.184.0>) failed to connect: ** (DBConnection.ConnectionError) tcp recv (idle): closed | |
| 2023-02-13T13:20:04.951 [error] GenServer #PID<0.197.0> terminating | |
| ** (DBConnection.ConnectionError) tcp recv (idle): closed | |
| (db_connection 2.4.3) lib/db_connection/connection.ex:100: DBConnection.Connection.connect/2 | |
| (connection 1.1.0) lib/connection.ex:622: Connection.enter_connect/5 | |
| (stdlib 3.17) proc_lib.erl:226: :proc_lib.init_p |
| Starting dependencies.. | |
| Starting repos.. | |
| Create Explorer.Repo database if it doesn't exist | |
| 2023-02-13T10:40:31.992 application=db_connection [error] Postgrex.Protocol (#PID<0.184.0>) failed to connect: ** (DBConnection.ConnectionError) tcp recv (idle): closed | |
| 2023-02-13T10:40:31.992 application=db_connection [error] Postgrex.Protocol (#PID<0.185.0>) failed to connect: ** (DBConnection.ConnectionError) tcp recv (idle): closed | |
| 2023-02-13T10:40:31.992 application=db_connection [error] Postgrex.Protocol (#PID<0.190.0>) failed to connect: ** (DBConnection.ConnectionError) tcp recv (idle): closed | |
| 2023-02-13T10:40:31.992 application=db_connection [error] Postgrex.Protocol (#PID<0.189.0>) failed to connect: ** (DBConnection.ConnectionError) tcp recv (idle): closed | |
| 2023-02-13T10:40:31.991 [error] GenServer #PID<0.197.0> terminating | |
| ** (DBConnection.ConnectionError) tcp recv (idle): closed | |
| (db_connection 2.4.3) lib/db_connection/connection.ex:100: DBConnection.Connection.connect/2 |
| 2023-02-13T10:26:47.176 application=db_connection [error] Postgrex.Protocol (#PID<0.189.0>) failed to connect: ** (DBConnection.ConnectionError) tcp recv (idle): closed | |
| 2023-02-13T10:26:47.176 application=db_connection [error] Postgrex.Protocol (#PID<0.185.0>) failed to connect: ** (DBConnection.ConnectionError) tcp recv (idle): closed | |
| 2023-02-13T10:26:47.176 application=db_connection [error] Postgrex.Protocol (#PID<0.190.0>) failed to connect: ** (DBConnection.ConnectionError) tcp recv (idle): closed | |
| 2023-02-13T10:26:47.176 application=db_connection [error] Postgrex.Protocol (#PID<0.184.0>) failed to connect: ** (DBConnection.ConnectionError) tcp recv (idle): closed | |
| 2023-02-13T10:26:47.177 [error] GenServer #PID<0.197.0> terminating | |
| ** (DBConnection.ConnectionError) tcp recv (idle): closed | |
| (db_connection 2.4.3) lib/db_connection/connection.ex:100: DBConnection.Connection.connect/2 | |
| (connection 1.1.0) lib/connection.ex:622: Connection.enter_connect/5 | |
| (stdlib 3.17) proc_lib.erl:226: :proc_lib.init_p |
| enum AssetAvailability { | |
| ACCEPTED | |
| PENDING | |
| INVALID | |
| } | |
| interface BaseGraphQLObject { | |
| id: ID! | |
| createdAt: DateTime! | |
| createdById: String! |
| body { | |
| margin: 0; | |
| padding: 0; | |
| font-family: sans-serif; | |
| overflow: hidden; | |
| } | |
| #root { | |
| height: 100%; | |
| } |
I hereby claim:
To claim this, I am signing this object:
| const constructorLock = Symbol(); | |
| const singletonInstance = Symbol(); | |
| export default class Singleton { | |
| // constructor lock prevents class from being instantiate via 'new Singleton()' | |
| // because constructorLock exists only in this file | |
| constructor(lock) { | |
| if (lock !== constructorLock) { |