Omar Bahareth
Omar Bahareth
Build extension using [Mozilla's webext](https://github.com/mozilla/web-ext) to rely on a standard tool to build the extension for all web browsers.
The publishing process is quite manual at the moment, finding a boilerplate which helps support many browsers and automates the release process would be extremely helpful.
We need to have a testing suite to test that everything is working as expected (Perhaps Cypress is a good tool for this use case), it can use the [public...
I'm building a [Base16 builder in Elixir](https://github.com/obahareth/base16-builder-elixir) and I've come across a case where rendering is failing with no errors. Here's my test case: ```elixir defmodule TestMustache do def test_mustache()...
Polar
### Check for existing issues - [X] Completed ### Misc notes Add the Polar theme (light version of Nord theme). This repo is a good starting point: https://github.com/mtyn/polar
It would be great to have a structure similar to ActiveSupport, something like so: - [x] Rename gem to `zatca` (it already currently needs to be required as zatca `zatca`...
I don't have access to this repository anymore and I am unable to maintain it. If you need my support please use my fork: https://github.com/obahareth/zatca
This is necessary to complete the 3D Secure flow with Checkout, a checkout session ID must be verified using their API. This is necessary if one wants to store 3DS-secured...
There are currently 2 requests happening when you call `purchase`, `authorize` and `capture`. As stated in the [API docs](https://api-reference.checkout.com/#tag/Payments/paths/~1payments/post), you can simply pass `capture: true` when authorizing and the payment...
Checkout V2 API allows falling back to non-3ds if the issuer is not enrolled if you pass the `attempt_n3d` param. See: https://api-reference.checkout.com/#tag/Payments/paths/~1payments/post