Igor Khodyrev

Results 16 issues of Igor Khodyrev

In case we have code like ``` class RepeatedConditionals def repeat_1 switch = true # or some other code, e.g. `Service.call(...)` puts "Repeat 1!" if switch end def repeat_2 switch...

defect

The same pointers in different files cause mutations not being applied. The problem is in these lines of code: https://github.com/swagger-api/swagger-js/blob/master/src/specmap/index.js#L114-L130 `obj.$$ref` doesn't include file info and the same pointers in...

type: bug
P1

Since feedbag sends network requests, it'd be nice to have a control over timeouts to avoid long requests.

* Valid when at least one rule is valid * Returns AST with all errors in case no rules are valid * Add visit_set and visit_part to Result One of...

https://github.com/pivotal/LicenseFinder/blob/master/lib/license_finder/package_managers/bundler.rb#L40 The settings are overwritten. Might be also relevant for `BUNDLE_GEMFILE`.

We want to use https://www.npmjs.com/package/react-native-user-agent in our app and use this gem to detect the UA, however we discovered that Android application name is not properly detected. From Ruby version:...

Hi everyone, recently we discovered an issue in our system because some urls were parsed without www and thefeore an extractor for that source wasn't used. In this case we...

Hi everyone, there is a small issue with parsing JSON Feeds without items. The feed with the issue: https://collect.readwriterespond.com/the-american-abyss-a-historian-of-fascism-and-political-atrocity-on-trump-the-mob-and-what-comes-next/feed/json/ Feed contents: ``` { "version": "https://jsonfeed.org/version/1.1", "user_comment": "This feed allows you...

Hello! We've recently stress tested the library in our app and noticed that the docx parsing performance is pretty poor compared to other tools on somewhat big files. Example docx...

Hello, We just recently encountered the following problem: ```python canonicalize_url('https://тест.тест:33') ``` which returns `https://xn--e1aybc.xn--:33-qdd4dec/` while the expected value is `https://xn--e1aybc.xn--e1aybc:33/` And that happens to every hostname that required IDNA encoding...

bug