Dennis Schridde

Results 164 issues of Dennis Schridde
trafficstars

I need to generate a C file by means of a rule. This file then needs to be set as the src of a c.program. The code (lakefile) I currently...

It would be great to have a (set of) theme library(-ies) available. They would contain Clojure code / Hiccup templates and styling (CSS) that would make it very easy to...

enhancement
idea
discussion

The main page advertises: > Everything to get you started > > Being as loosely coupled as Perun is it can be hard to get started and understand how all...

enhancement

**What did you do?** I am trying to build rkt-1.30.0 on Gentoo. **What did you expect to see?** Successful build. **What did you see instead?** ``` builtin-run.c: In function ‘kvm_run_write_sandbox_cmd.isra.1’:...

`(tr)` (tempura 1.2.1) has unexpected behaviour with respect the the resources vector when compared to [Dr. Wolfram Schroers' tutorial](https://gist.github.com/field-theory/b7c05953e32645d880eae382171a85d7#handle-missing-keys) (linked to from https://github.com/ptaoussanis/tempura#tutorial). I would *expect* this behaviour: ```clj (tempura/tr...

question/usage

On my system I see the following in the logs: ``` [90312/Thread-17] [ERROR] An exception occurred during PROPFIND request on '//': 'NoneType' object has no attribute 'get' ``` I am...

The preinstalled "Reminders" app on macOS Catalina 10.15.3 does not show the subtasks of my task list. Tasks.org on Android displays them fine. The setup is: * Primary account -...

To be blunt, the installation story on macOS is currently catastrophic. The steps to end up with a usable setup involve a fair bit of command line fiddling, understanding of...

# Issue Report # ## Bug ## ### Container Linux Version ### ``` $ cat /etc/os-release NAME="Container Linux by CoreOS" ID=coreos VERSION=2023.4.0 VERSION_ID=2023.4.0 BUILD_ID=2019-02-26-0032 PRETTY_NAME="Container Linux by CoreOS 2023.4.0 (Rhyolite)"...

I would like to use lit as a dependency management tool for non-luvit Lua modules. Since some of them are binary modules (i.e. *.so files), I need to build them...