özgür

Results 12 issues of özgür

This is a suggestion. Using sqlite as data store instead of pickling to binary file might be much easier to handle and provide interoperability with other possible tools.

I'm using SitemapSpider on a sitemapindex consisting of 20-30 sitemaps each having 50k urls. Even trying each sitemap alone ends up eating all the memory on a 6gb machine, let...

enhancement
performance

On line https://github.com/hugapi/hug/blob/1a620cd6f75e24d736b46799a8b2dc0f87a2b459/hug/json_module.py#L3 bool(str) always returns True, therefore it's not possible to disable ujson without uninstalling it ``` ➜ ✗ HUG_USE_UJSON=1 python -c "import os; print(bool(os.environ.get('HUG_USE_UJSON', 1)))" True ➜ ✗...

I have this endpoint /user/profile and have get and post methods of different versions handled by functions in different files ``` profile.py ------------------- @hug.get('/user/profile', versions=[2, 3]) def get_profile... @hug.post('/user/profile', versions=[3])...

Documents state that the conversationId parameter is optional, but it's absence breaks the code File "/virtenvs/flask/lib/python2.7/site-packages/iyzipay/iyzipay_resource.py", line 216, in to_pki_string pki_builder = iyzipay.PKIBuilder(self.resource_pki(request)) File "/virtenvs/flask/lib/python2.7/site-packages/iyzipay/iyzipay_resource.py", line 68, in resource_pki return...

I was using sizer, then migrated to responsive sizer. With sizer 1.sp was around 1.2 px but as you can see below, it's around 1/20th of it with responsive sizer....

It expects 1049 on trying to connect a nonexisting database. 1049 is only returned when a non existing db requested by admin user (root ie). For regular users, it returns...

The configuration file shipped with kakoune does not help the recognition of template files and it does not provide any kind of highlighting for html, css or js sections. Simply...

### Prerequisites - [X] I have read the [documentation](https://hf.co/docs/autotrain). - [X] I have checked other issues for similar problems. ### Backend Colab ### Interface Used CLI ### CLI Command !autotrain...

bug

I'm using foxyproxy and the browser respects the proxy settings but vlc plugin still streams the content over direct connection. Is there anyway to force vlc plugin to use proxy...