Skip to content
#

immutable

Here are 815 public repositories matching this topic...

immudb
zaza81
zaza81 commented Oct 19, 2021
  • Missing information on how to create other databases
  • Missing information on how to switch to other databases
  • When using time travel, we don’t know where to get the transaction number from - we should show this to the user after committing data (this may be a missing capability in immudb / tools).
  • The last long query example in the quick start is incorrect (incorrect
documentation good first issue
js-ipfs
Karan-U-Kanthawar
Karan-U-Kanthawar commented Mar 26, 2022
  • Version: 0.11.0
  • Subsystem: ipfs-http-client

Severity: Very Low

Description:

I tried using an instance of the https client using TS just like how it's in the docs. When I did create the instance my IDE complained about type errors.

Steps to reproduce the error:

I created the instance like this by looking at the [README](https://github.com/ipfs/js-ipfs/blob/ma

kind/bug exp/novice help wanted topic/docs
classic0
classic0 commented Feb 16, 2022

Is there an existing issue for this?

  • I have searched the existing issues

Current behavior

First off, thanks for the great library.

.allocate() function has unexpected behaviour when given falsy input.

Expected behavior

I expected an error:
TypeError: You must provide a non-empty array of numeric values greater than 0

Steps to reproduce

try {
    Din
bug good first issue v1
terminusdb
hoijnet
hoijnet commented May 29, 2021

Is your feature request related to a problem? Please describe.
CSV files produced in different locales have different default separators, a comma-separated file (",") is but one type of CSV.

In Sweden we usually use a semicolon (";") as separator and many CSV files use a tab as separator ("\t"). Importing CSVs requires reformatting them before import, and causes inoperability issues and f

enhancement good first issue core
koivunej
koivunej commented Sep 24, 2020

This was cut from the v0.2.0 release for present time constraints however making ipfs-http more accessible as "the" ipfs binary would make the project more accessible to anyone just wanting to try it out. At the moment I see the following obstacles:

  • http/README.md has no tutorial on how to try out ipfs-http
  • ipfs-http supports only `i

Improve this page

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

Learn more