Guy Luz
Guy Luz
Old project so had alot to fix in order to run again. Only logic change was to comment `instrumentTest.setRoot('tests')` as it didn't find the method Fix #5
Solves : https://github.com/aagarwal1012/Animated-Text-Kit/issues/340
**Is your feature request related to a problem? Please describe.** I would like to use TypewriterAnimatedText then change the font (size up and bold) for one word and then continue...
Is there a way to catch HTTP/2 ServerSocket call and redirect it to another URL?. I have found a way to do that for `get` requests but not for WebSocket...
[Matter](https://csa-iot.org/all-solutions/matter/) is a new IOT standard. Adding support for it is fundamental because it is supported by many vendors and devices. The easiest and quickest way is to add it...
Hello @johnvuko I would like to keep this package alive and get permission to accept pr and upload a new version of the package. As you can see by the...
I am getting this error when running the example folder ```dart Launching lib/main.dart on SM S916B in debug mode... Running Gradle task 'assembleDebug'... Exception in thread "main" java.util.zip.ZipException: zip END...
Hello @terrabythia I would like to keep this package alive and getting permission to accept pr and upload a new version of the package. As you can see by the...
I am trying to use text summarization from [Falconsai/text_summarization](https://huggingface.co/Falconsai/text_summarization). It havs a separate files for decoder_model.onnx and encoder_model.onnx, [files](https://huggingface.co/Falconsai/text_summarization/tree/main/onnx). How should I handle this in the code?
Still very slow compared to Python. The method `reshape` goes through all the data one by one, I need especially `_reshape3`. Would love some help with it