TFGF
TFGF
Segue a correção para o addHint aceitar .
Related to issue #49. Added support for a timeout flag. Will timeout a command(and kill it) in case it take too long to execute. Default behaviour unchanged. Simple Test: ```...
I know that this project is somewhat a replica of the awesome `cronic` tool. But I'd like to suggest a feature that would be greatly useful for me and possibly...
In my setup, I'm using the template from "Local Snapshots + Offline Backup to an External Disk", some snapshots in the original pool, keeping more versions in an external disk....
Hi! I have a Dell Optiplex 300 Micro, with 2 M2 slots, one for SSD and another for Wifi+Bluetooth card. I'd like to install an Edge TPU or Dual Edge...
### Problem Description I'm trying to use a Brazilian identification card with OpenSC in a Mac M1 Pro Max. When I run the `pkcs11-tool` to test login, it segfault. Reader...
When using GTK+ 3.0 you must call `gi.require_version("Gtk", "3.0")` before other imports, like: ```python import gi gi.require_version("Gtk", "3.0") from gi.repository import Gdk, Gtk builder = Gtk.Builder() ... ``` But importmagic...
I modified the M3 example to print to the serial by the 2 threads up to fill the queue, like: ```c void vTaskSerial( void * pvParameters ) { (void)pvParameters; sdStart(&SD3,...
Hi! I'm working on a port of FreeRTOS to Chibios HAL, and I'm using part of your code. I'd like to know if your modification is under Apache or MIT...
Create a Dockerfile to run in a container. Need to check how to handle `smbpasswd` from inside the container.