Christian Pavilonis
Christian Pavilonis
It would be nice to categorize items based on a column on the selectable items. Example: ``` SelectPlus::make('Related Products')->categorizeBy('department'); ``` This would output a categorized list of products based on...
**Describe the bug** When calling `adapter.start_scan().await` I get this error: Error { code: HRESULT(0x800004002), message "no such interface supported" } It only happens on the windows 10 tablet that I'm...
editor: neovim html highlighting only works for the `view!` macro not in others (like `html!`). currently I have to alias html to view in my use statement to get highlighting.