Marcel Gregoriadis

Results 15 issues of Marcel Gregoriadis

Whenever I pass the argument `include_features=True` to `genius.search_artist`, I get this error messages: ``` KeyError: 'featured_artists' result = artist.add_song(song, verbose=False, File "/usr/local/lib/python3.9/site-packages/lyricsgenius/types/artist.py", line 79, in add_song or (include_features and any(new_song._body['featured_artists']))):...

Is there a way to retrieve `r.InsertID` of multiple queries inside a following query? The following code will demonstrate my use case: ``` db.transaction() .query(insertContactSQL, formData.sender) .query(insertContactSQL, formData.receiver) .query(insertContactSQL, formData.customer)...

I don't know about the others, but I would like to use this backup solution with a scheduled lambda function. It would be sweet to have the possibility to export...

**Describe the bug** The `fetchPolicy` `'no-cache'`is supposed to disable the default behavior for GraphQL queries to take the cached response of the query and thus save on network requests. I...

pending triage
need repro

The textarea height was out of sync with the height of the box when the height prop was used. ![Mar-28-2020 21-53-11](https://user-images.githubusercontent.com/22933507/77833551-8b778b80-713e-11ea-8472-400569cdef50.gif) Additionally, I added the `resize` prop to be able...

I would like to see an option to see the lines of code added/ deleted by contributor.

Brainstorm

**Describe the bug** Color in color picker initially not displaying. See screenshot: ![Screenshot](https://user-images.githubusercontent.com/22933507/80306437-9f58f080-87c3-11ea-8211-cf311b852d68.png) **To Reproduce** This actually only happens when you have the color picker in a component that is...

It is possible to reference environment variables in the `dbconfig.yml`. I am used to work with a `.env` file here. But sql-migrate is not reading from it.

It bugged me that I had to rollback migrations one by one if I needed to rollback multiple. Also, the option to rollback all migrations at once (instead of `drop`)...

feature request

The image generation does not work on Safari for iOS. Note: It works with Chrome and it works with Safari for Mac. But on iPhone/ iPad with Safari browser the...