Luke Schoen

Results 182 comments of Luke Schoen

> 2\. On macOS, when i'm stepping-through the code debugging, sometimes it displays an error like one of the following, but it still seems to work: So i resolved 2....

Note: For some reason after i restarted the computer when i went to debug again using Google Chrome Canary, even though I had breakpoints setup it wouldn't stop at them,...

i just set this up so i could debug this PR where i am using CSS https://github.com/maciejhirsz/kobold/pull/57/files#diff-6f961f3fdf36b8574e58351c93169e1f148663d2d0b0aa58f7e839af517e8a12R16. it was necessary to update the index.html to be the following (note: the...

I think the all the following things have to be done: **1.** Rename "Write Something..." to "Write New Post..." **2a.** * If the user clicks "New Post" in the header,...

> The file exists, ensure that your git checkout is valid. so the way i checked that my git checkout was valid was to run the following: check latest local...

i tried doing a fresh clone of the polkadot-sdk of commit [594c3ed5750bc7ab97f82fb8387f82661eca1cc4](https://github.com/paritytech/polkadot-sdk/commit/594c3ed5750bc7ab97f82fb8387f82661eca1cc4) ``` git clone https://github.com/paritytech/polkadot-sdk ``` then **only** copied the changes that i made in this PR https://github.com/paritytech/polkadot-sdk/pull/4450 to...

update: i get that error with the latest polkadot-sdk commit even when i use latest Rust stable (same as with latest Nightly) in this commit https://github.com/paritytech/polkadot-sdk/pull/4450/commits/bc8c9ebaa0bb14332950f02c56b6d3794e8c20de

i was able to bypass the error by only building the `polkadot` package by commenting out building the other ones too as shown in this commit so it only builds...

@bkchr so i went through each package, and the only package that triggers the error `error[E0583]: file not found for module target_chain` is `polkadot-parachain-bin`. but only when you run `./substrate/docker/build.sh`...

> > but only when you run `./substrate/docker/build.sh` > > Did you ensure that it copied the files correctly? i think i'll try doing something like this https://stackoverflow.com/questions/545387/linux-compute-a-single-hash-for-a-given-folder-contents for the...