Antonio

Results 12 issues of Antonio

Hi Everybody, i'm sorry to post this here and feel sorry for my stupidity. But is there any chance to have a code example of use Candy Core just for...

Hi! I did some ready up cordova project and a chat interface, where can i upload it ? (sorry for post this here)

Hi ! i just made this "on the fly" for make it work easily ``` bash $ cordova create myApp com.package.myApp $ cd myApp $ cordova platform add android ```...

Hi :) Any idea on how i can solve this ? (or telling me what i do wrong...) ```shell $ ~/jetpants/bin# ./jetpants Notice: no plugin has overridden Topology#load_pools, so no...

Would be nice to have a verbose function or any other thing in order to debug eventual problems. (at moment im not able to make it work even tho im...

## Bug Report ### Plugin(s) @capacitor/local-notifications ### Capacitor Version ``` 💊 Capacitor Doctor 💊 Latest Dependencies: @capacitor/cli: 4.7.0 @capacitor/core: 4.7.0 @capacitor/android: 4.7.0 @capacitor/ios: 4.7.0 Installed Dependencies: @capacitor/android: 4.7.0 @capacitor/ios: 4.7.0...

platform: android
platform: ios
needs reproduction

Platform: MacOS 12.7.2 ( Monterey ) Python: 3.12 PIP: 23.3.2 Step to reproduce: ``` $ pip install zoomeye $ zoomeye init -apikey "API_KEY_FROM_ACCOUNT" ``` Error: ``` Traceback (most recent call...

#### Bug description Whenever there is a huge dataset to load it take a looooot of time to load and function. #### Expected result To not take 30 seconds to...

# First Attempt `pip install git+https://github.com/0x48piraj/incarcero.git#egg=incarcero` gave the following error: ```bash Collecting incarcero Cloning https://github.com/0x48piraj/incarcero.git to /tmp/pip-install-v6b47cd2/incarcero_e5f12709300d4f5794c6ad86839bcb51 Running command git clone --filter=blob:none --quiet https://github.com/0x48piraj/incarcero.git /tmp/pip-install-v6b47cd2/incarcero_e5f12709300d4f5794c6ad86839bcb51 Resolved https://github.com/0x48piraj/incarcero.git to commit 1233944c1a507d481bc2afb12ddb6e366c36c3e6...

Would be nice to have in the readthedocs a full walk through. How to use in the code ```python @app.command("/start") async def handle_some_command(ack, body, logger): await ack() logger.info(body) ``` and...

enhancement