-
`ref` is used through out https://github.com/bob-el-bot/BobTheBot/blob/main/commands/preview-group/helpers/codeReader.cs which is fairly error prone. This should be refactored to removed the reliance …
-
### Background
The iOS SDK does not use Source Link and also does not embed sources inside PDB (which would be quite useful for the generated code). I thought ILSpy could help :)
### Steps to re…
-
CodeReader is running, home view with camera. Then open top menu and try to activate flashlight, it doesn't work. This is intended behaviour I guess.
But now minimise CodeReader, open top menu and ac…
Pohli updated
6 months ago
-
Stop doesnt seem to do anything. Calling it or not calling it has no effect and the callback continuously gets called.
Code Below
const controlsRef: MutableRefObject = useRef(undefined);
use…
-
Any plans to add the ability to search/grep all the files in a repo?
-
Andriod appears to work just fine.
On iPhone when I activate the camera it prompts me for permission, then once I allow reveals a black rectangle. If I switch away from the app then back, the camer…
-
Thanks for the wonderful library.
I faced a retain cycle. I'm not sure its just for me.
codeReader.didFindCode & codeReader.didFailDecoding builder should be accessed via weakSelf. Like weakSelf.b…
-
When loading the demo pages I am hitting this error:
`Uncaught ReferenceError: ZXing is not defined`
This is the code its pointing to:
```javascript
window.addEventListener('load', funct…
-
AppInsights query:
```Kusto
exceptions
| where type == 'System.NullReferenceException'
| where method == 'Mono.Cecil.Cil.CodeReader.ReadExceptionHandlers'
```
-
AppInsights query:
```Kusto
exceptions
| where type == 'System.InvalidOperationException'
| where method == 'Mono.Cecil.Cil.CodeReader.ReadMethodBody'
```