sanny-io

Results 11 issues of sanny-io

Helix uses English as its default language, but this is not user friendly for those who have gmod set to use a different one. This PR allows Helix to respect...

enhancement
invalid

`HttpsCallableResult` wraps the response in a `data` field. I am proposing a new function that directly returns the data contained in the `HttpsCallableResult`, kind of similar to the purpose of...

`validationError` can be null and thus, `onValidationError` can run even for successful validations.

This is a useful function for having readable format strings as opposed to the normal ones. Example usage: ```lua print(string.Interpolate("Hello {name}!", {name = "garry"})) ``` That code would output `Hello...

Addition

When following [this guide](https://nextjs.org/docs/basic-features/layouts#with-typescript) and specifying a `getStaticProps` function in my page that uses a layout, the page is rendered, but is not wrapped in the layout. After removing the...

### 👟 Reproduction steps I couldn't create a new bucket at all until I click around some of the buttons on the page for a bit and it went through....

bug

### 🔖 Feature description Emails and passwords are required to create and use accounts with Appwrite. However, this is not appropriate for all websites. The server should be able to...

waiting for release
auth
feature

A blog would be great. That could then easily tie into the Appwrite database relationships update.

enhancement
example

Closes #34 Create a `.env.test` in the root folder following the format of `.env.test.example` and run `npm run test` Intellisense currently needs some work.

documentation

Closes #4

enhancement
example