Björn Grossmann

Results 14 comments of Björn Grossmann

+1 - very disappointed that this feature is not available. I bought Postico, thinking about using an alternative package. Other than that, great tool!

PS: UART works fine on the installed OS (Raspbian), once the RPI3 rebooted into the fresh system.

Hello @lurch Andrew, thanks a lot for taking time to help me and pointing me to that link! * I had tried disabling `pi3-disable-bt`, but was unaware that I might...

I am on Mac OS with php 5.5 installed as a default. I had the same issue. I am new to Alfred, so I had no idea where the workflows...

Same here - upgraded from react-native-image-picker 4.10.3 to 5.3.1. It used to work in 4.10.3 both in Simulator and on real device (iPhone). Now it stopped working. Going back to...

The solution provided by @zakharov-dy worked for me. I love react-native-qrcode-scanner. This issue is annoying, it took me an hour to find this solution, so dear @moaazsidat if you could...

Hello @wellingtonsampaio , this can be done like this: ``` const derSignature = signature.toDER('hex'); const base64Signature = Buffer.from(derSignature, 'hex').toString('base64'); ```

I had the same problem when I upgraded from `{:crc, "0.9.1"}` to `{:crc, "0.10.4"}`. My app uses the nerves-framework to build applications for an RPI Zero on Mac OS Big...

Hello everybody, I came up with this script to extract acrofields: ``` require 'pdf-reader' filename = ARGV[0] # Check if the filename is provided if filename.nil? puts "Please provide a...

@fhunleth we have two applications, both running in prod in several hundred Rasperry PIs. Our customer is quite upset, because it sometimes happens that GenServers crash and they pull down...