Ahnaf Tahmid Chowdhury
Ahnaf Tahmid Chowdhury
I have configured Like this but getting blank page **metabase** ```sh MB_SITE_URL="/metabase/" ``` **nginx** ```c server { listen 443 ssl default_server; listen [::]:443 ssl default_server; ssl_certificate my crt; ssl_certificate_key my...
> It’s not a valid site url Hi @paoliniluis, thank you. I tried using the complete site URL, but it didn't work out. ```sh MB_SITE_URL="https://nrms.mist.ac.bd/metabase/" ``` The site is now...
> I have the same issue, I looked through the forums and the questions around this issue are stale I am using `nginx` to fix this for now ```console location...
After some investigation, it seems that Regix has its own built-in validators, which is nice. However, I noticed that whenever I set any string after a value, it always results...
Tagging @vijaysm.
Attaching the MOAB PR here https://bitbucket.org/fathomteam/moab/pull-requests/676#comment-487838236
Thank you for your prompt response. You're correct. The Python module I'm using is build `python3 -m build -w`, typically generates the build in the temp folder. Let me explain...
I am happy to update the documentation. There are two ways to proceed. One is to create a document page named “Migrating from Pure CMake to Skbuild,” and the other...
I am encountering difficulties linking `f2py` with my CPython module. I've tried two approaches, but I keep getting the same error: ```python Python 3.11.8 (main, Feb 7 2024, 21:52:08) [GCC...
```console readelf -d transport_spatial_methods.cpython-311-x86_64-linux-gnu.so Dynamic section at offset 0x12a48 contains 29 entries: Tag Type Name/Value 0x0000000000000001 (NEEDED) Shared library: [libpyne.so] 0x0000000000000001 (NEEDED) Shared library: [libgfortran.so.5] 0x0000000000000001 (NEEDED) Shared library: [libm.so.6]...