Greg

Results 79 issues of Greg

I experience issues with prompt text being invisible on a black background as bolded text is black. I use zsh with the default theme and osx 11.1. I think I...

Currently, it's not possible to deploy contracts using LS with init arguments. We should implement pragma arguments that allow you to specify init values for deployment.

Feedback
Language Server

Here it says you can only get auth account in signed transactions: https://docs.onflow.org/cadence/language/accounts/#authaccount I believe this has now changed and you can do that in scripts as well. The docs...

Documentation
Feedback

**Problem** The language server should use `flow.json` configuration for accounts and expose more functionality such as deploying project contracts, etc. Currently, when a user starts the LS client we create...

Feedback
Language Server
Developer Tool Team

### Issue To Be Solved The language server creates a new checker every time when checking the imported programs as seen here, this might be quite expensive and was done...

Bug
Feedback
Developer Tool Team

### Problem When referencing a variable that doesn't exist in the imported contract the LS crashes with the following stack: Langauge Server report: ``` panic: runtime error: invalid memory address...

Bug
Language Server
Developer Tool Team

The current implementation of the docs requires the README to be synced with `/docs/overview.md`. It's very easy to forget to sync both documents so that should be solved somehow. I...

bug
Feedback

The docs don't include domain tags anywhere, especially the page: Documentation page: https://docs.onflow.org/concepts/accounts-and-keys/ should probably be updated to include them. It would be nice for domain tags to be explained...

Docs Site
Feedback
Document
Developer Tool Team

### Problem I've tried following the guide for the local setup of documentation and it doesn't work. First I tried setting up everything locally on my M1 arm CPU and...

bug
Feedback

Here are some documentation gaps I have found while developing. **Flow Building Blocks** There is no document describing "flow entities" in language-agnostic and easy-to-understand terms. Entities that make the Flow...

Feedback
Document