Cheery

Results 15 issues of Cheery

MSVC complains with: > shrink.hpp(182): error C2446: ':': no conversion from 'rc::Seq' to 'rc::Seq' This is remedied by being explicit with the template argument. Fixes #298

``` rapidcheck\shrink\shrink.hpp(182): error C2446: ':': no conversion from 'rc::Seq' to 'rc::Seq' rapidcheck\shrink\shrink.hpp(182): note: No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called ``` https://github.com/emil-e/rapidcheck/blob/master/include/rapidcheck/shrink/Shrink.hpp#L186...

Hi, thanks for this project. I'm trying it out today and have found that the `devcontainers` [spec for how vscode extensions are specified](https://containers.dev/supporting) has changed. I've also gone ahead and...

Attempting to use the trash icon to remove choices is difficult on mobile as it initiates a drag instead. I have managed to do it but it would be nice...

help wanted

`apt-get update` refuses to run without a suitable PGP keypair.

I am unable to push any deployments to replicate. Building the image succeeds but attempting to deploy it leaves me with: ```shell $ cog push *snip* Validating model schema...cog.command.openapi_schema Adding...

next

This is missing from the documentation page: https://help.kisslauncher.com/history/history-modes/ It would also be benificial add brief summaries for use cases that the more advanced modes work well or not so well...

inactive

The `setup` package has no relevance here, and is being parked: https://pypi.org/project/setup/. This is a potential supply chain attack. I've made the guess that the original author was trying to...

do-not-merge
Change sent to author
aq-pr-triaged
azure-devops/svc
azure-devops-ecosystem/subsvc

I wanted to try this app, so here are some commands you can run in termux to convert an openscale.db: ```shell pkg install sqlite sqlite3 openScale.db "SELECT strftime('%Y-%m-%dT%H:%M:00.000', datetime /...

The [documentation for transformers.jx links to](https://github.com/huggingface/transformers.js/blob/main/docs/source/tutorials/react.md?plain=1#L10C17-L10C100) this repository, specifically https://github.com/huggingface/transformers.js-examples/tree/main/react-translator, but that path no longer exists.