bigworld12

Results 5 issues of bigworld12

hi, i created a qt installation tutorial using msys2, you can add it here if you like https://gist.github.com/bigworld12/c2f2ec25af416f72b6c5f3a9fb4df16f

first thanks for this awesome program and your efforts to keep it awesome :) second i have been facing some problems trying to make a global keyboard hook that listens...

i am not sure why we need to pass the state type again in BlocBuilder. currently we would write ```dart BlocBuilder( builder: (BuildContext context, StateA state) => ... ) ```...

enhancement
dependency

let's assume the following matrices a sparse matrix 'kk' 26400x26400 a vector 'fg' 26400x1 delta = kk\fg evaluating delta in matlab takes about ~0.8 seconds but as there is no...

cross reference : https://github.com/felangel/bloc/issues/560 currently in dart, we have to explicitly specify a type parameter for generic types, even when they can be inferred. e.g. this is a valid class...

request