pomali

Results 11 issues of pomali

Maybe it's problem on jest side, I'm not sure, but when I installed flowgen `yarn add -D flowgen` it broke locally installed jest. ``` TypeError: projects.map is not a function...

**This is a...** - [ ] Feature Request - [x] Bug Report **Problem:** Documentation for Docker for Linux/Mac is missing information about postgres https://thingsboard.io/docs/user-guide/install/docker/?ubuntuThingsboardQueue=inmemory When you are installing based on...

faker.helpers.multiple() supports using mapFn like in Array.from(), but type signature of function didn't match, PR fixes this and adds test for this case (but since it changes declared interface I...

c: feature
p: 1-normal
s: accepted
m: helpers

Since version python 3.10+ is not supported by `apns2` (because of dependency on `hyper`) we add `aioapns` version of sending APNs notifications. We add installation extra `[APNS_ASYNC]` that installs aioapns...

It would be nice if I could get notification when temperature is too high (for some period of time), because sometimes menu bar gets hidden, when menu has lot of...

enhancement

I follow this tutorial: http://opensourcehacker.com/2013/10/16/accepting-and-spending-bitcoins-in-a-django-application/ Everything is ok if database is sqlite (or mysql) but when I use postgresql (psycopg2) and I try to do master_wallet.receiving_address(fresh=False) it returns "DatabaseError: SELECT...

I haven't used precise-commits+husky yet, but guessing by docs for husky ["Upgrading from 0.14"](https://github.com/typicode/husky#upgrading-from-014), readme for precise-commits is referring to older version of husky. (If it would help I can...

Had quite a lot debugging around using icons on macOS. ## Problem 1 there is no documentation that you need to edit `assets/dune` (in `revery-quick-start` repo) like ```diff (install (section...

**Describe the bug** when linting yaml file, value containing double quote `"` does not get recognized as string **To Reproduce** 1. Given this OpenAPI document `a.yaml` ``` openapi: 3.0.3 info:...

t/bug
p/low
triaged

Replace underscore with hyphen to conform with Core metadata specification https://packaging.python.org/en/latest/specifications/core-metadata/#provides-extra-multiple-use Found need for this fix because poetry "normalizes" the extras, and when you export requirements.txt from poetry it breaks...