Wil Chung

Results 11 issues of Wil Chung

Hey there and thank you for using the issue tracker! ## Checklist before filing an issue: - [ ] Is this something you can **debug and fix**? Send a pull...

### ✅ Prerequisites - [✅] Did you perform a cursory search of open issues? Is this question already asked elsewhere? - [✅] Are you reporting to the correct repository (`magic-sdk`)?...

❓Question

There's dependency conflicts when trying to install v0.8.0 as a dependency. arc 0.8.0 requires ex_aws ~> 0.1.11, which in turn requires hackney 1.6.3, 1.6.5, or 1.7.1. However, arc 0.8.0 also...

@samcday How were you planning on generating the documentation? I'd like to be able to get on that, so we can have non-broken docs while we talk about the maintainer...

Yesterday, when I was walking my repo with gitteh, and listing out the directories, I noticed that neither the entries nor the blobs contained the file size of the blob...

I'm able to create a Blob, and I see a repository.createCommit call, which requires you to pass in a Tree. However, how do you create the tree for a commit?...

TODO

For questions please use https://discord.io/openethereum, issues are for bugs and feature requests. _Before filing a new issue, please **provide the following information**._ - **OpenEthereum version (>=3.1.0)**: version OpenEthereum/v3.3.0-rc.3-stable-fdaee51ca-20210629/x86_64-macos/rustc1.48.0 - **Operating...

I wasn't able to load the dropbox project file. In Firefox, the project doesn't expand: ![screenshot_6_24_13_9_33_am](https://f.cloud.github.com/assets/10446/696694/c49e0dc8-dcec-11e2-8f38-3845ad086fe8.png) In firefox dialog: ``` TypeError: nodeRequire is not a function [Break On This Error]...

Say I have two documents. The first is a task: ``` const task = { id: 1, title: "Do Laundry", is_done: false } ``` The second is a list of...

The split() function basically truncated everything after two levels. What we needed to do was to get the head and rest of the path components. I suppose I could use...