Skip to content
#

web

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

Poltergeisen
Poltergeisen commented Apr 12, 2019

Are there any references on how to create a good design diagram? What do the different colors mean? What do the dashed lines mean?

Sorry if this is a basic question but I don't even know where to start searching for more information. This is the first page I saw that had the diagrams in the format that I've seen before.

ianks
ianks commented Jul 10, 2019

Bug report

What is the current behavior?

Before 4.31.0, webpack never referenced document when it is not defined. After this release, there is code somewhere which assumes a global document is available. This makes it so server side rendering does not work in our application.

If the current behavior is a bug, please provide the steps to reproduce.

Using webpack > 4.31.0

ionic
Gradecak
Gradecak commented Oct 3, 2019

What version of Go are you using (go version)?

1.12

Which database and its version are you using?

mysql 5.7

Please provide a complete runnable program to reproduce your issue. IMPORTANT

The documentation isn't to clear when it comes to querying by nested associations. For example, consider following structure.

// User has one Profile and belongs to many Instit
Wkalmar
Wkalmar commented Oct 25, 2019

Is your feature request related to a problem? Please describe.
In overall I've enjoyed ZeroNet very much. However, when I've reached "How can I create a ZeroNet site" section I've found non-obvious that instead of using zeronet.py as a Windows user I could use zeronet.cmd from \lib folder. Since I've found pip package manager UX quite frustrating I think that this is a thing that should

glances
AdrienLemaire
AdrienLemaire commented Dec 18, 2019

Description

While reading the wifi doc , I see

You need to install the wireless-tools package on your system.

The manpage doesn't give information as to what is really used behind, all I can find is:

   W      Show/hide Wifi module

And the WiFi plugin doesn't show up in my glances terminal view.
Unfortunately,

kvdheuvel
kvdheuvel commented Oct 25, 2019

Feature Request

The current mdc-switch component uses role='switch' but not the required aria attribute aria-checked as described by MDN:

The aria-checked attribute is required when using the switch role, as it represents the current state of the widget that the switch role is applied to. A value of true represents the "on" state; false represents the "off" state; a value of mixed is

sanic
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
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 
jkaye2012
jkaye2012 commented Oct 12, 2019

Thanks for the fantastic library!

I have been reading through documentation and examples to learn about Rocket. One thing that confused me is the use of macro_use, extern crate, and serde_derive, none of which I believe are necessary any more (or at least they do not appear to be in my testing). For example, the tera_template example currently begins with:

#[macro_use] extern 

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.