John E. Herreño

Results 11 comments of John E. Herreño

I'm seeing a very similar problem on a Lenovo ThinkCentre M70q. Booting from the USB pendrive (eOS 5.1 20200814, prepared with Rufus 3.14p) is showing this error: (Blue screen, center-aligned...

I decided to try installing from the eOS USB with grubx64.efi from Ubuntu 18.04.5; the installation ran correctly, the MOK screen (enrolling the key so the UEFI firmware would let...

@jviele this patch is currently being used in a project that queries an Elasticsearch 5.x instance (5.1.x). Search queries work just fine. Make sure to check the request payload and...

Update: proper fix below. I hit the same issue and found a work around: ES 5.x doesn't support "filter" in the top-level for the search request; ElasticUI sets it when...

Just opened a PR (#109) with a solution for this: replace deprecated Request.filter() with Request.post_filter(), both in elastic.js and elasticui. Deprecation record: https://www.elastic.co/guide/en/elasticsearch/reference/5.1/breaking_50_search_changes.html#_top_level_literal_filter_literal_parameter Docs for post_filter: https://www.elastic.co/guide/en/elasticsearch/reference/5.1/search-request-post-filter.html Even though post_filter...

@jitenkumar's suggested blog post worked for me! thx! The commands I ran (do note it's for a different Elasticsearch plugin): ``` sudo yum -y upgrade nss cd /usr/share/elasticsearch && sudo...

I just managed to generate a PDF with some text in it using an opentype font (Adobe Caslon Pro); a simple change was enough: ``` // src/Css/Stylesheet.php, line 1495: -...

Nice! that's an easier way to get the otf font used. Thanks! Out of curiosity: from an end-user POV, what triggers the subsetting operation? as long as it's possible to...

Thanks for your report @OlsonB! Sadly, I don't think there's much I can do right now to improve performance, given that I already implemented a caching mechanism on the codepath...

The bug is reproducible when using PhpSpreadsheet 1.29 in a Drupal 10.0 site. Drupal supports "stream wrapper URIs" (an extended version of PHP streams, with Drupal-specific additions), which may look...