José Luis Cruz
José Luis Cruz
That's good! I've linked them here directly for convenience:    
Hi there. I don't know if I'm experiencing similar issues. I come here from [a discord thread](https://discord.com/channels/1020682760844742666/1020688536611065926/1170420970733981717). I made a simple example to showcase the problem: ```rust use notan::{draw::*, init_with,...
> do your kitty problems happen with the last released notcurses, prior to the merging of #2695 ? mmm I'm not 100% sure, I hadn't recompiled notcurses in a while,...
> btw good to hear from you buddy =] i remain swamped working on satellites, but i'm expecting to be able to descend back upon this project come summer. good...
The main hurdle I see is that the new `const SIZE` parameter must be `usize` since it can't be casted later to `u8`, so if there has to be a...
The main problem of using arrays of const generic size, is that we must use `usize` everywhere, since casting from the generic argument is not allowed yet. That in turn...
Hello @insomniux, I've been working on a fork of the [huion tablets drivers](https://github.com/joseluis/huion-linux-drivers) featuring several improvements like e.g. buttons support. I'd love for you to try them with your tablet...
Hi @wrightwriter could you try my [huion-linux-drivers](https://github.com/joseluis/huion-linux-drivers) repo and see if it works for you?
Hi @Biological-Flask-Mime could you please try my [huion-linux-driver](https://github.com/joseluis/huion-linux-drivers/) repo and see if it works for you? There you can set `debug_mode = true` in config.ini for debugging output if it...
@Kobzol is there a complete list of remarks somewhere, maybe even with their descriptions? It's proving difficult to find them.