Skip to content
#

tooling

Here are 566 public repositories matching this topic...

Namaskar-1F64F
Namaskar-1F64F commented Feb 3, 2022

The blockNumber in the documentation is 11095000 which is 471 days ago. I think it should be updated to 14135803 which is the block number at the moment of my typing this issue!

Why?

There's a bunch of newly deployed contracts and the such since the last year. I was testing with pinning and the contract I was interacti

good first issue type:docs
december1981
december1981 commented Apr 22, 2022

Component

Forge

Have you ensured that all of these are up to date?

  • Foundry
  • Foundryup

What version of Foundry are you on?

No response

What command(s) is the bug in?

forge create

Operating System

No response

Describe the bug

The issue was discovered and detailed in this comment for a separate pull request of mine, related to f

T-bug good first issue C-forge P-normal
log4brains
thomvaill
thomvaill commented Apr 30, 2021

Feature Request

Feature Suggestion

This is working:

- Status: superseded by [20201016-use-the-adr-slug-as-its-unique-id](20201016-use-the-adr-slug-as-its-unique-id.md)

This is not working:

- Status: superseded by [custom name](20201016-use-the-adr-slug-as-its-unique-id.md)

-> Let's make it work!

Context

Today, the link name MUST b

feature good first issue
bbatsov
bbatsov commented Aug 14, 2020

Currently the eldoc type is either function or variable:

(defn- extract-eldoc
  [info]
  (if-let [arglists (seq (-> info extract-arglists format-arglists))]
    {:eldoc arglists :type "function"}
    {:type "variable"}))

This means that the result users see is not particularly accurate, not to mention that the function check is pretty primitive. We should add types like `m

enhancement good first issue
WhatTheStack

Improve this page

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

Learn more