Léo de Souza

Results 11 issues of Léo de Souza

Update the Hugo Flex theme to add the latest features and fix the broken links.

A simple and perhaps not-so-elegant solution to issue #175. ~~Edit: actually this doesn't fix the issue.~~ Edit 2: it does fix #175! :smiley: I forgot to apply the pull request...

In Qubes OS, the command `wyng send --all` fails with "CalledProcessError" if the destination is a remote filesystem mounted with rclone: ```txt Traceback (most recent call last):rivate.img File "/usr/local/bin/wyng", line...

bug

Hi, I noticed that in some cases, importing NeuralPDE.jl before Interpolations.jl can lead to an error. ### MWE ```julia using Pkg Pkg.activate(mktempdir()) Pkg.add([(; name = "Interpolations", version = "v0.14.7"), (;...

Before merging #578 (commit 15fece6), the grid training strategy was generating PDE training sets that did not share coordinates with the boundary training sets. Since this PR was merged, this...

Calling the function [log_custom_scalar](https://julialogging.github.io/TensorBoardLogger.jl/dev/explicit_interface/#TensorBoardLogger.log_custom_scalar) results in an error: ``` ERROR: UndefVarError: `MultilineChartContent` not defined ``` This fixes the error by importing the missing undefined classes. Those classes are defined in...

Calling the function [log_custom_scalar](https://julialogging.github.io/TensorBoardLogger.jl/dev/explicit_interface/#TensorBoardLogger.log_custom_scalar) results in an error. ### Minimal Working Example ```julia using Pkg Pkg.activate(mktempdir()) Pkg.add(name="TensorBoardLogger", version="0.1.19") using TensorBoardLogger logger = TBLogger("tensorboardlogger-issue-120", tb_overwrite) log_value(logger, "a", 1) log_value(logger, "b", 2)...

Add [Blitz: Fischer Chess Clock](https://blitz.leodesouza.net/). The four install sources as well as the certificate hash are stated [on the website](https://blitz.leodesouza.net/#install) and [in the README](https://github.com/ldeso/blitz#install). Successful verification screenshot ![successful verification screenshot](https://github.com/soupslurpr/AppVerifier/assets/43355143/5f1d3a31-92df-43df-a451-8c2b05c05f2f)

The theme should be updated to render a single h1 element per page. The title of each post is currently rendered in an h1 element, no matter if the post...

If the app is to be included in the F-Droid repository in the future (#686), it would be nice to have reproducible builds. Here are a few things that are...