Menderes
Menderes
I think the only way is, changing `default.conf` of nginx container.
I'm using `v1.0.2` via xmake. main.cpp: ```cpp #include #include struct Settings { int32_t port; std::optional thread_count; }; YCS_ADD_STRUCT(Settings, port, thread_count); struct Config { Settings settings; }; YCS_ADD_STRUCT(Config, settings); int main(int...
Unchecking "Zoom with mouse wheel" option from Preferences behaves different from Keyboard Shorcuts?
I couldn't reproduce on v1.3.7 Preferences and keyboard shortcuts have sync and there is no functionality problem
> Thanks @requizm, I'm not sure if we should export the opacity if it's 255. What do you think? Why not? What is the disadvantage?
Are you sure that you saved the ase file? Because I tried on v1.3.7 and couldn't reproduce.  
I'm aware that adding 3rd library to core library does not feel right, it should be done in the top layers. But I coudln't find the right place (except creating...
@mp911de Thank you, I can close the issue according to your comment. But you added `enhancement` label. Will this be resolved in this repo? Or do we pass the ball...
For now, I recommend downloading JS files from [repo](https://github.com/unclecode/crawl4ai/tree/main/crawl4ai/js_snippet) and manually copy to `/path/to/python/Lib/site-packages/crawl4ai/js_snippet`