-
Here's how the magic link strategy was implemented:
```elixir
magic_link do
identity_field :email
registration_enabled? false
sender X.Accounts.User.Senders.SendMagicLinkEmail
end
.…
-
### Bug description
While discovering Mojo, I tried to install it and use it, everything went well, until I ran this command:
```bash
cd testing-mojo && magic shell
```
followed by ```mojo``` com…
-
# Problem
Someone can issue a physical or virtual Expensify card without verifying they are the owner of the account. This relates to an [internal security issue](https://github.com/Expensify/Expensi…
-
Hi,
The following code fails with both static assertion indicating that enum_fuse does not work as expected:
If you uncomment the assertions you see that both value1 and value2 evaluate to 4;
Exp…
-
# Problem
Someone can issue a physical or virtual Expensify card without verifying they are the owner of the account. This relates to an [internal security issue](https://github.com/Expensify/Expensi…
-
This is really only a minor issue, but I noticed while reviewing #1479 that the return codes of functions in the examples could potentially be confusing. Throughout the API and internal functions we u…
-
i am trying to upload files and as the magic numbers of both **.xlsm** and **.xlsx** is same when i try to use this code
```
let magic = new Magic(MAGIC_MIME_TYPE);
magic.detectFile(fileLocat…
-
As well as setting a preprocessor macro `_OPENMP` which may be used in `#ifdef` lines the OpenMP standard also specifies a magic comment for including code only when compiling with OpenMP.
This mag…
-
If you haven’t already, check out our [contributing guidelines](https://github.com/Expensify/ReactNativeChat/blob/main/contributingGuides/CONTRIBUTING.md) for onboarding and email contributors@expensi…
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### What Happened
SQL Fluff won't parse a Databricks SQL Not…