Colin Murtaugh

Results 8 comments of Colin Murtaugh

+1 Whenever I select any CLOB field, program crashes with: terminate called after throwing an instance of 'oracle::occi::SQLException' what(): ORA-01460: unimplemented or unreasonable conversion requested Aborted (core dumped)

@hmoffatt are you able to share any details of how you configured your tool to work with Canvas? I'm running the Django sample app and it seems that all calls...

I actually found that my problem was related to a known issue with Instructure-hosted `test` and `beta` instances; in order for LTI Advantage services to work in those instances you...

I get the same error with Canvas.

I've granted all of the scopes on the Canvas end, so I'm not sure that this is the same as #68. I feel like I'm missing something regarding the key...

I can build an image outside of SAM using a command like: ``` docker build --ssh build_ssh_key='/path/to/my/key' . ``` and then referencing that key in my Dockerfile like: ``` RUN...

@dmitry-viskov -- any chance you could take a look at this? Thanks!

@danny-avila I proposed a solution in draft PR #2984. I'm not really a JS/TS developer so not sure what to do about tests. The code changes are pretty small.