Peter Dobsan
Peter Dobsan
On Thu, Sep 07, 2023 at 01:44:52PM -0700, Matthew Rosenberg wrote: > I am currently unable to run the example usage code in either my local > ubuntu 22.04 machine...
I have cleaned all tests up a bit. In particular I removed the `delete_random_edge` part from `test_canonlabel.py`. It did not make any sense, non isomorphic graphs can have the same...
On Wed, Sep 20, 2023 at 01:43:45PM -0700, CharHeap wrote: > What seems to work for now is creating the canon graph from the > certificate as described here: >...
On Fri, May 26, 2023 at 02:07:39AM -0700, Ricardo Buring wrote: > > Here's a hacky way to get a graph out of it: > ... Nice, you've beat me...
Thank you for the alternative suggestion. Although I'd prefer miniserve simplicity and CLI nature. > It might be too much to ask for in miniserve, What would be the approximate...
> This is not an issue with oama, but an addition to a potential > (future) problem solver for common errors. Tangentially related: every field in the services section of...
@siddhpant , Hmm, a bit too much microsoft specific to my taste. How about setting both `tenant` and the `{auth,token}_endpoint` as @vatai did it. Although in this case also setting...
> Another solution for least surprises can be that we can just `s/common/$tenant` in the endpoint link if it's the default Okay, I have implemented this. Could some of you...
On Fri, Oct 11, 2024 at 08:17:05AM -0700, Siddh Raman Pant wrote: > Works after the following changes: Great, thanks. Would you mind to post the output of the `printenv`...
On Wed, Jul 10, 2024 at 05:23:47PM GMT, 23kermitdafrog wrote: > ... I know the adjacency_dict is verbose, but this is the smallest > example for which I get the...