Michael Bykovski

Results 36 comments of Michael Bykovski

Hey @wakatara , what you probably search for is: https://github.com/bykof/gostradamus/blob/3c1d5ed924c59007914bb683e1775d00d80d64cf/datetime.go#L269 The function ShiftDays use `DateTimeFromTime(dt.Time().AddDate(0, 0, days))` so exactly how you use it. AFAIK DST is part of a timezone....

I tested it right now with Go playground and i experienced the correct behaviour [Link](https://play.golang.com/p/zf4aqUv_Be6): ```go linenums="1" package main import ( "fmt" "github.com/bykof/gostradamus" ) func main() { dateTime := gostradamus.NewDateTime(2022,...

I already tried to contact them. I also asked npm to escalate and give me the permission to publish over the name `cordova-plugin-webserver`, because there wasn't a commit since 30...

AWESOME! Thank you very much for driving this!

> Is [this](https://www.npmjs.com/~bykof) you on NPM? I'll invite you as maintainer. Yes

Nope it's not known... When I look in the API of the NanoHTTP Class which is used in the nanoHTTPDWebserver then there are two types of hostname: - hostname -...

Holy... this sounds like a real problem. I couldn't imagine how to do a workaround... since its included by default, as you said it. My project was build first with...

@samuelsont No it's not fixed yet. You could try to build it without the GCDWebserver...

Woops! You are right... should do some corrections. Can you tell me, for what purpose you use cordova plugin webserver?

@kukukk sick... Sounds great why other people use my plugin :D > don't have a general solution to make it working on all platforms There is no general solution... one...