Ben Schattinger
Ben Schattinger
I'd add: should Metacall's `char` really be a Rust `char`? I think it would be better suited as a Rust `u8`, as a Rust `char` is any valid Unicode codepoint,...
@In-line whatever it is, the Rust port casts it to a `u8` anyways before converting it to a Rust `char`. And a `char` is required to be the ["Smallest addressable...
> Solution can be moving to long long in C/C++ and (c_longlong) Rust If you're OK with a full change, why not just copy the way Rust does types: u8...
@tiredofit in /usr/lib/asterisk/modules there's `app_fax.so`, but the file `res_fax_spandsp.so` does not exist, nor is there any file that has `span` in it.
Oxide has its own suspend configuration, accessible from the settings menu in the top left. Its default value is 1 minute.
https://github.com/wcoder/highlightjs-line-numbers.js is the main plugin for adding line numbers, which works quite well.
@gluons I created a combination of this project and that plugin, which is [available as a Gist here](https://gist.github.com/lights0123/51c9eb04d3de80529b01741ec4137bd7). Unfortunately, that plugin requires running on a browser, meaning that I needed...
Can't you just `#include ` at the top for the include-guard and then just `#undef` things? You can already just `#define` things above the first NeoGPS include.
Nope, I haven't gotten anywhere with it - I've just been using standard NMEA messages.
I was able to build this when I changed `LIBREALSENSE_VERSION` in install-librealsense.sh to `LIBREALSENSE_VERSION=v2.25.0`. I also changed the cmake line to: ``` /usr/bin/cmake ../ -DBUILD_WITH_CUDA="$USE_CUDA" -DCMAKE_BUILD_TYPE=release -DBUILD_PYTHON_BINDINGS=bool:true -DBUILD_EXAMPLES=OFF -DIMPORT_DEPTH_CAM_FW=OFF -DBUILD_WITH_TM2=OFF...