Louis D.

Results 12 issues of Louis D.

Hi, I've been testing a few different libraries to use an oled display. With `SSD1306AsciiAvrI2c`, I'm having an issue where a call to `println()` just stops in the middle of...

Hi ! This bundle is great for people who want to handle cache themselves. I'm using lifetimefile to cache some data. But, I need to cache something like 50 000...

Hi, I know this quite unrelated, but I can't find any info about editing parameters of AppleIntelSNBGraphics. The Apple HD3000 driver is limiting the output in HDMI to 1920x1200 max....

Hi there, I had to change the port range option in rtorrent and I think it would be quite useful to be able to easily set it. What do you...

Just so you know, MaxMind has an official python lib. It's is available here https://geoip2.readthedocs.io/en/latest/

The example to filter through an array of objects is wrong. I spent an hour to search how to make it work. [From your site](http://xdsoft.net/jqplugins/autocomplete): ``` $('#auto1').autocomplete({source:[{ data:[ {id:1, title:"alabama"},...

Hi, I have a popup that's too long to be displayed entirely on the screen. The scrolling only affects the background, not the popup itself. Pretty normal as its position...

**Description** I've setup `iptables` with strict `DROP` rules. It looks like Docker is missing iptables configuration for local container access. I can access the container from outside the server, but...

Hi there, Apple has added a List Item Style https://developer.apple.com/library/content/documentation/General/Conceptual/Apple_News_Format_Ref/ListItemStyle.html#//apple_ref/doc/uid/TP40015408-CH112-SW1 which isn't present in the API. It's used in TestStyle: https://developer.apple.com/library/content/documentation/General/Conceptual/Apple_News_Format_Ref/TextStyle.html#//apple_ref/doc/uid/TP40015408-CH77-SW1 Should I make a pull request with those added...

It seems that the `TextStrokeStyle` is missing an optional `width` attribute: https://developer.apple.com/library/content/documentation/General/Conceptual/Apple_News_Format_Ref/TextStrokeStyle.html#//apple_ref/doc/uid/TP40015408-CH76-SW1 https://github.com/chapter-three/AppleNewsAPI/blob/master/src/Document/Styles/TextStrokeStyle.php Should I create a pull request in order to add it ? Thanks