Skip to content
#

web

Here are 10,041 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
ebk46
ebk46 commented Dec 18, 2019

Bug Report

Ionic version:
[x] 4.7.11

Current behavior:
When the value of an Ionic input element is changed from OUTSIDE of the element, the element's onIonChange is triggered, thereby duplicating the change event.

Expected behavior:
As with every other React input, the onIonChange should only be triggered when the value was change from the element itself.

**Steps t

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
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

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

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.