Henri Tuhola

Results 12 issues of Henri Tuhola

I would like to test whether an equivalent or possibly conflicting constraint exist in the system when I add an user-inserted constraint. I have some idea myself how to do...

In modelling software, there exist this kind of thing in their constraint solvers. Unconstrained objects are shown blue. Can this constraint solver do the same?

Hi, Having fun and playing with the idea of generating graphics with linux framebuffer and riscv assembly code of my computer. I already got my random generator to flush the...

On issue #49 (Ioctl handling seems to be a stub). Allows RV64 assembly code to draw graphics via Linux framebuffer. I'm going to explore a slightly different way to do...

I resolved this by installing `uuid-dev` (ubuntu 16 LTS). Installation went well afterwards. I had no other trouble during installing. :+1: If feasible, you may like to adjust `./configure` such...

Hi. I started working on Vim8/Idris2 modification that interacts through `--ide-mode`. I've gotten things working badly, but there are few odd things about the function of the IDE mode that...

I'm using Ubuntu linux here and I like the idea that my keyboard would be smart and retain my favorite layout wherever I go. Unfortunately the USB keyboard protocol was...

I'm trying to do a status update into twitter. But it responds with: {"errors":[{"code":170,"message":"Missing required parameter: status."}]} ``` import json import oauth2 token = oauth2.Token( key=access_token['oauth_token'], secret=access_token['oauth_token_secret']) client = oauth2.Client(consumer,...

Enhancement

Hello everybody. I think I've been overlooking the people using this library and I'm sorry about that one. I think it could be much better if I had responded to...

question

In a related [pull request](https://github.com/cheery/node-udev/pull/20), we may have spotted a bug. The bug causes the exceptions to be ignored silently inside the event handler. To illustrate the problem, here's an...