Johnson Sun
Johnson Sun
The performance is slightly improved in commit 5d69fa1214b10cd36c02d82d59e2a4f6390941c1 and 4bd87404040fd85bdd72b89fefd21e9c6486d26a. Several benchmarks are provided in [tbparse/profiling](https://github.com/j3soon/tbparse/tree/master/profiling). To further accelerate the parsing process, there are two potential solutions: [Numba](https://numba.pydata.org/) ([supported by...
When parsing many event files inside a deep filesystem hierarchy, the parsing speed might be very slow. This is due to the use of a recursive tree parsing logic (bad...
I do not plan to support Safari, since I don't have a Mac. If someone would like to implement this, please start from [the Chrome source of arxiv-utils](https://github.com/j3soon/arxiv-utils/tree/master/chrome) and follow...
I get the same error while closing the current tab using `d` when there are a total of 2 tabs. Closing the other one doesn't throw the error.
See #73 for the solution
@titusfortner, The errors you encountered require more complicated workarounds. I have provided these workarounds below. Currently, I don't plan to create a PR with working examples on the [saucelabs-training/demo-python](https://github.com/saucelabs-training/demo-python) repository,...
I've added the description in the pull request #2 . This should be closed.
Hi, I just stumbled upon this extension today and can't believe I didn't come across it sooner. I've been working on a similar extension for some time, but your implementation...
Hi, Although this is a very late reply, you can find the fix at the following link: https://github.com/j3soon/rail-berkeley-softlearning Related: #204
Fixed in d58dff2ddb942088dde8a52ce4de1917317fc999. The fix will be included in the v1.7.2 release.