Hasan Diwan

Results 33 issues of Hasan Diwan

https://codewithrails.com/rails-authentication claims that the generator has a help option saying what's available. But it's not recognized by bin/rails. Witness: > $ bin/rails g authentication --help Usage: rails [options] -p port...

According to the documentation -- https://javadoc.io/doc/com.github.pemistahl/lingua/0.3.0/com/github/pemistahl/lingua/api/LanguageDetector.html -- and the project's README -- https://github.com/pemistahl/lingua/blob/main/README.md -- the code below should return a Language object: final LanguageDetector detector = LanguageDetectorBuilder.fromLanguages(ENGLISH, FRENCH, GERMAN, SPANISH).build();...

### Describe bug Getting an empty dataframe for any/all symbols. ### Simple code that reproduces your problem sym = 'GOOG' money = yf.Ticker(sym).history(auto_adjust=True).astype(float).round(3) ### Debug log from yf.enable_debug_mode() ipdb> yf.enable_debug_mode()...

> g = gistyc.GISTyc(auth_token=body.get("token", load_properties().get("api.github.hasandiwan"))) > g.update_gist('tests.py') And nothing... However: > g.create_gist('tests.py') >{'message': 'Bad credentials', > 'documentation_url': 'https://docs.github.com/rest', > 'status': '401'} I think there really ought to be an error.

### Feature Type - [x] Adding new functionality to pandas - [ ] Changing existing functionality in pandas - [ ] Removing existing functionality in pandas ### Problem Description I...

Enhancement
Needs Triage

## Issue Description > In [28]:divmod((Arrow.utcnow() - Arrow.now()).days, 1)[0] < Out[28]:-1 > $ echo TZ < America/Los_Angeles - 🐍 **Python version**: 3.11 - - 🏹 **Arrow version**: In [3]: arrow.__version__...

bug

``` > t.tag_list => ["diagnosis", "Los Angeles", "autism"] > t => # ``` Why don't all the tags show when I look at the whole object?

## Description The permalink to individual snippets needs to be routable. ## Environment URL: https://paste.d8u.us/NiLA ## Steps to reproduce 1. Create and save a snippet. 2. Pull up the snippet's...

I'd like to restore currency retrieval functionality to tidyquant. Would it be possible to get a mentor to guide me should I run into trouble?

$ ls -l /mnt/extra/src/dpaste/dpaste/settings/local.py -rw-r--r-- 1 ec2-user wheel 5110 Nov 12 05:47 /mnt/extra/src/dpaste/dpaste/settings/local.py Huh? Why isn't this file found? I'm running the application as env DATABASE_URL=sqlite:///dpaste.sqlite DEBUG=True /mnt/extra/src/dpaste/env/bin/python3.11 /mnt/extra/src/dpaste/manage.py runserver...