Miguel Sozinho Ramalho

Results 42 issues of Miguel Sozinho Ramalho

# Add filter-panel support to mobile versions (This issue is similar to #1 ) Currently, the TimeMap is usable in a mobile device but the filter-panel at the bottom is...

enhancement
good first issue

From [this comment](https://github.com/bellingcat/ukraine-timemap/issues/16#issuecomment-1097859075) > As for GDPR: > you need explicit Consent if the underlying iframe sets cookies. some embeds have a noCookie param or domain in which case you...

Although Twitter and Telegram represent the vast majority of sources we have for the events, there are a few other platforms for which we would like to add embed support,...

enhancement
good first issue

# Add support for multiple languages This issue requires: 1. updating the project to always use a strategy similar to [this one](https://github.com/bellingcat/ukraine-timemap/blob/dca91ccfa043c18aabd541a7f8d461e3c0fa235b/src/components/Toolbar.js#L258) that uses the [copy.js](https://github.com/bellingcat/ukraine-timemap/blob/main/src/common/data/copy.json) files for language-specific translations....

enhancement

# Add timeline support to mobile versions Currently, the TimeMap is usable in a mobile device but the timeline at the bottom is hidden (see image below). We want to...

enhancement
good first issue

this PR does the following: * fix test edge cases * `get_followers(self, username=None, user_id=None)` to get the given user's followers * `get_following(self, username=None, user_id=None)` to get who the given user...

Whenever a slide has minted code, like so: ```latex \begin{frame}[fragile]{Example minted} \begin{minted}{python} from qiskit_aqua import run_algorithm print(run_algorithm(params)['result']) \end{minted} \end{frame} ``` One is unable to add the `\pagenumber` before `\end{frame}` as...

bug
help wanted
good first issue

Hey I was wondering if this is possible to achieve with `volumes` as it is very annoying to have to rebuild the image everytime an update is to be tested....

Add an additional data point containing exif metadata where available, for now can only think of telegram media.

enhancement

The latest release (https://pypi.org/project/vk-api/11.9.9/) does not contain all the changes presently in the main branch, meaning https://github.com/python273/vk_api/issues/496 is still unsolved.