Stephen Karl Larroque
Stephen Karl Larroque
Hey there, It's a great library you made :-) And it is a good idea to base it on a grammar processor instead of a simple homemade state machine. I...
I received this from rovo89 > Dear developer(s), > > I noticed that your module "Gyroscope Noise Filter" (net.kajos.gyronoisefilter) doesn't use the Xposed API correctly. The APK for version 1.6...
So it seems that recently, an update to the Google Cardboard SDK introduced its own sensor API with automatic drift correction and stuff like that. For VR apps, it's now...
Implement a `.pyi` stub file to implement optional type hinting (usable with mypy or Python >= 3.5) as initially proposed by @CrazyPython. See https://github.com/tqdm/tqdm/pull/198#issuecomment-238078151. TODO: - [ ] Implement type...
I saw that before there was a GUI build, which was very useful for non-technical users. Indeed, although the command-line interface does not change much for the receiver (it's still...
It is impossible to use pdf2txt.py, the main PDF 2 Text script of the package, from a Python function without calling a shell. This adds additional unnecessary overhead in addition...
This PR fixes a compatibility issue with Python 2: decorating with just `@widgets.register` will transform the decorated class into a function, whereas using `@widgets.register()` will correctly return a class. This...
## Description Resolves: Suggestion by @ThracianKnight1907 at https://github.com/privacytools/privacytools.io/issues/1915#issuecomment-628417380 #### Check List - [x] I understand that by not opening an issue about a software/service/similar addition/removal, this pull request will be...
## Description Resolves: #1980 (PS: sorry for "binge PRing", I just make PRs in prevision when I find a promising software that I think could be pertinent for PTIO, I...
## Description Resolves: #1828 #### Check List - [x] I understand that by not opening an issue about a software/service/similar addition/removal, this pull request will be closed without merging. -...