Felipe Balbi

Results 16 issues of Felipe Balbi

With a simple test such as below: ```lisp (defun test () (denote "Test") (denote "Test")) (test) ``` We can force `denote` to add the preamble twice to the same file...

while trying to build `Termonad` I get the following deprecation error: ``` Configuring termonad-3.1.0.1... termonad> build (lib + exe) Preprocessing library for termonad-3.1.0.1.. Building library for termonad-3.1.0.1.. [ 1 of...

enhancement
help wanted

Hi Prot, I spent a little time with `denote` and felt the need for a `denote-find-file` so I could easily visit a note without having to first visit the relevant...

discussion

Hi Prot, I have just (finally) completed my conversion from `org-roam` to `denote`. In order to do that, I have heavily relied on `denote-dired-rename-marked-files`, then for each note I've manually...

Hi, I'm experimenting with uefi-rs, specifically I want to read the `BootOrder` variable (and the accompanying `Boot####` variables) and try to write a very minimal boot manager application. Reading the...

Hi, I'm attempting to read from shtc3 sensor connected to microbit-v2 via i2c external pins. For testing, I'm using a minimal RTIC app with one task which received a local...

Hi, I've been looking for a way to replicate "touched", "pressed", "released" events from the official micropython for microbit, however I couldn't find a way to enable this "touch mode"...

First we teach `xtask` how to compile RiscV emulation and proceed with re-adding `qemu-aarch64` target.

Why aren't const generics allowed? Aren't those entirely solved in compile time and are guaranteed to never result in polymorphic functions resolved in runtime? It seems to me that the...