Matti Dahlbom

Results 7 issues of Matti Dahlbom

IsURL() seems to think `http://foo:b#[email protected]:123/1231?a=b` is a valid URL. I disagree, as 1. either it would parse foo as the hostname and b as the port; and port has to...

I'm trying to use this wonderful plugin in a Typescript / Webpack project and it would appear it is not finding the Typescript definitions (eg. the resizable() function for the...

Im getting an ErrUnparseableValue error when reading the EXIF of a JPEG image taken with a Sony digital camera. Is that expected, what is the workaround? I would rather not...

Apparently I get "---" for the time elapsed prepend when using Set(). Is this by design?

My program is creating 2 Bars like so: ``` uiprogress.Start() bar := uiprogress.AddBar(int(file.Size())).PrependElapsed(). AppendCompleted() bar.PrependFunc(func(b *uiprogress.Bar) string { return paddedName }) bar.Fill = '#' bar.Head = '#' bar.Empty = '...

Hi, am trying to extend the Explorer example to print out the Manufacturer name Characteristic of the Primary Service of each device. However the library is quickly crashing to the...

Hello, I was wondering if there is a nifty way to inject message-level encryption? I am using (and loving) this library for several projects and am now facing implementing this:...