CicadaCinema

Results 13 issues of CicadaCinema

```Microsoft Windows [Version 10.0.19042.804] (c) 2020 Microsoft Corporation. All rights reserved. C:\Users\\Downloads\pcp_0.3.3_windows_amd64>ping google.com Pinging google.com [216.58.212.238] with 32 bytes of data: Reply from 216.58.212.238: bytes=32 time=17ms TTL=116 Reply from 216.58.212.238:...

Like a few other users ( https://groups.google.com/g/beancount/c/vefi9DzrU4s ) I have found it difficult to make the distinction between when a payee should be specified instead of a subaccount. The Language...

When importing a model, there are two "Import Settings" popups. The first of these has white text, even in light mode. This makes the options difficult to see. Here are...

replace instances of 'accomodate' with 'accommodate'

team
tool

### Pull Request Checklist * [ ] I have added Go unit tests or [Complement integration tests](https://github.com/matrix-org/complement) for this PR _or_ I have justified why this PR doesn't need tests...

### Background information - **Dendrite version or git SHA**: v0.13.0 - **SQLite3 or Postgres?**: Postgres - **Running in Docker?**: No - **`go version`**: go1.18.1 linux/arm64 - **Client used (if applicable)**:...

What follows is documentation of my experience rendering Microsoft's Adaptive Cards UI to HTML, for the purposes of viewing messages rendered with it in a Teams archive. I'm not a...

I cleaned up some grammar and punctuation to make the README easier to read. I also added links to the relevant issues and added the missing `[--cookies 'path/to/cookies.txt']` to the...

Each of these are valid ways to represent a graph: - https://en.wikipedia.org/wiki/Edge_list - https://en.wikipedia.org/wiki/Adjacency_list - https://en.wikipedia.org/wiki/Adjacency_matrix - https://en.wikipedia.org/wiki/Incidence_matrix Sometimes one particular representation is well suited to an application/algorithm. Implementing such...

type-enhancement
package:graphs