Mohammad-Mohsen Aseman-Manzar

Results 12 comments of Mohammad-Mohsen Aseman-Manzar

Hi Same issue here. Sample issue scenario: 1. `docker-compose up -d`: ``` version: "3.3" services: pgmaster: build: context: ./src dockerfile: Postgres-10-Repmgr-4.0.Dockerfile environment: NODE_ID: 1 # Integer number of node (not...

Hi thien281087, Nope, nothing changed.

Actually, I don't know which changes we should make. However, that seems you have already made some changes. But the tooltip still is not working on the [site](https://www.d3-graph-gallery.com/graph/interactivity_tooltip.html).

I'm using `Ubuntu 22.04.1 LTS (jammy)` and I get this error when I follow the readme instruction to install `docker-ctop`: ``` $ sudo apt-get update Ign:6 http://packages.azlux.fr/debian jammy InRelease Err:7...

@azlux Thanks for the quick replay. I used ``` echo \ "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/azlux-archive-keyring.gpg] http://packages.azlux.fr/debian \ stable main" | sudo tee /etc/apt/sources.list.d/azlux.list >/dev/null ``` instead of ``` echo \...

It also stuck in `#14 [dependencies 2/5] RUN yarn config set network-timeout 300000` for `node:20-alpine` and `linux/arm/v7`. Super weird!

I used a code like this and it worked properly. ```js export default ({ value, onChange, ...otherProps}) => { const onClear = useCallback(() => { onChange(null); }, [onChange]); return (...

A temporary solution for now: ```js ``` ```css .custom-calendar { box-shadow: unset !important; background-color: unset !important; .Calendar__day, .Calendar__monthText, .Calendar__yearText { color: white !important; } .custom-start, .custom-end, .custom-between { color: white...

There is a `pbkdf2` example a couple of lines before, and for that, I thought we can add another example that can be used in the browsers. So, I don't...