Thanassis Tsiodras

Results 14 comments of Thanassis Tsiodras

Can't merge this - [as you can see](https://circleci.com/gh/ttsiodras/asn1scc/36) it breaks the build.

Before going the Docker or the VM way, try ``` xbuild /p:TargetFrameworkVersion="v4.6" ``` ...or whatever version you have installed in your system. T.

Not an ms guy either :-) The last time I touched MS build systems was more than a decade ago, and I remember (vividly) that the experience made me appreciate...

Hi Vlad - drowning right now, TBH (just came back from a 10h day at work). More importantly, there's a major refactoring being done by George which may impact this...

@cejpmart Note that one of the reasons we haven't merged this work in (the primary reason being the workload) is that there is already a different way to handle ASN.1...

@kaikuchn , @Cigizmoond-Vyhuholev Guys, I am not sure I follow... as you can see in my original report at the top, I do mention a workaround with the `indent` filter...

See https://github.com/ggerganov/whisper.cpp/issues/251 for details.

> I get: > > ``` > c++: error: unrecognized command-line option ‘-march=native’; did you mean ‘-mcpu=native’? > ``` > > idk why compilers can't standardise this stuff, but I...

Well, like all things, this is a balancing act... The usual autoconf/automake machinery can be used, to have "./configure" emit a Makefile that uses whatever options apply best to the...

> So I'm not 100% sure what to do here. Well, this is what autoconf/automake were built for: to pick the best compilation options possible for the specific target we...