Matej Bačo

Results 138 issues of Matej Bačo

Using JSON below I tried many different renders to see how framerate changes video duration. I will try to find bug in code but I may need some help. Here...

Hey there 👋 I have created an implementation for Google reCAPTCHA V2 so we can start the code review process. When we agree on the structure, let's keep the PR...

To prevent spamming, some contact forms implement human verification tools such as [reCAPTCHA v2](https://developers.google.com/recaptcha/docs/display), [hCaptcha](https://www.hcaptcha.com/), and others. I am proposing a feature in FormEasy to allow communication with these captcha...

## What does this PR do? Appwrite uses bcrypt encryption. This PR adds support for more algorithms. This PR will make it possible to use multiple algorithms under the hood,...

auth/users

## What does this PR do? - Fix bug when docs were showing `Retry Build` to the client - Re-ordered endpoints. First entity, then action (create,list,get,update,delete). Action from least detailed...

## What does this PR do? Users have a `search` attribute to support simple and performant search operations. This attribute should include all id, name, email, and phone number. When...

## What does this PR do? Appwrite currently scales functions by running one runtime of each function on each executor. This might be handy for some projects, but for others,...

## What does this PR do? When claiming an anonymous account with an OAuth2 provider, if an account with such an email exists, you end up with a 500 error....

## What does this PR do? This PR decouples variables from Functions. Benefits of such a solution: - Preparation for an even more powerful API regarding functions (global variables) -...

### 🔖 Feature description We should add new event types that can trigger a function. Alongside existing ones, we should add new ones for real-time events, such as user connection...

api / realtime