phosmium
phosmium
+++, is an issue since 6 years+
Yea, well. Some of the code takes up a really big amount of time still. As example, the function at https://github.com/Accenture/VulFi/blob/main/vulfi.py#L1495 `for function in idautils.Functions():` can take really long on...
neat feature, hope this makes it in +rep
Yea, tanstack virtual seems very unusable on svelte 5. Add `setTimeout(() => count++, 2500)` and set svelte reactivity on count, you will notice that the virtualizer always scrolls back to...
@porsager Hey, this is not running on an edge host. The problem is, disabling fetch_types throws some exceptions as it can't resolve a type from an array it seems. It...
https://github.com/porsager/postgres/blob/master/src/connection.js#L743 This seems to be it, as `needsTypes` is scoped per connection and thus resulting in the re-fetch instead of re-using the already known types from a previous connection.
Yea, I've made an issue about this some time ago. It shouldn't run on each transaction, but on each unused connection it picks from the pool. The solution I made...