Skip to content
#

web

Here are 10,797 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. "

httpie
nhooey
nhooey commented Mar 6, 2020

It's not clear from the website's documentation, or the --help output, how to do the following equivalent curl task:

Post a raw JSON query to ElasticSearch:

curl \
    --header "Content-Type: application/json" \
    --request POST \
    --data '{ "_source": [ "restricted_countries.*" ], "query": { "match_all": {} }, "size": 1000 }' \
    'http://localhost:9200/_search'

T

MatthewDLudwig
MatthewDLudwig commented Apr 3, 2020

Previously when using material icons I used the <i> tag and I believe I recall that material.io suggested that tag as well. Having checked again today I'm now seeing material.io suggesting that a <span> tag be used (which according to a lot of highly debated stack overflow answers is the correct tag to use for icons).

The issue is that material.io and the github pages documentation are not

bentruyman
bentruyman commented Apr 16, 2020

🐛 bug report

parcel watch doesn't appear to use the --cert or --key flags, though its help output states it supports them. I don't know that the --https flag is affecting anything either.

Not sure if this is related to the recent work done in #4417.

🤔 Expected Behavior

$ parcel serve --cert cert.pem --key key.pem index.html
$ parcel watch --cert cert.pem --key
exterkamp
exterkamp commented Jan 31, 2020

The double dollar assertion: https://github.com/GoogleChrome/lighthouse/blob/e87a8b76e66208be0266c6e3a3b648dbebe79521/lighthouse-core/scripts/i18n/collect-strings.js#L344

Is a bit aggressive, it should check for basic $$ but allow $ICU_0$$ICU_1$. This should be validated with regex like \$([^$]*?)\$ and asserting that each capture group isn't empty instead of a more basic \$\$.

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 
delwaterman
delwaterman commented Mar 1, 2020

Issue Description

If you attempt to use the Echo logger before the server is started no output is actually written

Checklist

  • Dependencies installed
  • No typos
  • Searched existing issues and docs

Expected behaviour

Using e.Logger.Info() writes output to log outside a handler

Actual behaviour

Using e.Logger.Info() does not write output to log ou

glances
ChillarAnand
ChillarAnand commented Jan 29, 2020

Description

Bug: In the latest Mac OS versions, memory usage changed https://apple.stackexchange.com/a/190935/135247
Because of this, even when there are no memory issues, Glances is showing false alarms for memory usage.

<img width="1370" alt="Screen Shot 2020-01-29 at 10 24 33 AM" src="https://user-images.githubusercontent.com/4463796/73330328-7ee1ce80-4286-11ea-9809-b8ddb22c76eb.pn

canewsin
canewsin commented Mar 4, 2020

I was not able to open port, may be that's because of my ISP, I see on HelloZeroNet page that,

Your port xxxxx is closed, but your Tor gateway is running well.

I see the above message, so if I had a site on ZeroNet, am I considered as a seeder to my site, if I was the only seeder to my site, assuming it is a new site. is it enough that tor gateway is running but without open port ?

sanic
fastapi
czabaj
czabaj commented Apr 16, 2020

Index:

  • formatXMLElementFn -- a function handling rich text formatting, passed to values. Name is used as referred in source code,

The problem

While using RichText, formatXMLElementFn are called with possible many arguments (chunks) which could be collected with rest operator and passed to component.

Example

<FormatMessage
  defaultMessage="This is <i>example
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

StephanJ98
StephanJ98 commented Apr 21, 2020

What is wrong?

On Windows, brain.js installs correctly and runs correctly only if the version of Node.Js is greater than 13.0. This is in no way mentioned in the README.md.

Where does it happen?

In the installation

How do we replicate the issue?

In a Windows machine with the LTS version of Node.Js installed try to install brain.Js with the command npm install brain.js

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.