Neilzon Viloria
Neilzon Viloria
Related onflow/next-docs-v1#384 ## Description Adds a step to capture commits to send to the refresh endpoint for the docsite ______ For contributor use: - [x] Targeted PR against `master` branch...
## Proposal Refactor Service layer to be a single interface with the methods of its members ie `GetBlocks`, `GetTransaction`, etc.
**Describe the bug** Typing out some variables on the playground shows excessive errors **To Reproduce** 1. Go to the playground and open up account 1 2. Type out the following...
**Describe the bug** Transaction cannot import a deployed contract **To Reproduce** 1. open up a new project on the playground 2. go to account 1, delete all the code on...
**Describe the bug** When quickly typing out code on an account or transaction and then switching to a different account or transaction and then coming back, sometimes there are pieces...
**Is your feature request related to a problem? Please describe.** The playground starts to degrade in performance after typing out a good number of lines of code on an account,...
**Is your feature request related to a problem? Please describe.** This feature is related to the recent playground issues and is a preliminary step in identifying the causes of the...
## Description Find technical issues to make tickets out of ## Notes * `vscode-jsonrpc` is 2 major releases behind
### Is your feature request related to a problem? Please describe. When user drags and drops a file, user doesn't have option to rename dragged file in case there is...
Allow for LIMIT to be used in SQLite update statements to restrict the number of rows affected by an update query. Also added test and type tests. Related #535