Burak Karahan

Results 23 issues of Burak Karahan

There was a issue about the html content response. I reviewed the php library. There was a mapper about it. This is enough for now.

*Issue #4130 *Description of changes:* I tried to add new method for query: attributeExists ie: ``` ModelQueries.list(Employee.classType, where: Employee.COGNITOID.attributeExists(false)); ```

external-contributor

### Description Hello, on amplify-flutter there is no attributeExists on where parameters while ModelQueries.list. I needed this when eq(null) was not enough, If there is no key in dynamodb it...

feature-request
pending-release
GraphQL API
feature-parity

On API (GraphQL), when we need to search something on appsync/dynamodb tables, We should use @searchable on the Grapql Schema. We can only choose instance type and it using server....

feature-request

### Description Amplify-flutter library should support WebAssembly web build support. Now we can build with `--wasm` parameter on `flutter build web`. It's on beta on flutter channel, but it will...

feature-request
Build

*Issue* #4807 *Description of changes:* I tried to change `package:js` and `package:js/js_util.dart` to `dart:js_interop` and `dart:js_interop_unsafe`. Still there are these errors, so I couldn't test fully build. Maybe it can...

### How did you install the Amplify CLI? nem ### If applicable, what version of Node.js are you using? v18.20.2 ### Amplify CLI Version 1.0.1 ### What operating system are...

bug
Gen 2

When there was no height, setSelection could not works properly. So I added height to , and I added `setTimeout(() => quilleditor.focus(), 1000);`after setSelection. Now you can just give height...

### Environment information ```plain text System: OS: macOS 14.4.1 CPU: (8) arm64 Apple M2 Memory: 361.41 MB / 16.00 GB Shell: /bin/zsh Binaries: Node: 18.20.2 - ~/.nvm/versions/node/v18.20.2/bin/node Yarn: 1.22.22 -...

feature-request
function

### Description Amplify supports query with secondary index, it's required custom document, but it's really important when pagination and blank results starting to be problem. Dynamodb scans by page by...

feature-request
GraphQL API
feature-parity