Ryan Yang

Results 58 comments of Ryan Yang

so If I have the following `Customer` class defined above in `models.py` and the following in `views.py`, navigating to the URL to invoke `hello` should add a task to the...

ah, I see I changed django_quickbooks to use redismanager rather than rabbit mq in the settings and have a redis server running. I think I'm getting closer to reaching the...

Added a check when importing ``` if "." not in val: return ``` and switching the enums to OP_ADD worked :). Appreciate all the help! Sorry to abuse this issue...

>If you want, can you please open a PR with documentation about the issues that you have faced and how you have fixed them? This will others trying to use...

>you can do so by add QBDTask for qb_operation=QUICKBOOKS_ENUMS.OPP_QR to the Resource that you want to query here's what I did. I created a customer from quickbooks UI and then...

@drazisil-codecov it would be great if there could be an option to overwrite the uploaded codecov.yml. > still pull from the repo does that mean we have to modify the...

it would be great if `codecov_yml_path` uses the codecov yml passed in rather than repo!

I’m attempting to debug why `--@rules_rust//rust/settings:experimental_use_cc_common_link=true` causes coverage instrumentation to fail to generate on rules_rust (0.49.3) leveraging bazel’s `-s --sandbox_debug`, I’m seeing the main diff is `--codegen=link-arg=--coverage` (i think :sweat:...

@iancha1992 @c-mita I don't think this cherry-pick is correct. https://github.com/bazelbuild/bazel/commit/404d8d97fafedb7c43a3c164a7446d2e1bf2e436 is the actual fix whereas the cherry-pick above is only for adding tests