Zackary Troop

Results 9 issues of Zackary Troop

I'm seeing a few issues in this project that I would consider to be critical but haven't seen a lot of activity from the maintainers of this project for quite...

When running something like `tmux` in the terminal, if you try to close the window, you get a warning. I looked around a bit in the settings and searched online...

Using the latest version of `react-select-search`, I'm trying to use the "search" functionality as [demonstrated here](https://react-select-search.com/?path=/story/default--search). ``` import SelectSearch from 'react-select-search' const options = [ {name: 'Swedish', value: 'sv'}, {name:...

Great project! Thank you for sharing this. I was looking over `openweathermap` module and was wondering if we could add UV and Pollution data to the `openweather-exporter` collection. That would...

enhancement

* bleak version: 0.19.5 * Operating System: Windows ### Description I maintain a [library](https://github.com/ztroop/wave-reader-utils) that uses `bleak` as a dependency and I have a Windows user that is experiencing failures...

Backend: WinRT
more info required

Observing an issue while building the application with `expo`: react-native-element-dropdown: ^2.9.0 ```sh web compiled with 2 warnings WARNING in ./node_modules/react-native-element-dropdown/lib/module/index.js:7 export 'IDropdownRef' (reexported as 'IDropdownRef') was not found in './components/Dropdown/model'...

I'm writing up this ticket to share a sentiment I've observed in other tickets for this project. The project seems to be inactive, as the last change took place over...

The project has some inconsistencies in file formatting, especially regarding line indentation. For improved consistency, I recommend establishing a clear standard and integrating tools, such as [black](https://github.com/psf/black), to ensure consistent...

I noticed that while accessing a bucket, I experienced a significant slow-down or freeze, where the interface no longer responded to key events. No errors in `$STU_ROOT_DIR/error.log`, this is where...

help wanted