Timothy Fosteman

Results 42 comments of Timothy Fosteman

Same here, hitting it after 6th website analyzed: ``` Traceback (most recent call last): File "/usr/local/lib/python3.10/runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "/usr/local/lib/python3.10/runpy.py", line 86, in _run_code...

@H-JonathanLoise , hang in there, i'm building a fiddle to replicate this.

Here's my [fiddle](https://codesandbox.io/p/sandbox/react-fiddle-forked-xpjyzj?file=%2Fsrc%2FApp.js%3A22%2C28) And bot configuration:

considering this is in the docs: https://github.com/botpress/botpress/blob/787c34a4c5a5ef5981827bad954b5fa23954d3e3/integrations/webchat/webchat.html#L45 it should work. but i can't get it to respond right now either.

https://github.com/botpress/botpress/assets/32850517/08fa6a08-c8d4-4ce6-8bd8-b167012cf4b7

Same issue here. Totally different setup. Safari 16.2, MacOS ``` "firebase": "^9.22.0", "firebaseui": "^6.0.2", Using import firebase from "firebase/compat/app"; import "firebase/compat/auth"; this.auth = firebase.auth(); this.firebaseUI = firebaseui.auth.AuthUI.getInstance() || new firebaseui.auth.AuthUI(this.auth);...

Why do we have this Popover for React but not for Angular ? https://material-ui.com/components/popover

Same here. My use case is in managing footage. I have a drone that takes hundreds of photos, and sometimes, it records them into several folders (i.e. `DCIM100` `DCIM200` etc)....