xue

Results 125 issues of xue

### 💭 Description Check the following pages - https://appwrite.io/docs/references/cloud/client-web/storage#listFiles - https://appwrite.io/docs/references/cloud/client-web/storage#createFile - https://appwrite.io/docs/references/cloud/client-web/storage#getFile - https://appwrite.io/docs/references/cloud/client-web/storage#updateFile - https://appwrite.io/docs/references/cloud/client-web/storage#deleteFile - https://appwrite.io/docs/references/cloud/client-react-native/storage#listFiles - https://appwrite.io/docs/references/cloud/client-react-native/storage#createFile - https://appwrite.io/docs/references/cloud/client-react-native/storage#getFile - https://appwrite.io/docs/references/cloud/client-react-native/storage#updateFile - https://appwrite.io/docs/references/cloud/client-react-native/storage#deleteFile In these examples...

good first issue
product / docs

## What does this PR do? When comparing two PRs (#8179 and #8257) that address the same issue, I noticed a difference in the number of files changed. I identified...

### 🔖 Enhancement description Currently, Appwrite Query supports checking for the presence of values in arrays using `Query.contain`. However, there is no equivalent method for checking the absence of a...

enhancement
product / databases

I would like to request the addition of Rust runtime support. As you know Rust is a systems programming language renowned for its performance, safety, and concurrency capabilities. Integrating Rust...

https://github.com/langx/langx/blob/e60fdf1da530594314b83e492d4ae44320960964/hooks/useRealtime.ts#L36

feature
next-release

**Describe the bug** There is an unwanted margin on the right or left side of the message bubble edit menu. This margin should not be present as it results in...

bug
ios

https://github.com/langx/langx/blob/43fac8d3cf7252be9a6808cf4fa130327b10be43/app/(pages)/filters.tsx#L6

feature
next-release

feature
next-release

**Describe the bug** When trying to load earlier messages in the web app, the expected functionality does not trigger. This issue prevents users from accessing previous messages. **Screenshots** https://github.com/user-attachments/assets/51a7e1b9-50a5-4af2-95b8-9d57f4b13ebb

bug
next-release

https://github.com/languageXchange/languageXchange/blob/b6decbb4c64793c1530c153f96352d01cb7c9244/src/app/services/chat/room.service.ts#L74 It is for following functions - [x] `listUsers` - [ ] `listRooms` ```js listRooms( currentUser: User, offset?: number ): Observable { // Define queries const queries: any[] = [];...

feature
help wanted