You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using memgraph with js_of_ocaml currently raises a few warnings because of the dependency on unix (for Dot.to_file). It would be slightly cleaner to avoid depending on unix in the core library, and expose file-related helpers in a separate package.