japrogramer

Results 82 comments of japrogramer

And than In my root Query ``` ~| 7 if settings.DEBUG: ~| 8 debug = graphene.Field(DjangoDebug, name='__debug') ~| 9 node = relay.Node.Field() ```

@eamigo86 this is my observer class https://github.com/graphql-python/graphql-core/issues/149#issuecomment-345086276 From What i have seen from your subscriptions project it seems to me that you are looking for a scheduler https://youtu.be/jKqWMvdTuE8?t=17m42s I think...

@eamigo86 actually it looks more like this now . ``` 16 def send(result, message): 15 data = result.data 14 message.reply_channel.send( 13 { 12 'text': str({'data': json.loads(json.dumps(data))}) 11 }) 10 9...

It seems to me that your issue relates to mine #985, where the solution could be too have a streaming view in a separate page for the debug data for...

You can still see the debug panel in a docker container if you set up middleware to check `/proc/net/arp` for new ips on every new request, than appending that ip...

like this, you might need to refresh the page for the first time landing on your site. Than after, DDT will be visible. ``` class arpMiddleware(object): def __init__(self, get_response): self.get_response...

![image](https://user-images.githubusercontent.com/1387859/82595825-e55b6700-9b6b-11ea-9161-a9bc3ac9b3c2.png) Here ids are described as uuids in tables were they aren't explicitly described as uuid, does this mean that all `id` should uuids?

[In my previous comment](https://github.com/openreferral/specification/issues/217#issuecomment-631649412) [and issue](https://github.com/openreferral/specification/issues/218) asked if all ids are UUIDs as suggested by ![image](https://user-images.githubusercontent.com/1387859/84338931-f55ed900-ab62-11ea-9a51-6135b9d28090.png) And ![image](https://user-images.githubusercontent.com/1387859/84338990-18898880-ab63-11ea-96c6-8a725641acbf.png) However this is contradicted here, ![image](https://user-images.githubusercontent.com/1387859/84339056-3eaf2880-ab63-11ea-8b09-7b9f95f572da.png) what are overlapping identifiers? adding a...

also some tables have id must be unique, some say uuid but others don't .. is it ok to use all as UUID? Edit: also note this link http://docs.openreferral.org/en/latest/hsds/about/reference.md is...

It seems that the docs describe # Version 1.1 but the github sql file has # Version 1.2 of HSDS and github datapackage.json is "version":"1.1.1",