kakakikikeke-fork

Results 5 issues of kakakikikeke-fork

It seems that a new note field has been added when using chrome's password export. ``` % head -n 1 ~/Downloads/pass.csv name,url,username,password,note ``` Without the note field I get the...

Pydantic's erros() method contains a field called ctx. If you try to create response json if ctx is included, it cannot be serialized. ## Version * Python 3.11.6 * flask-pydantic...

If you intentionally raise ValueError, a field called ctx seems to be added. An example of pydantic v2 error object. ``` {'validation_error': {'body_params': [{'ctx': {'error': ValueError()}, 'input': 'hawksnowlog3', 'loc': ('name',),...

bug

To return the 200 if it is not an error accessing to the HackerNews feed.

# Abstract You can notify news into your channel with cron. # How to use it Set the environment variable as CRON_TIME such as: ``` heroku config:set CRON_TIME='0 */30 *...