José Luis Cruz

Results 83 comments of José Luis Cruz

That's good! I've linked them here directly for convenience: ![1](https://web.archive.org/web/20220829110238im_/https://camo.githubusercontent.com/6c3b9953ca4860021443f5baa34d49cbe97c7eeb1e0fd2266ba8dc9dab87b959/68747470733a2f2f7468756d62732e6766796361742e636f6d2f486f727269626c65466561726c657373496e76697369626c657261696c2d736d616c6c2e676966) ![2](https://web.archive.org/web/20220829110238im_/https://camo.githubusercontent.com/a585332847eb38ba794bace4507259bb838bf191bf6fdeff1d0ee1127ccc0da2/68747470733a2f2f7468756d62732e6766796361742e636f6d2f477265676172696f757347726565647943726f636f64696c652d736d616c6c2e676966) ![3](https://web.archive.org/web/20220829110243im_/https://camo.githubusercontent.com/ca55e9dae03a226a9b01e274c4622bec62f8acef99dc72f25e6d023e6a59d8f9/68747470733a2f2f7468756d62732e6766796361742e636f6d2f5765616c7468795365706172617465466f78686f756e642d736d616c6c2e676966) ![4](https://web.archive.org/web/20220829110238im_/https://camo.githubusercontent.com/611d82c9aea5fc98db883cf1b65f1d5ab88b76c57cb30732da7024657a4ec02a/68747470733a2f2f7468756d62732e6766796361742e636f6d2f496c6c66617465644d69736775696465644c6963652d736d616c6c2e676966)

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.