Mahmoud Abdel-Fattah
Mahmoud Abdel-Fattah
As per [contribution guide](https://github.com/platanus/activeadmin_addons/blob/master/docs/CONTRIBUTING.md), you said people should ask before creating pull requests. I've added a new input type (:tel) which integrates with the javascript library intlTelnput, should I create...
This could be linked to https://github.com/WhitewaterFoundry/WLinux/issues/186 ``` $ sudo apt install perlapi-5.24.1 libdbi-perl mariadb-server-10.1 default-mysql-server Reading package lists... Done Building dependency tree Reading state information... Done Package perlapi-5.24.1 is a...
**Describe the bug** ``` PS C:\Users\username> wsl --set-version WLinux 2 Conversion in progress, this may take a few minutes... For information on key differences with WSL 2 please visit https://aka.ms/wsl2...
Latest cal version on Docker. Server logs: ``` WARNorgDomains.ts Match of WEBAPP_URL with ALLOWED_HOSTNAME failed { WEBAPP_URL: 'https://cal.mydomain.com', ALLOWED_HOSTNAMES: [ [ 'cal.mydomain.com' ] ] } ``` .env File ``` ALLOWED_HOSTNAMES='["cal.mydomain.com"]'...
### Steps to reproduce ```python audio_file = AudioSegment.from_mp3('file.mp3') # Split files in milliseconds (25 min ~= 25MB) chunks = audio_file[::1_500_000] transcript = "" for i, chunk in enumerate(chunks): # Define...
Unfortunately, `place['formatted_address']` does not include the place name by default. However, in most cases, the place name should be concatenated with the address. So, if there is no specific reason...
I'm getting the following error when building ```bash $ ~/.bun/bin/bun run build $ vite build vite v5.4.13 building for production... transforming... ✓ 554 modules transformed. rendering chunks... computing gzip size......