Samuel Laferriere
Samuel Laferriere
Getting these issues when running `docker compose up` in tag 2.2.0 (same issues in 3.* and 4.*): ``` Attaching to cdn-up-and-running-backend-1, cdn-up-and-running-edge-1, cdn-up-and-running-nginx_base-1, monitoring_grafana, prometheus prometheus | level=info ts=2023-02-11T20:48:25.178Z caller=main.go:333...
Hi, I am running toyCar's MAIN.m file, and get this error ``` error: pivot is zero error: called from gjp at line 42 column 5 cpiv_bard at line 76 column...
### Component Anvil ### Have you ensured that all of these are up to date? - [X] Foundry - [X] Foundryup ### What version of Foundry are you on? forge...
The uniswap v2 sdk returns the incorrect KNC-ETH pool address (seems to be a known bug: https://ethereum.stackexchange.com/questions/98011/uniswap-js-sdk-returns-invalid-pair-address-for-two-erc20-tokens-in-hardhat-netw), which results in the following revert exception: ``` Error: call revert exception (method="getReserves()",...
I'm trying to use the [mission pads](https://dl-cdn.ryzerobotics.com/downloads/Tello/Tello%20Mission%20Pad%20User%20Guide.pdf) that come with the Tello EDU. The Mission Pads requires using the official [SDK2.0 protocol](https://dl-cdn.ryzerobotics.com/downloads/Tello/Tello%20SDK%202.0%20User%20Guide.pdf). The official sdk streams videos to udp port...
Many [issues](https://github.com/hanyazou/TelloPy/issues?q=is%3Aissue+is%3Aopen+timeout) have been raised regarding video timeouts when using [keyboard_and_video.py](https://github.com/hanyazou/TelloPy/blob/develop-0.7.0/tellopy/examples/keyboard_and_video.py) I believe the issue comes from [not calling `wait_for_connection` between `connect` and `start_video`](https://github.com/hanyazou/TelloPy/blob/2e3ff77f87448307d6d2656c91ac80e2fb352193/tellopy/examples/keyboard_and_video.py#L231) I never have issues with [video_effect.py](https://github.com/hanyazou/TelloPy/blob/2e3ff77f87448307d6d2656c91ac80e2fb352193/tellopy/examples/video_effect.py#L15)...
The [tello wiki](https://tellopilots.com/wiki/protocol/) says that the sequence number is > Either 0 for some types, or ascending for others In this code base, it's defined in tello.py as `self.pkt_seq_num =...
Python3.8 warns: /home/samlaf/dev/telloapis/TelloPy/tellopy/_internal/utils.py:20: SyntaxWarning: "is not" with a literal. Did you mean "!="? if (val1 & 0xff) is not 0:
Windows 8. Japanese fonts are installed. Work properly in every other app (explorer, anki cards, chrome). Tagaini Jisho shows characters as white boxes in the display environment (see attached image)....
The README, in this [section](https://github.com/flashbots/rpc-endpoint?tab=readme-ov-file#transaction-frontrunning-protection-evaluation-rules), says > - Does the transaction use more than 42,000 gas? If it doesn't then the Flashbots Relay will reject it, and we're not aware...