Philip

Results 10 issues of Philip

I'm trying to match journal and conference names contained within a BibTeX entry with a list of known conferences and journals. So far I'm impressed how well bibtexparser is able...

- Move build instructions to end of README and put an own heading to be found more easily - Clarify that the built JAR file has to be executable

**Description** When using react-recaptcha in a GatsbyJS project and switching between pages containing the same component with a reCAPTCHA, rendering fails. It also fails when opening a direct link to...

**Problem:** - To solve #80, [this](https://github.com/rajeshwarpatlolla/ionic-timepicker/commit/43e11fb0c9b8551aeadd0e4fe7426443abbdee08#diff-025a0735dd723c64738fee6d26f6cad1R98) code was added ![image](https://cloud.githubusercontent.com/assets/5816039/18917013/c3381ec8-8596-11e6-9104-1907f1860723.png) - The added code should only affect 12h clock, otherwise a valid `00:00` in 24h mode turns into `12:00` **Possible...

**OS**: iOS **Version**: 12.1 (16B92) **Plugin Version**: 3.0.2 **Actual Behavior**: Captured photo is visible in Photos. **Expected Behavior**: Captured photo shouldn't be visible in Photos / `CaptureOptions` should allow to...

support
platform: ios

**Description**: Add possibility to parse author institution affiliations to be able to tell which institution a certain author is affiliated to. DBLP website contains corresponding feature (see screenshot below). **Implementation**:...

- Fix LambdaDecorator example documentation

**Description** Commit `.ruby-version` file to lock a specific ruby version. **Reason** On MacOS Catalina, ruby 2.6. is shipped by default and `rbenv` (`brew install rbenv`) defaults to 2.6. With this...

**Behavior**: Raising a [CloseSpider](https://doc.scrapy.org/en/latest/topics/exceptions.html#closespider) exception from a DownloaderMiddleware's `process_response` doesn't close the spider. Instead, the scraper only outputs `CloseSpider` to `stdout`. ![image](https://cloud.githubusercontent.com/assets/5816039/23133739/74a53a34-f792-11e6-8104-0dc641d0ce39.png) **Expected behavior**: Spider should shut down. **Workarounds**: -...

enhancement