James Bithell

Results 9 comments of James Bithell

Are you guys using latest from this lib - or some kind of fork?

Part of me wonders if its related to this - could you try changing this line back? https://github.com/mxgxw/MFRC522-python/pull/51/commits/68963702c1cc9718c0fc3a6c666cd3e1d65adaa5 (ie change `NRSTPD` to `22`)

So here's Read.py from this repo: ``` #!/usr/bin/env python # -*- coding: utf8 -*- # # Copyright 2014,2018 Mario Gomez # # This file is part of MFRC522-Python # MFRC522-Python...

+1 - Having huge issues with the latest release and SPI

It sounds like you are more after scanning continually, but not reading a specific card more than once per a certain time interval, instead of actually stopping/starting a scan?

> closed with [electron-forge/electron-forge-docs#76](https://github.com/electron-forge/electron-forge-docs/pull/76) @georgexu99 how should this be approached in typescript? `error TS7006: Parameter 'compiler' implicitly has an 'any' type.`

> > closed with [electron-forge/electron-forge-docs#76](https://github.com/electron-forge/electron-forge-docs/pull/76) > > @georgexu99 how should this be approached in typescript? `error TS7006: Parameter 'compiler' implicitly has an 'any' type.` Using an explicit any for now...

I have been able to narrow this down to webpack placing a `__dirname` in the preload.js script that is compiled from typescript, and that by removing the plugin `webpack-asset-relocator-loader` its...

This issue appears to be related to this one https://github.com/OctoPrint/OctoPrint/issues/1154