mmynsted

Results 12 issues of mmynsted

I have attempted the following with and without [lushtags](https://github.com/mkasa/lushtags) installed. lushtags appears to be installed and working correctly from the command line. This looks like something that is happening with...

unreproducible
infoneeded
question

The idea is to be able to read the values that changed, such as `id` to `gid`. Also I wanted the ability to easily provide any necessary detail for a...

I have a LaTeX file, `{{ project }}.md/scriv-pmarkdown.latex`. It contains content with `{{` and `}}` as part of the normal LaTeX. If I add the file to the `templates` block...

I can use `stack2cabal`. I am then able to: - `cabal build` - `cabal install` Then if I try `haskellings run Types1`, if fails because it can not find ghc....

A reference to an `allOn` method is made in three places in chapter eleven. This method does not seem to exist, in the current version. The following is an example...

It would be useful to be able to transform CVS encoded text to Dhall expressions and vice versa as an import to Dhall rather than requiring an external binary. Code...

Perhaps the logic in [this](https://github.com/adrianlopezroche/fdupes/blob/master/fdupes.c#L1319) area could change to `printmatches(files);` then handle this bit? ``` if (ISFLAG(flags, F_SUMMARIZEMATCHES)) summarizematches(files); ```

Would it be possible to add a new feature that permits one to right-click (or click some key combination) on a snippet and edit the content?

https://github.com/docker-library/python/blob/2d31ccc9f8487908ded7944a54b8e923eff9ad1f/3.9/bookworm/Dockerfile [CVE-2023-28531](https://us-east-1.console.aws.amazon.com/inspector/v2/home?region=us-east-1#/findings?by=all&findingArn=arn:aws:inspector2:us-east-1:274765720877:finding/05bfc72d889522b8e176d251786442b9) [CVE-2023-51385](https://us-east-1.console.aws.amazon.com/inspector/v2/home?region=us-east-1#/findings?by=all&findingArn=arn:aws:inspector2:us-east-1:274765720877:finding/48b458ccda0ecad8f38fdf22cee0b1bb) These two cve's have been found in the python:3.9 container. Both are critical. Remediation requires openssh 9.6 or better. The [manifest](https://github.com/docker-library/repo-info/blob/master/repos/python/local/3.9-bullseye.md#dpkg-source-package-openssh184p1-5deb11u2) shows 8.4 being in use.

Install ``` bash stack install haskell-awk ``` Use ``` bash 01:28 $ hawk '"hello world"' error: Won't compile: : Could not find module ‘System.Console.Hawk.Runtime.Base’ Use -v to see a list...