Mike Burton

Results 9 comments of Mike Burton

Additional context: I'm looking for a way to run js in my app. My app is multiplatform and runs in chrome, iOS, etc. flutter_js seems to work for mac and...

I tried using view.build_query() to generate a filter, but that filter didn't have an ID either.

I was able to work around the problem by generating random ids using `secrets.token_hex(16)`, but I don't know how stable a solution this is

I have a potential fix in https://github.com/nabil6391/graphview/pull/117, please confirm if that fixes the issue for your graphs.

Fix: https://github.com/nabil6391/graphview/pull/115

@c0j0s or @jamalex Can you re-open this PR? Many of us are linking directly to the PR in our pip requirements.txt, and my deployments are now failing now that the...

Even better, I didn't realize the changes had been merged in elsewhere. I'll switch to head, ty!

I can add a little bit of color to this. I started having similar linking errors a couple of days ago, likely when I added a call to ConfigurationMgr.InitiateFactoryReset() (see...

I like the idea of a second version with debug and info logs turned off (both are pretty spammy). My project is experimental, but it does make my own debugging...