Skip to content
#

storage

Here are 2,129 public repositories matching this topic...

ooridoori
ooridoori commented Jun 12, 2020

Describe the bug
When a user signs in using Auth.signIn() the "signIn" event is registered multiple times in the Hub listener

To Reproduce

  1. Add a log inside the "signIn" event in the Hub.listener callback
  2. Open devtools
  3. Sign in using Auth.signIn()
  4. Notice there is at least 4 or more logs and the same amount of network calls

Expected behavior
The sign in event shou

thanos
fred-wang
fred-wang commented Aug 5, 2020

cc @mikewest @annevk @ericlaw1979

From https://html.spec.whatwg.org/multipage/system-state.html#normalize-protocol-handler-parameters:

'If the resulting URL record's scheme is not "https" or the resulting URL record's origin is not same origin with environment's origin, then throw a "SecurityError" DOMException.'

It seems this forbids localhost URLs like http://127.0.0.1 that are in a se

A simple fast, easy use distributed file system written by golang(similar fastdfs).go-fastdfs 是一个简单的分布式文件系统(私有云存储),具有无中心、高性能,高可靠,免维护等优点,支持断点续传,分块上传,小文件合并,自动同步,自动修复。

  • Updated Sep 24, 2020
  • Go
dantrevino
dantrevino commented Oct 4, 2020

Just playing around with my miner tonight, I set burn_fee_cap = -2 and the miner stopped with a thread panic.

Process abort due to thread panic
   0: backtrace::backtrace::libunwind::trace
             at .cargo/registry/src/github.com-1285ae84e5963aae/backtrace-0.3.50/src/backtrace/libunwind.rs:95
      backtrace::backtrace::trace_unsynchronized
             at .cargo/registry/src/git
joshimoo
joshimoo commented Aug 27, 2020

We want to have consistent and structured logs to improve the ability to filter and analyse longhorn-manager logs.
Currently the controller uses the global logrus package logger, the task here would be to switch the log calls to the instance logger that was implemented in longhorn/longhorn-manager#661

While doing this also improve the log messages, where possible.
For an example of a successf

Improve this page

Add a description, image, and links to the storage 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 storage topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.