franz101

Results 81 comments of franz101

Without explorer building is 2x faster (2 minutes)

pagespeed also fine then, another question here: they layout is rendered twice? for mobile and desktop

you have been super helpful. for a custom navbar can I provide nav.md or do I need to write a custom explorer logic?

trying the same with 5.24M nodes and 13.89M edges. Where can I find the TG or discord?

Same issue using requests interception and those flags though: '--disable-infobars', '--window-position=0,0', '--ignore-certifcate-errors', '--ignore-certifcate-errors-spki-list', '--no-sandbox', '--disable-setuid-sandbox', '--disable-dev-shm-usage', '--disable-accelerated-2d-canvas', '--disable-gpu', '--window-size=1920x1080', '--hide-scrollbars'

can be closed now? 🎉

ah yeah, I was curious about a simple POC

Ok, we can close this one and create a new one / link commit

with the commit commented out still crashing. or the insert / select be executed differently? source https://colab.research.google.com/drive/1llbFK082nh2JLDZ4Z-d0q-9j-bXtaCCE?usp=sharing

@penberg its working if you see the updated [notebook](https://colab.research.google.com/drive/1llbFK082nh2JLDZ4Z-d0q-9j-bXtaCCE?usp=sharing#scrollTo=y8fi9_J7YK2L) without commit. it won't work currently with bounding variables correct? ```cur.execute("INSERT INTO users (username, email, role) VALUES (?, ?, ?)", (username,...