Derek Kulinski

Results 138 comments of Derek Kulinski

Top right doesn't work either, the button isn't even visible. I'm using Firemonkey, I'll try Violentmonkey to see if it is problem with it (it did work in the past...

Ok, it looks like it is working in violent monkey. So I guess it's firemonkey issue, though something changed in FB as I didn't have this problem with this before.

It's happening on violent monkey as well but less, perhaps it is the same issue that you observed.

So far so good. Since it doesn't happen every time I'll use it for some time. If it happens again I'll let you know.

After adding `z-index:99;` I have not see this problem for the past 3 days.

@chamini2 I think you can make PR. Probably there would be another method like collect that calls async code. I'm not exactly sure how it could be done, as normally...

Yes, looks like this file (maybe others too) is not included in the package. I initially thought I messed something up in my setup.

Yes, the list is outdated and lists things that are no longer alive for many years, for example Postgres-XL, link even doesn't work anymore and seems like last activity was...

This might seem like the right thing to do at first, but I don't believe it is correct. `TIMESTAMP WITHOUT TIME ZONE` stores time without timezone given, similarly `datetime()` without...

Just found this: https://wiki.postgresql.org/wiki/Don't_Do_This#Don.27t_use_timestamp_.28without_time_zone.29_to_store_UTC_times Looks like PostgreSQL discourages of using timestamp without time zone altogether.