Freeman
Freeman
[FEAT] Add support to `and`, `or`, `between`, `null` and `nnull` operators in `@refinedev/appwrite`
### Is your feature request related to a problem? Please describe. `and` and `or` are common operators in filtering. ### Describe alternatives you've considered _No response_ ### Additional context _No...
### 🔖 Enhancement description `smart` should be able to find the optimised image format for the coming request by header or other hints. For example, we can serve `AVIF` instead...
### NextUI Version 2.4.8 ### Describe the bug ```ts 'use client'; import NextImage from 'next/image'; import { Avatar } from '@nextui-org/react'; export default function Home() { return ( refresh the...
### 🔖 Enhancement description `Query.select` enables us to select the fields we need but how about we get a lot of fields and we want to exclude a field? There...