cen1

Results 151 comments of cen1

Technically, if the library is still there in one form or the other, CMake could find it, in worst case with a custom Find.cmake script. However, if upstream stays as...

Does any of the maven modules in this repo do the ZonedDateTime+EL+PG combo without column split? If not, I can make a self contained microservice as an example. EL 2.6.5,...

Maybe something in npm registry itself got changed and is now returning invalid versions? I've read somewhere these should be filtered anyway and never get down to the npm itself....

I found one possible thing that may work by adding `--no-audit` flag, it went through once for me.

Adding this as a simple db migration could cause a significant downtime for production systems on upgrade though: https://www.postgresql.org/docs/current/sql-createindex.html#SQL-CREATEINDEX-CONCURRENTLY

Unfortunately, after deleting the block from the database it was not refetched. We'd need a mechanism to manually trigger this.

Small update: temporarily setting FIRST_BLOCK and LAST_BLOCK into the missing range of the deleted block restored the block. Unfortunatelly, the blocks which we did not manually delete from the table...

This happens on avalanchego because they removed the JS tracer support.

I could be wrong but I think this (mostly?) appears when enabling the manifest experiments.. which is really a must-have to know for certain what you are deploying.