Tyler Hallada

Results 15 issues of Tyler Hallada

I am new to Rust and this library so I'm not sure if this is currently possible. # Problem description I'm trying to make a Cursive program that will launch...

Thanks for this awesome app. I'm having some trouble getting true color support working. I signed into the same server using mosh-chrome and the Secure Shell app. I used the...

Hi, I noticed there isn't a .deb zip download for v1.7.0 on the releases page like there is for v1.6.1. I ran `packaging/Debian/buildDebPackage.py` to get the .deb for v1.7.0. I...

I'm loving this plugin, thanks for all your hard work on it. But, I wish there was a better highlight option. I have this set: ```vim let g:ctrlsf_selected_line_hl = 'op'...

enhancement
help wanted

I have made a new rails app with these models on the latest master of identity_cache: `models/item.rb` ```ruby class Item < ApplicationRecord include IdentityCache belongs_to :widget, polymorphic: true cache_belongs_to :widget...

I have a [Nx monorepo](https://nx.dev/latest/node/next/overview#next-js-plugin) consisting of: ``` web/ ├── apps/ │ ├── app1/ │ │ ├── pages/ │ │ ├── tsconfig.json │ │ ├── next.config.json │ │ └── .babelrc...

question
component/CLI

### FAQ - [X] I have checked the [FAQ](https://github.com/jose-elias-alvarez/null-ls.nvim#faq) and it didn't resolve my problem. ### Issues - [X] I have checked [existing issues](https://github.com/jose-elias-alvarez/null-ls.nvim/issues?q=is%3Aissue) and there are no issues with...

bug

**Describe the bug** I have neovide installed on windows and neovim installed inside WSL (with `brew install neovim`). Inside a WSL shell I can successfully launch nvim and this is...

bug

Hi, thanks for this project. I've struggled with `aria-live` regions in React before so I'm glad this exists. However, I can't use this library because `PropTypes.string` is the only allowable...

I'm talking about the code on this page: https://yew.rs/docs/getting-started/build-a-sample-app I know the `Cargo.toml` there says to install yew with the std-web feature, but I thought I could copy the code...