X Tutup
The Wayback Machine - https://web.archive.org/web/20200322070325/https://github.com/topics/html
Skip to content
#

HTML

html logo

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 47,292 public repositories matching this topic...

bootstrap
electron
foonlyboy
foonlyboy commented Dec 22, 2019

Hi everyone,
I did setup a fresh rails project (--api)
Rails 5.2.4

wrote some routes,
wrote some assert_routing tests,
everything was fine.

generated a model "releases"
all tests immediately did fail with:
ActiveRecord::StatementInvalid: SQLite3::SQLException: incomplete input: INSERT INTO "releases"

The culprit was fixtures/releases.yml
When I removed that file, that error message

laszukdawid
laszukdawid commented Aug 4, 2019

This is about the Docs.

Overview of the problem

This is about the Bulma CSS framework
This is about the Bulma Docs

Description

Docs keep on saying "Import only what you need from Bulma" but I cannot find any explanation what files c

Front-End-Checklist
kevincox
kevincox commented Feb 19, 2020

#4001 🐛 bug report

Applying @parcel/transformer-raw to a file causes it to be renamed as if it was an asset rather than an entry.

🎛 Configuration (.babelrc, package.json, cli command)

// .parcelrc
{
	"extends": ["@parcel/config-default"],
	"transforms": {
		"*.json": ["@parcel/transformer-raw"],
	}
}
// entry.json
{}
$ parcel build entry.json
tabler
inexist3nce
inexist3nce commented May 24, 2015

The responsive menu at http://purecss.io/layouts/tucked-menu-vertical/ does not adjust height as one would expect.

When viewing in a screen smaller than 768px, the "responsive" menu has a fixed height that could potentially cause issues with long menus (or in really small screens with wrapping text).

This can be fixed by replacing the hardcoded height: 14em; at line 69 with height: auto;.

sheetjs
dandv
dandv commented Jan 6, 2020
const XLSX = require('xlsx');

const wb = XLSX.utils.book_new();

const ws = XLSX.utils.json_to_sheet([]);

XLSX.utils.book_append_sheet(wb, ws, 'Bug sheet');

ws.A1 = { t: 's', f: 'square' };

XLSX.writeFile(wb, 'formula.ods');

The resulting .ODS file contains:

<table:table-cell table:formula="of:=square" office:value-type="string"><text:p>undefined</text:p></table
nukem7673
nukem7673 commented Mar 18, 2020

Description

Stumbled across this in the documentation while going through the 'Quick Start' guide. Link provided to see all (HTML?) attributes leads to Github page with a message stating the documentation was moved.

Page with broken link: https://introjs.com/docs/getting-started/start

I'd imagine this is an easy fix, but just wanted to highlight the href value needs updated.

Expect

carolstran
carolstran commented Dec 5, 2019

👋 Sorry I know I'm ignoring your well-thought-out template, but hear me out...

I noticed that there are a couple of instances of words like "simply" in your documentation. Unfortunately, words like this can make people feel frustrated and isolated while reading - especially if they are facing issues.

If it's alright with your team, I'd like to take a shot at updating the content to make

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
hason
hason commented Jun 6, 2019

I want to use ReLaXed with remote chromium to reduce docker image size. It is posible with browser options --remote-debugging-address and --remote-debugging-port (https://peter.sh/experiments/chromium-command-line-switches/). It would be great add CLI options for puppeteer https://github.com/GoogleChrome/puppeteer/blob/master/docs/api.md#puppeteerlaunchoptions (especialy for args option).

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

Created by Tim Berners-Lee

Released June 1993

Repository
w3c/html
Website
www.w3.org/html
Wikipedia
Wikipedia
You can’t perform that action at this time.
X Tutup