Vinícius de Souza
Vinícius de Souza
Respondendo às perguntas: > O foco sempre será a renda fixa, mas pode ser útil adicionar mais funcionalidades que estejam relacionadas ao universo de finanças pessoas, sem dúvida. > >...
This task is finished if a valid SSSOM file is created using oba.makefile in src/mappings/oba-upheno.sssom.tsv
I want to start a bit with robot development, so I decided to pick this issue. However, it didn't work, the key is this: `Set sces = emr.getSuperClassExpressions(c, !includeIndirect);` @cmungall...
> same problem here File "C:\Users\gx360\AppData\Local\Programs\Python\Python312\Lib\threading.py", line 1073, in _bootstrap_inner self.run() File "C:\Users\gx360\AppData\Local\Programs\Python\Python312\Lib\site-packages\audiblez\ui.py", line 572, in run core.main(**self.params, post_event=self.post_event) File "C:\Users\gx360\AppData\Local\Programs\Python\Python312\Lib\site-packages\audiblez\core.py", line 103, in main pipeline = KPipeline(lang_code=voice[0]) # a...
> [@souzadevinicius](https://github.com/souzadevinicius) if you update to latest release, it should work for you. Fixed. Not sure if I can close the issue due to the @taladro report.
```python >>> import platform, struct, sys >>> print("Python:", sys.version) Python: 3.11.11 (main, Feb 19 2025, 06:06:38) [Clang 16.0.0 (clang-1600.0.26.6)] >>> print("machine:", platform.machine()) # expect: arm64 machine: arm64 >>> print("pointer_bits:", struct.calcsize("P")*8)...