Burhanuddin Mustafa Lakdawala

Results 15 issues of Burhanuddin Mustafa Lakdawala

Hello, A definition file (`.d.ts`) for this library would be appreciated. Currently, TypeScript cannot infer any types (defaults to `any` type) on import. And running `npm install @types/iv-viewer` results in...

### Proposed changes Added a note to the bind mounts page pointing developers to first turn on File Sharing in Docker Desktop and also to a page highlighting path differences...

area/storage

I have a `FastObjectListView` with its custom `Sort()` defined within its `VirtualListDataSource`. The issue I'm facing is that even if I set the `SortOrder` of the FOLV to `SortOrder.None`, it...

When I used `MoveObjects()` with an index of 0 with a collection of objects that includes the first object (at index 0), I get an `IndexOutOfRangeException` because it will try...

- [x] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo and believe that this is not a duplicate. - [x] I have searched the [FAQ](https://python-poetry.org/docs/faq/) and general [documentation](https://python-poetry.org/docs/) and believe...

kind/feature
status/triage

### Describe the bug When I try to download a model whose repo as both fp16 weights and GGUF files, it incorrectly downloads the model files to the models directory...

bug

### Issue description I tried to install a local path dependency with an extra `model_worker`. `pipenv` gives me a warning that it could not find the extra `model-worker` (the underscore...

triage
Contributor Candidate

Since, `VirtualObjectListView` and `FastObjectListView` are Virtual ListViews, the column auto-resize methods both on the ColumnHeader and ListView levels do not work correctly. They simply auto-resize based on the current visible...

### Describe the bug I have a machine with 2 GPUs. I want to load the transformers model on only one of the GPUs. So I tried leaving the memory...

bug

Now that many newer Huggingface models come with a chat template in their tokenizer, FastChat should use it as the primary way to build conversations, falling back to `conversation.py` when...