mpkondrashin

Results 5 issues of mpkondrashin

### Bug Report #### Summary IsURL is accepting "http//" as legitimate URL prefix github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 #### Current behavior ```govalidator.IsURL("http//abc.com")``` returns true. #### How to reproduce ```golang package main import (...

I have faced the product (it acts as sFTP client) that accepts only absolute paths in sFTP server configuration (/file.zip and not file.zip). Issue is that even if I provide...

**Description** If XSD contains xs:union in type definition, it produces struct that contains both values. As result, XML fails to be parsed **Steps to reproduce the issue:** 1. Example XSD:...

I wrote small Windows app that writes down list of processes, but it is shorter than what TaskManager shows. It seems that processes that are marked as "process name (32)"...

For Darwin platform service Stop function use the following command: ``` launchctl unload ``` To get staus it uses ``` launchctl list ``` This command returns the following: ``` Could...