Remy Alain Ticona Carbajal

Results 30 issues of Remy Alain Ticona Carbajal

Please, can it be compatible with [nvim-jdtls ](https://github.com/mfussenegger/nvim-jdtls) ?? E436: tag not found: ...

This driver also works over kohana 3.0.x

Hello, how can I run a test file from CLI command?

Hello, TermLogger and WriteLogger works fine but **TestLogger** do not work for unit testing My config: ``` CombinedLogger::init(vec![ TestLogger::new( LevelFilter::Info, Config::default(), ), TermLogger::new( LevelFilter::Info, Config::default(), TerminalMode::Mixed, ColorChoice::Auto, ), WriteLogger::new( LevelFilter::Error,...

`Aqua` ![fltk-theme-2-2022-04-09_20-21](https://user-images.githubusercontent.com/852446/162597242-61c51e4e-56b1-4910-90dc-def9d9ade53c.png) `Fluent` ![fltk-theme-2022-04-09_20-21](https://user-images.githubusercontent.com/852446/162597247-a556becf-f647-49b1-80ff-92099c6f882a.png)

Hello, I'm trying to change the number of cols and rows at runtime, with: ``` table.set_opts(TableOpts { cell_align: enums::Align::Wrap, editable: false, rows: 55, cols: 66, ..Default::default() }); ``` Is there...

Amazing wrapper, Why the minimum java version is 11? How can I compile for java 8?

Hello, excelent plugin. Is it possible to map a direct navigation between Bookmarks inside a buffer? Thanks.

Is it possible to add a little label [reply to -> User] ?

Hello, Why do you send all the user info like full name, avatar and profile? I think the user_id is enough.