Muhammad Yasirroni

Results 159 comments of Muhammad Yasirroni

After some investigations, the only module that must be exist are only `collections`, `encodings`, `importlib`, and `library.zip`. All `.pyd` and `.dll` in `lib/` also seems not necessary. ```text 'libcrypto-1_1.dll', 'libffi-7.dll',...

> I'm not sure, but it should work using the name or fullpath with [bin-excludes](https://cx-freeze.readthedocs.io/en/stable/script.html#cmdoption-bin-excludes). That is not possible, based on this example, ```python import time print("Hello World!") time.sleep(5) ```...

In my case, the error changes to `Server error: Forbidden` like in [this SO question](https://stackoverflow.com/questions/75106093/403-forbidden-error-jupyter-server-on-anaconda/77458618#77458618). Current working solution is to downgrade jupyter-server: `pip install jupyter-server==1.24.0` as explained [here](https://stackoverflow.com/a/77458618/11671779).

Ah, I see. I was previously tested the link in brave. Tested in chrome, the older link works. I don't think brave strictly only allow HTTPS because AFAIK, it will...

I test brave to open HTTP (http://example.com/) and it works. Then, it might not be because brave didn't support HTTP, but the old link might has other issue.

My implementation: ```python from numba import njit @njit def find_first(array, item): for idx, val in enumerate(array): if val == item: return idx return None def get_paa_index(paa_dataset_inv, paa_data): paa_dataset_inv = paa_dataset_inv.ravel()...

Does pygad automatically skipping evaluate solution that has been calculated from previous solution?

@ahmedfgad Adding this kind of information to the docs seems good I think. Thanks for clarifying.

Wish you all the best, Cary. Thank you for this opportunity!