Skip to content
#

web

Here are 9,970 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
imnskh
imnskh commented Oct 26, 2019

Bug Report

Ionic version:

4.11.1

Current behavior:
If you tap the current tab on the root page of the tab, the page transition other than the routerLink directive will reverse routerDirection on iOS.

Expected behavior:
No matter how many times you tap the tab, it should become the appropriate routerDirection.

Steps to reproduce:

  1. enable iOS mode
  2. go
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

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
ghbjklhv1
ghbjklhv1 commented Aug 14, 2019

Documentation/Question: How do I configure ZeroNet not to send any requests not through TOR?

I know when in the console you can select TOR only, but for high risk users wouldn't their IP already be leaked? Is it not possible to set it to not use clear-net whatsoever?

Note: This issue is more related to high-risk users, as most people could just use a VPN.
But, nonetheless anybody m

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,

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!

hgzimmerman
hgzimmerman commented Dec 10, 2019

Description

I'm submitting a feature request

So with a 1.0.0 release in the foreseeable future, it seems like a reasonable course of action to address any missing features, code-structure issues, or subtle bugs before that is released. Thankfully, many of these problems have been annotated with TODO.

I suggest that

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.