psytron

Results 21 issues of psytron

### Please confirm if bug report does NOT exists already ? - [X] I confirm there is no existing issue for this ### Steps to reproduce ? Reproduce: Upgrade to...

🔎 Status: More Info Needed

- OS: Mac OS Big Sur - Programming Language version: JavaScript Vanilla in Browser - CCXT version: 1.81 CCXT will not import inside Web Worker ``` // main.js var w...

bug
enhancement

NEO4J is genius level product and along with pioneering OpenCypher is changing the way people think about data. In the spirit of making graphs more resilient and durable we wonder...

feature
team-kernel

- Neo4j version: Aura Latest - Operating system: N/A - API/Driver: Javascript / GUI / Everywhere - **Steps to reproduce** Just allow aura to pause after inactivity and when it...

bug

Attempting to follow the Linux install instructions: from the docs: ``` pip install signalflow ``` Result: ``` ERROR: Could not find a version that satisfies the requirement ERROR: No matching...

The new autoAdd feature is excellent for intuitive user experience, but performance drops to 1 frame per second. Any thoughts on how to configure it to prevent that? I added...

We are excited to find your great library. We noticed the documentation mentions https://github.com/jasonChen1982/three.interaction.js which is really intuitive lib, it just drops in and worked until it stopped being maintained....

Would be awesome if the example code on main page would be working code when users cut and paste. Right now the (...) ... in examples means users must do...

macOS app: ocean-data-qc-1.3.0.dmg doen't work, just shows white screen , then shows javascript error: Uncaught Exception: TypeError: Cannot read property 'childProcess' of undefined at Object.close_app (/Applications/AtlantOS Ocean Data QC.app/Contents/Resources/app/src/js/modules/server.js:437:20) at...

bug

Example code ( fib.py ) ``` def fib(n): a, b = 0, 1 while a < n: print(a, end=' ') a, b = b, a+b print() fib(1000) ``` Attempt Commands...