Pamplemousse
Pamplemousse
First of all, thanks for this repo! I am trying to make your work available on NixOS. The expression to build the package is done, and the PR is pending...
I am looking to obtain the following table: ``` Number Example 1 multiple line content 2 single line content ``` The documentation states, from https://github.com/pgf-tikz/pgfplots/blob/master/doc/latex/pgfplots/pgfplotstable.tex#L422-L431: > A further specialty of...
**TL;DR** - Would be nice to have a user other than root to perform commands in the container (bonus point if this user has a the same pid than the...
When trying to write an expression for [ZAP 2.9.0](https://github.com/zaproxy/zaproxy/tree/v2.9.0), I encounter the following error: Toggle error log ``` [nix-shell:~/Workspace/tools/zap/zaproxy]$ ~/result/bin/gradle2nix Resolving project model: root project... > Task :buildSrc:compileKotlin The `kotlin-dsl`...
* `pip install --download` not working anymore * use later version of django Solves: ``` Do you want to download Django?: y Usage: pip install [options] [package-index-options] ... pip install...
`anyCharOf` and `charCodeWhere` aren't adequate when parsing strings containing unicode characters: ```typescript import { anyCharOf, charCodeWhere, string } from "parjs"; import { qthen } from "parjs/combinators"; const s = "🥔";...
I encountered a use case where I would need a parser that could consume a string, but insensitive to the case of the letters it contains. For example, I would...
Hi there :wave: This PR adds the [SourceHut](sourcehut.org/) icon. The `make` command also edited some files under `fonts/`, `src/icons/.fontcustom-manifest.json`, and also (weirdly) a couple of SVGs. Is that expected that...
### Acknowledgement - [X] I have searched through both open and closed issues and confirm that this icon has not been requested earlier. ### Icon ``` ``` ### Name suggestion...
**Description** I am trying to create a `go` program leveraging `buildah` to dynamically generate container images to use with `docker`. ```golang # main.go package main import ( "context" "fmt" "log"...