Rich Kuo

Results 4 comments of Rich Kuo

`/lib/generators/closure_tree/migration_generator.rb` line 22 old code worked: ``` ruby "Create#{class_name}Hierarchies".gsub('::', '') ``` new code does not work: ``` ruby "Create#{ct.hierarchy_class_name}".gsub(/\W/, '') ``` does not work

opening this up for collab i dug into the `Voice.m` file `NSLog(@"%@",result);` shows the following: ``` final=0, bestTranscription=, formattedString=Hello there, segments=( ", substringRange={0, 5}, timestamp=0, duration=0.011, confidence=0, substring=Hello, alternativeSubstrings=(\n), phoneSequence=,...

Hi @MSOB7YY I followed your instructions and received this error message when trying to `./gradlew bundleRelease` I am using `"react-native": "^0.76.8"` ``` FAILURE: Build failed with an exception. * What...

My changes are identical every step. What framework are you using?