fromage9747
fromage9747
I moved it to the constructor, but I still get `https://api.telegram.org/botundefined/getMe` I have tested and confirmed that my code is pulling my API key variable from .env everywhere else.
@DeepHorizons I checked out your fork and couldn't find the changes. I see the changes in the PR, but when I make the modifications to my local instance of the...
@DeepHorizons Just to be clear, this library does not allow for ffmpeg to be used within Angular and still requires an external server? I thought this allowed for FFMpeg to...
@RoloufGoudebin I had the same issue. If you check the JavaScript in your browser you might find that it hasn't loaded your changes. At least that is what I experienced.
@chuchuva Check the comment from polisettyManoj he is using angular and helped the react guys
@kapiziak I want to be able to change the size of the window programmatically. For example, small and big options. User clicks on big and the window size increases to...
@kapiziak I am also trying to implement webshare which also requires remote.
Thank you for the clarification regarding node version. I guess I need to wait for the other chap that built the server side of things. @atilag
@eelcocramer I forgot to mention that I tried with the Client as well and it was pretty much the same thing. This is the result of the client: ``` {...
If I console log btSerial from "var btSerial = new (require("bluetooth-serial-port").BluetoothSerialPort)();" Just there is no output that any devices have been discovered etc. I do have devices available. If I...