rashad

Results 76 comments of rashad

Getting the same error on MacOSX 10.14.2 using `rustc 1.27.2 (58cc626de 2018-07-18)`, following the tutorial exactly, but it seems breaking changes were made since this initial tutorial was done

@tomjohn1028 For me, the issue ended up being that my `solana-test-validator` was already running. Killing that process did the trick. Surprisingly the _extremely_ thorough Solana dapp tutorial [here](https://lorisleiva.com/create-a-solana-dapp-from-scratch/testing-our-instruction) didn't mention...

I managed to piece together examples by looking at the tests https://github.com/klen/peewee_migrate/tree/develop/tests Would recommend the same to others, as documentation is sparse **Setup** Python 3.7.2 on Mojave **Dependencies** ``` psycopg2==2.8.3...

@ControlCplusControlV Checking in on this - @deekerno apparently took a stab at this and determined he'd need some help with this - Since we already have a `client.transaction(id: TransactionIdFragment) ->...

@Voxelot - Do we have a set timeline for that? There are people actually using the indexer for beta2 (one individual using it that comes to mind seems to be...

@Voxelot like @ControlCplusControlV I like that second option and think maybe we should do that if it sounds feasible/reasonable (given everything else you guys have to do)? 👌

> This issue is related to transitive dependency on React-Navigation. It is solved in [#1010](https://github.com/satya164/react-native-tab-view/pull/1010). The fix is released and will take effect as soon as react-native-router-flux updates its dependency...

Also ran into this (setup below). Took a bit of @m4rcoperuano 's solution and just stopped my simulator and bundler, then removed everything in watchman via `watchman watch-del-all`. Restarted the...

- Just an FYI that I tried (slash am trying) to implement this. - @xgreenx would this involve moving `types` _and_ `schema`? - Also, how do I (if it's needed)...

@xgreenx Just an FYI I synced w/ @Voxelot about this and he mentioned I should probably leave this to you and your team (as you guys could tackle it much...