johny-b

Results 42 issues of johny-b

Hello, I wanted to create .er file based on schema in Postgresql database. It works well for tables, but ignores relationships. Example script ``` psql t1 -c "CREATE SCHEMA t1;...

``` (500) Reason: Internal Server Error HTTP response headers: HTTP response body: {"message":"Service error: Activity 60cc59c13a694c7786f44703f5e00f21 was abruptly terminated. Reason: Only single Activity allowed, message: Can't create 2 simultaneous Activities."}...

api-consistency

``` ya_activity.exceptions.ApiException: (500) Reason: Internal Server Error HTTP response headers: HTTP response body: {"message":"DAO error: Not found: agreement id for activity: invalid_id"} ```

api-consistency

``` ya_market.exceptions.ApiException: (500) Reason: Internal Server Error HTTP response headers: HTTP response body: {"message":"Failed to send response for Proposal [R-78d71cdb0d4d8755aaa450054123c666a763106bf0ea6ccdd77e116f2d59bf3d]. Error: Countering Proposal [P-3dfde7ddc32bc0304586b4f3a6b04358ea14f7fa7e43a39246876769965790fb] remote error: Subscription [60da6baf268e43e9b4f53c3c39905203-96714d1c9817f0f006fcf42f39a8b25bbb5a54d140efa9827ce928ce67977515] wasn't found."...

api-consistency

Debit notes (`GET /debit_notes`) are sorted, most recent is first. Invoices are not sorted, and it would be nice to have such things more consistent. This is not important for...

api-consistency

1. I receive an offer 2. It happens to be invalid, I get an exception as in #2199 3. I'd like to never again see this offer (and never again...

Root level logging is still present in pdfminer.psparser.nextobject(): ` logging.debug('do_keyword: pos=%r, token=%r, stack=%r', pos, token, self.curstack)` I guess it is was not intended : )

Recorder doesn't write the record file immediately when record_sampling is called, but does this once there are enough entries to be written. To be able to write the logs later,...

I removed everything related to `Network.owner_id` and `ssh.py` example works as before, so I assume it was just never needed. I didn't fix the tests - there are still references...

`Golem.create_network("192.168.0.1")` --> ``` File "/home/jbetley/venvs/t2/lib/python3.8/site-packages/yapapi/network.py", line 219, in _next_address return next(self._hosts) # type: ignore TypeError: 'list' object is not an iterator ``` I'm not saying this should work, only that...