Remy Alain Ticona Carbajal

Results 30 issues of Remy Alain Ticona Carbajal

Why the CPU usage is very high when you drag the scroll bar, but is normal when you click to move the scrollbar(like steps)? Is it possible that move the...

bug

Please, why the panel doesn't change the title? With other views this works fine. ``` s.call_on_name("my_panel", |view: &mut Panel| { view.set_title("new title"); }); ```

bug

How to work with async fn inside events like SelectView on_submit event? **type mismatch resolving `for impl Future**

bug

Is it possible to add horizontal support?

Hello, is it possible to create a table at running time dynamically? or create columns at runtime??

OS: Ubuntu ``` error: failed to run custom build command for `openssl-sys v0.9.74` Caused by: process didn't exit successfully: `/tmp/cargo-installWiwZKb/release/build/openssl-sys-01ffab66b9a28339/build-script-main` (exit status: 101) --- stdout cargo:rustc-cfg=const_fn cargo:rerun-if-env-changed=X86_64_UNKNOWN_LINUX_GNU_OPENSSL_NO_VENDOR X86_64_UNKNOWN_LINUX_GNU_OPENSSL_NO_VENDOR unset cargo:rerun-if-env-changed=OPENSSL_NO_VENDOR...

bug

I tried to format the buffer, but nothing happen.. `:lua vim.lsp.buf.formatting()` ``` NVIM v0.5.1 Build type: Debug LuaJIT 2.1.0-beta3 Compilation: /usr/bin/cc -DNVIM_TS_HAS_SET_MATCH_LIMIT -g -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow...

enhancement

`let pool = Pool::new(opts)?;` This, tries to connect to database.., is it possible initialize an empty Pool?? Like `let pool = Pool::default();` Then later, for example with a connection button...

The proxy works fine with json-server at http://localhost:3000, but with haxonite I got this error: `[HPM] Error occurred while trying to proxy request /user from localhost:4200 to http://localhost:3000 (ECONNREFUSED)`