cyborgdennett

Results 18 comments of cyborgdennett

This error happens when there is no tx to be made in L2. In the code, you can see where this occurs: https://github.com/ethereum-optimism/optimism/blob/74c63d3c626d9a81c55911f2998e519fedbdc093/batch-submitter/drivers/sequencer/encoding.go#L220-L228 I would suggest to add a new...

https://github.com/ethereum-optimism/optimism/blob/b979d861879c74d6d38a0a7abdd75d267c1a0912/batch-submitter/go.mod#L5-L11 This is the problem, it's not possible to `go get` because it can't find `v0.0.0`.

+1 please make it happen

I can just cancel, and choose to not save the file, but saving does not work. Also pressing Enter in edit mode fails to make newline

Also fails on ubuntu 24, it cannot find the libgflag, while i just did install it

https://github.com/pal-robotics/aruco_ros/blob/humble-devel/aruco_ros/launch/marker_publisher.launch.py gives an error But running https://github.com/pal-robotics/aruco_ros/blob/humble-devel/aruco_ros/launch/single.launch.py Does work for me.

Add ```jupyter !pip install timm ``` to the import and install of the notebook to fix this issue

On colab you get one more error, when loading the model. Fix with the following code: ```Jupyter import sys sys.path.append("..") from mobile_sam import sam_model_registry, SamAutomaticMaskGenerator, SamPredictor if 'google.colab' in sys.modules:...

@Dabin22 Yes, I updated the submodules, which did not work. @leeyongeun9 I have `emcc` version 3.1.5 For the rest I have not build anything other than the default install commands....

@hpssjellis I found the flashtool of coral arduino. Its located at `C:\Users\\AppData\Local\Arduino15\packages\coral\tools\flashtool\1.0.1` Details ```bash usage: flashtool.exe [-h] [--build_dir BUILD_DIR] [--elf_path ELF_PATH] [--app APP] [--example EXAMPLE] [--subapp SUBAPP] [--ram] [--noreset] [--serial...