Sadiq Khoja

Results 17 issues of Sadiq Khoja

Can we please add support other encoding for key like base64, Uint8Array and ArrayBuffer? If you like the idea, I can submit a PR.

Hi, Thanks for this amazing work. I want to know how to update page.Document when a form is submitted? `((HtmlInputElement)page.Document.GetElementsByName("email").First()).Value = configuration.GetSection("username").Value; ((HtmlInputElement)page.Document.GetElementsByName("pass").First()).Value = configuration.GetSection("password").Value; ((HtmlFormElement)page.Document.GetElementById("login_form")).Submit(); ` I was expecting...

Since we are listening to /./i CatchAll doesn't trigger ever, any way around this?

Is there any way to search job by 'Arguments'? Using JobStorage.Current.GetMonitoringApi or getting Hangfire DBContext and doing manual query.

I am trying to run `apiary preview --watch --server` but it throws following error: ``` /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:in `require': cannot load such file -- rack/server (LoadError) from /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:in `require' from /Library/Ruby/Gems/2.6.0/gems/apiaryio-0.17.0/lib/apiary/command/preview.rb:89:in `server'...

Currently the structure of a section is : ``` # ``` I would like to have a 2nd description / footer at the end of a section, like: ``` #...

fixes: ERROR in node_modules/angular2-qrscanner/angular2-qrscanner.d.ts.QrScannerComponent.html(4,35): Property 'canvasHidden' is private and only accessible within class 'QrScannerComponent'.

we need to set playsinline attribute on videoElement otherwise camera just freezes on iPhone. On android this attribute is ignored. For more information: https://developer.apple.com/documentation/webkit/safari_tools_and_features/delivering_video_content_for_safari#3030250

#### Check for a solution in the Azure portal I am getting following error on Azure intermittently, fix for me is to "Advanced Application restart" under diagnostic tools. ``` No...

Needs: Triage (Functions)
Needs: Author Feedback
no-recent-activity

Related to https://github.com/getodk/central-backend/pull/685 Entity worker is currently catching all the errors and logging them in audit table. I think in case of transient errors (common in cloud environments) we should...

entities