Peter C. S. Scholtens
Peter C. S. Scholtens
- Once multiple selection is added, I suggest also to implement Ranked Choice Voting. This could be defined by the following order in the GUI, like 1st choice, 2nd choice...
Instead, I would suggest to specify ```--svg-no-path``` as a command line option and let the **default behavior** to create it using paths when SVG is selected. I couldn't think of...
Okay, I leave the choice to you. You mean adding a new cache like the example I proposed [here?](https://github.com/al8n/stretto/issues/50#issuecomment-1529481913) You can abbreviate it to BKeyCache or BKCache and let it...
I don't understand you reply. With version https://github.com/al8n/stretto/commit/b161a98067a99adfd8a4258852ae3b7aa9bcfdcc and the above example, I observe the problem as mentioned above: `store_key` is still borrowed by cache `c` which causes the compiler...
I tried several thing with lifetimes, reference to types etc., but the only working solution I could invent _avoids mentioning the key type at the instantiation time of the cache_,...
Okay so .. 1. Done, see https://github.com/al8n/stretto/pull/53 2. For now I agree that this is handy. In the very far future where 128-bit processor become more common and have a...
Repeating the upload using RiotX already fails at uploading the file with comment "Upload request missing 'Content-Type'". Test with RiotX version 0.17.0 downloaded from F-Droid.
With version 0.18.0 of RiotX, the bug is removed. See https://github.com/vector-im/riotX-android/issues/1075 It still exist in riot-web version 1.5.13.
For your information, I forked the project to study [nom](https://docs.rs/nom/latest/nom/) and used some of your code. See [pull request 2](https://codeberg.org/peter-scholtens/cli_calculator/pulls/2). So now I feel the need to investigate [clap](https://docs.rs/clap/latest/clap/) too...
It is not clear to me if the other examples (**classic-test-app** and **test-esa**) also need this store.js file, as I see no site at all and lots of **Content-Security-Policy** warnings...