Skip to content
html logo

HTML

HTML, or Hypertext Markup Language, was primarily designed to provide a means of creating structured scientific documents. HTML can embed scripting languages such as PHP or JavaScript to affect the behavior and content of web pages. The World Wide Web Consortium (W3C) maintains both the HTML and CSS standards.

Here are 42,247 public repositories matching this topic...

bootstrap
electron
prettier
devongovett
devongovett commented Aug 12, 2019

Create the @parcel/optimizer-htmlnano package in packages/optimizers/htmlnano. This package is a Parcel 2 optimizer plugin for HTML. It should be based on the htmlnano transform from Parcel 1.

The @parcel/optimizer-htmlnano package is responsible for the following things:

  • Loading htmlnano config from .htmlnanorc and .htmlnanorc.js
  • Applying PostHTML with the htmlnano plugin to
js-xlsx
KurtMar
KurtMar commented Sep 12, 2019

I noticed a bug in the html_to_sheet function. When reading cells that are empty, the cell index is correctly incremented, but if the cell has HTML tags and is observed to be empty after stripping the tags, the cell index is not incremented. This results in misalignment of the subsequent cells:

https://github.com/SheetJS/js-xlsx/blob/e3c5eac99c3b2be6929adfca455c1be87fab792b/xlsx.js#L18956-L18

stalgiag
stalgiag commented Sep 30, 2019

filter() does not work in WEBGL mode. It currently throws a cryptic error:
Uncaught TypeError: Cannot read property 'getImageData' of null

I could modify filter() to use gl.readPixels and then create a plane geometry that covers the view that has the filter-modified pixels, but this goes against WEBGL logic. These filters can be achieved relatively easily with custom shaders.

I rec

fabioluz
fabioluz commented Jul 10, 2017

Hi! I'm creating this issue to list Aurelia features that are not documented yet.

I can make the PR's to update the docs, but I want to be sure that I'm right before doing anything. So please, tell me if these changes are welcome.

Let's keep this list up to date!

Documentation Improvement List

Build Systems

  • CLI
    • CLI now supports SystemJS and Webpack. Update the
oldani
oldani commented Feb 18, 2019

If you're using proxies with requests-html and rendering JS sites is all good. Once you render a website pyppeteer don't know about this proxies and will expose your IP. This is an undesired behavior when scraping with proxies.

The idea is that whenever someone passes in proxies to the session object or any method call, make pyppeteer also use these proxies. #265

luisapace
luisapace commented Feb 13, 2019

Hi, my team would like to use the package showdown_1.9.0 and to approve that I've to verify all its licenses (included those of all of the modules included), and to do that I've to analyze its source code.

Now I've noted that the Readme declares it under GPL V2, while the license.txt is BSD.

Could you please clarify what is the license of showdown_1.9.0?

Thanks.

You can’t perform that action at this time.