GnU-Chan
GnU-Chan
> I advise you instead name the package something else when installing, as to avoid issues with JSPyBridge's parsing. > > `python -m javascript install babel-traverse@npm:@babel/traverse` will allow you to...
that code still working if i put it in threading ``` threading.Thread(target=traverse, args=(ast, { "VariableDeclarator": collect_function_bodies, }), daemon=True).start() ``` so this is only solution i know right now
or better that ``` def proxy_run(function, *args, **kwargs): try: return function(*args, **kwargs) except Exception: pass ```
even use `!=` or `==` the result still False
``` luanon404@Legion5:/mnt/f/mojo/mojo-netchain$ mojo a.mojo [125:125:20240716,004808.821029:ERROR file_io_posix.cc:144] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq: No such file or directory (2) [125:125:20240716,004808.821119:ERROR file_io_posix.cc:144] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq: No such file or directory (2) Please submit a bug report to...