Bart

Results 39 issues of Bart

I found many awesome videos related to Android development in this repository: https://github.com/Yelp/android-school

## Default movie player contains blank space ### What did you do? I clicked on a movie that I wanted to play, which opened a minified view of the default...

**Is your feature request related to a problem? Please describe.** I'm playing around with using sli.dev for teaching web development. I love that I can display nicely highlighted code, but...

enhancement

### Case - BUG ## Issue I ran `npm i` on my Macbook M1 and got the following install error: ```shell npm ERR! code 1 npm ERR! path /Users/bartolomejkozorog/WebstormProjects/best-resume-ever/node_modules/node npm...

I would like to include a link to this project https://algorithm-visualizer.org/

### Problem The documentation for `getBlock()` says that it returns `BlockObject`, which should contain the `signatures` field: - https://developers.flow.com/tools/fcl-js/reference/api#getblock - https://developers.flow.com/tools/fcl-js/reference/api#blockobject This was indeed the case when I used [email protected],...

Feedback

### Issue To Be Solved While browsing documentation, I noticed there are a few instances where I can't find information about the type returned by fcl-js. [**1. Transaction args**](https://docs.onflow.org/fcl/reference/api/#transactionobject) ![Screenshot...

documentation
Feedback

### Instructions #### Creating snapshot via CLI I ran `flow emulator --persist` with default configuration (previously created by `flow init`). After emulator started, I ran the command to create a...

Feedback

### Problem The emulator process (sometimes) encounters a fatal error and crashes without recovery when the client triggers the `fcl.authenticate()` function. Note that this error can also happen when calling...

Feedback

### Issue To Be Solved Currently, the flow emulator emits logs only when it transitions to "starting" state or to "error" state. **Transition to "starting" state:** ``` > flow emulator...

Feature
Feedback