Eric Jiang
Eric Jiang
Is it explained somewhere why the restriction on not importing things from outside src/ exists? What do the CRA maintainers recommend for sharing e.g. TypeScript files with the frontend?
I was able to insert the following line to fix the problem: > `box = box.int()` above the line that says "Create the box around each object detected"
FYI there is bmizerany/mc that does SASL auth, but it may be missing some of this lib's features.
``` (gdb) run -f Starting program: /usr/sbin/usbmuxd -f [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [16:25:06.860][3] usbmuxd v1.1.0 starting up [New Thread 0x7ffff61ef700 (LWP 20558)] [16:25:06.864][3] Initialization...
It's ironic to get data from a parse tree by serializing it and then running a regex over it, isn't it? You will run into issues like this where the...
The alternative I was thinking of would be to use a custom serializer that can directly output what's needed. It would be maybe a little more work but hopefully would...
This patch seems to work (tests pass, at least): ``` --- a/lib/parsers/result.js +++ b/lib/parsers/result.js @@ -4,7 +4,7 @@ module.exports = class Result { constructor ({ success, remaining, matched }) {...
Thanks for the comments, appreciate the review! I should add that this PR is meant to go with T154346827 but requested some help from Yang to import it into Phabricator....
> @erjiang There is a test failure: > > ``` > FAILED tests/unittest/compiler/test_transform_memory_ops.py::MemoryOpTransformationTestCase::test_non_fusible_split_reshape_cat - AssertionError: 2 != 3 > ``` > > Please take a look. It might be the...
@chenyang78 I've run into an issue that I could use some suggestions on: there was a test failure in test_split_bmm_fusion.py until I added an alignment check: https://github.com/erjiang/AITemplate/commit/f189e0f0f22ce4e65818c4515776865c7209fd4b ``` 2 errors...