qbolec

Results 18 comments of qbolec

-O2 failed as well. At this point, I'm wondering how I got it to compile a week ago. Perhaps the chain-supervision was smaller back then. I apologize for copy-pasting only...

Adding `-Wa,-mbig-obj` to flags in kaldi.mk helped.

The build has not finished yet, but I see a new kind of warning in the mix: ``` g++ -Wa,-mbig-obj -msse -msse2 -Wall -I.. -DKALDI_DOUBLEPRECISION=0 -DHAVE_POSIX_MEMALIGN -DHAVE_CLAPACK -I ../../tools/CLAPACK/ -Wno-sign-compare...

How would one solve this problem in Elm? Btw. I've found this project while trying to find an answer to [my question](https://stackoverflow.com/questions/45368154/how-to-organize-redux-state-for-reusable-components) about reusable components in Redux. I guess you...

While I think that extending a dialect is the best way to approach this problem, a quick and dirty solution is to split the text into parts of text and...

Not supporting Unicode might be a good thing, if a proper warning is displayed to the user. In my particular scenario I've missed several occurrences of particular string in our...

I was facing this problem when implementing a terenary tree, which had a lot of various access methods, and each of them had to be provided in `foo()` and `foo_mut()`...

Cool, please let me know if I could help somehow in the process.