Skip to content
#

web

Here are 9,713 public repositories matching this topic...

pnfcre
pnfcre commented Nov 18, 2019

🐛 Bug Report

I tried passing --open to the parcel src/index.html command, but nothing happened. This feature works perfectly in the latest stable parcel-bundler package.

🎛 Configuration (package.json)

{
  "scripts": {
    "start": "parcel src/index.html --open"
  }
}

🤔 Expected Behavior

Parcel should open http://localhost:1234 in my default web brow

austinw-fineart
austinw-fineart commented Oct 18, 2019

Bug report

Calling autoInit() multiple times
https://material.io/develop/web/components/auto-init/
mdc-auto-init does not declare a function that takes the second optional argument used to call autoInit() multiple times without logging a warning.

Steps to reproduce

mdc.autoInit(/* root */ document, () => {});

Actual behavior

error TS2554: Expected 0-1 arguments, but g

sanic
WowItsDoge
WowItsDoge commented Feb 22, 2019

Is there an overview, how the config object for the constructors of the neural network are defined?

This would be interesting:

  • Has brain.NeuralNetwork and brain.recurrent.RNN the same config attributes?
  • What is the description of the inputSize attribute?

Thank you for the great work with this library, it is realy amazing!

Follpvosten
Follpvosten commented Dec 3, 2019

Description

I'm submitting a feature request:

Going along with #745, this would be a very nice usability improvement (as also mentioned in #756).

For example, this:

let placeholder = if something { "Something" } else { "Something else" };
let maxlength = if blah { 7 } else { 10 };
html! {
    <input type="text" /* ... */ placeholder=placeholder maxlength=maxlength 
malaire
malaire commented Nov 24, 2019

The documentation of FromDataSimple doesn't mention that it's only for debugging. This is only mentioned at documentation of FromData.

Based on several closed issued about this and recent message at #beginners, this causes enough confusion that documentation of FromDataSimple should also mention this.

Improve this page

Add a description, image, and links to the web topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the web topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.