chrisjbremner

Results 15 comments of chrisjbremner

I would also benefit from this feature, or by being able to provide these values in the query params

Agreed about long URLs. Doing it in the config block would be sufficient for my needs here.

FYI @kellydavid, the schema registry overview not loading was addressed in https://github.com/cloudhut/kowl/issues/178. You may want to try running the latest build from master to confirm that it now loads. Having...

I've also been running into this recently. My scenario is I have both a `asyncua` client and server. The connection between the two is occasionally unstable, and thus when the...

By "kill" do you mean temporarily delete them/comment them out?

Ok, looks like it is working now and the Windows tests are failing with the `fcntl` issue fixed in https://github.com/pantsbuild/pex/pull/1157. I guess I'll merge that branch into this one and...

Ok, it will probably take a while to fix all of these tests

Hi @g-cassie, I haven't got much farther than where this is left, I've been a bit distracted by other things recently. If you could help out, I'd appreciate it.

I just ran into the same issue and tracked it down to being introduced in 0.9.28. Here's another reproduction: ```python import asteval a=asteval.Interpreter() data={'1': 123, '2': 456, '3': 789} a.symtable['data']=data...

Thanks! Confirmed it worked for my use case. Looking forward to the next release so I can incorporate it!