Lukas Siemon

Results 50 issues of Lukas Siemon

I'm not sure I understand what is happening here, but this change should not change functionality (just make it more readable). However I'm suspecting that the line `gparent.splice(gproperty, gproperty);` is...

This repo is becoming a central dependency for us. I was wondering if you would accept a pr integrating [js-gardener](https://github.com/simlu/js-gardener)? I would do all the leg-work, but you would still...

Just wanted to drop in to say thank you! We've been using my fork since 2016 and just checked back here for the first time in a while - great...

Why would I choose this over https://github.com/hotelde/node-cache-manager-fs? Is it faster? What additional features does it have? I can't be the only one having that question. Might be a good idea...

question

Hello fellow coder =) Was just looking through npm to find competitors to a library I wrote and found yours. One feature that I'm currently lacking that you have is...

Was just browsing for competitors to [object-scan](https://github.com/blackflux/object-scan) and this popped up! Awesome project, I have to look into it in more detail and will definitely add it to the functionality...

So in the readme it states: > [...] whereas Nimma, for the most time, doesn't really care whether you supply it with 10s or 100s of paths. [...] Unfortunately multiple...

These should operate on two register, but only operate on one. https://github.com/uceeatz/VL53L0X/blob/master/VL53L0X.py#L561 Compare with c++ version https://github.com/pololu/vl53l0x-arduino/blob/master/VL53L0X.cpp

The spad map calculation is incorrect. ``` spads_enabled = 0 for i in range(48): if i < 12 and is_aperture or spads_enabled >= spad_count: spad_map[i // 8] &= ~(1 >...

The following ``` self._flag(0x83, 3, ) ``` needs to be changes to ``` self._flag(0x83, 2, ) ``` This is because `0x04` is actually `0100` in binary and the `_flag` is...