tripleee

Results 140 comments of tripleee

I originally submitted a Bottle wishlist bug here; sorry for the mess.

Repro steps. ``` bash$ sqlite3 temp.db sqlite> create table example( ...> id integer primary key, ...> timestamp datetime default CURRENT_TIMESTAMP ...> ); sqlite> insert into example (id) values (1); sqlite>...

A workaround is to define a `before_create` method in the `Example` class which populates `self.timestamp` with a suitable timestamp if it is `None`; but this obviously defeats the purpose of...

Are you sure the documents are in UTF-8? Windows software would often default to UTF-16 (if not some legacy code page).

Just out of curiosity, what do you map these to? "No" is a valid and common word in at least Spanish, Italian, French, and English. "Si" could be either Spanish...

This usually means that you had the wrong email address and/or password. Occasionally there is also a CAPTCHA involved; if you are certain that you have the right user name...

I took a closer look at this and it seems there is really very little epydoc documentation here. Is it worth trying to bring it up to date?

Is there something a volunteer could help out with? For example, a Github workflow to upload to test PyPI (and eventually to prod under some conditions, probably to be hashed...

A related, possibly easy addition would be the ability to copy/paste the text of the entire notification, and/or select and copy links out of it.

Some additional (albeit low-intensity / sprinkled) discussion in chat; maybe for now leave this open until we have a more well-defined sketch of requirements. https://chat.stackexchange.com/transcript/message/59083351#59083351