JJ
JJ
Failing tests are fixed. Will start work on fragments soon
No worries, mostly putting it here so I don’t forget the approach. I’m gonnna try implementing it later
I've had a similar issue happen to me while setup up playwright in a new project. When running `npx playwright test --ui --headed` the traces appear correctly as the test...
> If by "sunrise/sunset issue" you mean #608, I never saw that problem. @jkfranks9 I think #608 only occurs if you use something like `@time_trigger('once(sunrise)')` somewhere in your pyscript files....
> Thanks, so I believe I should open a new issue for the problem I mentioned in comment 2. Will do that when I get a chance. Please first try...
> I pulled in the master branch, and I no longer see the blocking problem. Thanks. CC @craigbarratt
Hey @craigbarratt 👋 Could you create a new release for the latest changes?
There’s a plug-in for the Mac terminal that offers this functionality too https://github.com/withfig/autocomplete
> There is this new terminal called Warp: https://twitter.com/zachlloydtweets/status/1415343353164599299 > > I wish Windows Terminal was that radical and not just try to match existing Unix terminals' functionality (which it...
Hey @Kibukx 👋 You might be interested in checking out https://github.com/dmamelin/pyscript_autocomplete. I myself use an adjusted version of https://github.com/dmamelin/pyscript_autocomplete/blob/main/apps/pyscript_autocomplete/pyscript_builtins.py. Think you can just drop it in your code and change...