Skip to content
#

web

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

njacharya
njacharya commented Aug 16, 2019

A description is incomplete. It should mention:

These patterns are not competing, but complementing each other. To achieve availability, one needs both fail-over and replication.

right after

"There are two main patterns to support high availability: fail-over and replication. "

ionic
andreas-aeschlimann
andreas-aeschlimann commented Oct 30, 2019

Bug Report

Ionic version:

[x] 4.x

Current behavior:

When you navigate from a tab page to another tab page and then go back with the ion-back-button, you will always end up at tab index 0 of the first tab page.

Expected behavior:

Instead, the app should go back to the tab where the user came from.

Steps to reproduce:

To illustrate the problem, I have ta

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

exterkamp
exterkamp commented Jan 22, 2020

lighthouse-core/audits/accessibility/aria-toggle-field-name.js

...
  description: 'When a toggle field doesn\'t have an accessible name, 
screen readers announce it with a generic name, making it unusable 
for users who rely on screen readers. 
[Learn more](https://web.dev/aria-toggle-field-label/).',
...

[https://web.dev/aria-toggle-field-label](https://web.dev/ar

medyagh
medyagh commented Jan 4, 2020

followed the docs for has manyhttp://gorm.io/docs/has_many.html for sqlilite

package main

import (
	"fmt"

	"github.com/jinzhu/gorm"
	_ "github.com/mattn/go-sqlite3"
)


type User struct {
	Id          string
	Name        string
	CreditCards []CreditCard `gorm:"FOREIGNKEY:user_id;ASSOCIATION_FOREIGNKEY:id"`
}

type CreditCard struct {
	Id     int
	Number string
	UserID 
ccampbell
ccampbell commented Oct 8, 2019

Issue Description

Starting in version 4.1.7 the colors no longer show up in the middleware.Logger output for ${status}. I suspect this is because of #1336.

(Note that the output in the command line of the echo version number in my screenshots seems to have been off by one. Probably related to 09d415cefca8c1d470a80566f344d98652ba5728.)

Checklist

  • Dependencies installed
sanic
Tang7
Tang7 commented Nov 26, 2019

Inside of the variadic function, func Sum(a int, more ...int), more is a slice of int, []int. Since it is the compiler converts the variadic parameters into a slice of type int.

But when defining the variadic function, it is incorrect to claim more ...int int 对应 []int 切片类型.
Tyring Sum(1, []int{2,3,4}) causes a stack overflow error. Since more is already a slice and compiler

MikeKovarik
MikeKovarik commented Mar 9, 2019

I'm submitting a feature request

  • Library Version:
    aurelia-script 1.3.1

Current behavior:
If you make a typo, or on this case I forgot to add async to a function, you get a long but useless stacktrace pointing to inside of aurelia but nowhere in the stack trace does it give me any clue of what view, class, file is at fault. I've had this issue for years, ever since Aurelia w

mfulton26
mfulton26 commented Oct 22, 2019

Page Affected: https://developers.google.com/web/tools/chrome-devtools/storage/cookies

What needs to be done?

The document currently entitled "View, Edit, And Delete Cookies With Chrome DevTools" seems to be the main "cookies management" document but it makes not mention of the ability to add new cookies too. If such were added this would be more complete.

Suggestions:

  • Rename
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!

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.