João Abrantes

Results 16 issues of João Abrantes

**Describe the bug** ```dart BeamerDelegate( locationBuilder: RoutesLocationBuilder(routes: { '/profile/:address': (context, state, data) { print(state.pathPatternSegments); // prints [profile, 0x0eab51a549a9554522ad30a05c193fce58f1d529] print(state.uri); // prints /profile/0x0eab51a549a9554522ad30a05c193fce58f1d529 print(state.pathParameters['address']); //prints null })); ``` **Beamer version:** 1.5.0

I just installed CGAL on ubuntu doing `sudo apt-get install libcgal-dev` then I installed the python bindings doing `pip install cgal-bindings` (I also tried to install using the source and...

Pip install is failing on python 3.9.6. MacPro M1 Chip. Any tips? ```sh > pip install pypylon ERROR: Could not find a version that satisfies the requirement pypylon (from versions:...

Do you plan supporting environments for Multi-Agent RL in the near future? This would be a key feature in my choice for a RL library.

## Bug report **Describe the bug** I am setting a document using `FirebaseFirestore.instance.batch();` one of the fields has a null value. This error only occurs when I build the Web...

type: bug
plugin: cloud_firestore
platform: web

**Description** I want to protect an external adaptor so that only whitelist nodes can access it. Right now, I can protect whoever makes requests to my operator. Requesters -> Operator...

**Allow Gasless Transactions** The Ethereum GSN allows for gasless transactions. This gives users a very good UX because they don't need to go through KYC to buy ETH (or MATIC)...

I have a connect button that calls ```dart if (!wc.connected) { try { await wc.connect(); } catch (e) { if (e.toString() == 'Error: User closed modal') { return ErrorConnecting(ConnectingErrors.userCancelled); }...

### Describe the bug I had the training script working fine but then I updated diffusers to 0.7.2 and now I get the following error: ```sh Traceback (most recent call...

bug

## Versions Here's my requirements.txt ```sh botbuilder_schema==4.13.0 gunicorn==20.1.0 aiohttp==3.6.3 botbuilder-integration-aiohttp==4.13.0 botbuilder-ai==4.13.0 botbuilder==0.0.1 botbuilder-core==4.13.0 botbuilder-dialogs==4.13.0 ``` ## Describe the bug Here's the error message ```sh 2024-02-15T14:28:44.906911470Z _____ 2024-02-15T14:28:44.906996971Z / _ \...

bug
needs-triage