Mildred Ki'Lya

Results 112 issues of Mildred Ki'Lya

There is no menu entry to backup the existing firmware without flashing a new one. It should be possible to backup from the main menu.

Hi, I cross-compiled cork for Windows on Arch-Linux. I had to update a few things, mostly ifdefs. I also updated the README to show how to do it.

### Has this issue been covered in the Wiki? - [X] I have read the Wiki and my issue is not covered. ### Is there an existing issue reported already?...

bug

Unfortunately your linter does not seem compatible with multistaged build Dockerfile as the following log can show: ``` Line 1: -> FROM golang:1.10-alpine AS provider-aws ERROR: Invalid parameters for command.....

I'm playing with account hierarchy to learn accounting, and I noticed that aliases defined in a ledger file included in a global file are not applied to the global file....

A-WISH
docs
journal

I'm getting errors processing a simple CTE query for postgresql ``` WITH a AS MATERIALIZED (SELECT 1) SELECT 2; ``` The `MATERIALIZED` is a postgresql extensions but even without it...

### Current Terraform Version terraform 0.11.7 ### Use-cases We have a terraform that provisions machines in a cluster with a different AMI base image depending on the environment. Each environment...

enhancement
cli
fmt

### FAQ - [X] I have checked the [FAQ](https://github.com/hrsh7th/nvim-cmp/blob/main/doc/cmp.txt) and it didn't resolve my problem. ### Announcement - [X] I have checked [Breaking change announcement](https://github.com/hrsh7th/nvim-cmp/issues/231). ### Minimal reproducible full config...

bug

### Include required information I'd like to add a sshfs filesystem for the [`filesystemType` configuration key](https://docs.syncthing.net/advanced/folder-filesystem-type.html#filesystemtype). It would connect over ssh to a remote folder and sync files to/from there....

enhancement

When specifying command-line arguments after the `nimble run` command-line, I expect those to be passed to the execute program but they are not: ``` INS mildred@faile:disputatio.nim/a$ nimble init a Info:...