Matthias Fasching

Results 151 comments of Matthias Fasching

While I agree with you that the logger interface should be public (for documentation purposes and more), you should still be able to set a custom logger without any code...

> Do you think it's related to [gobuffalo/buffalo#1980](https://github.com/gobuffalo/buffalo/issues/1980)? In this case even the model isn't being persisted. No the error I'm referring to is on the DB layer, not on...

Any chance this will be merged and released in the near future?

I'm also affected by this issue. I cannot build @react-financial-chart/* packages because of this issue.

The logs are a bit misleading. The node will ALWAYS validate an ATX it publishes before it does so. `broadcast` has to go through the same validators as an incoming...

Here is what I think might have happened: ``` 2023-12-14T17:22:19.643-0500 INFO 3c84c.post proving: generated proof {"node_id": "3c84ca76e567ca6c20d50931de027d1c8c3c5bdc9dbf2b767ae9a67bbe7fbb7b", "module": "post"} 2023-12-14T17:22:19.793-0500 INFO 3c84c.nipostBuilder finished post execution {"node_id": "3c84ca76e567ca6c20d50931de027d1c8c3c5bdc9dbf2b767ae9a67bbe7fbb7b", "module": "nipostBuilder", "duration":...

> @fasmat I still don't understand how the node could have managed to publish its own ATX without recording that fact in the database. The state DB remained on a...

From architecture discussion: - Package `post` will have one type: `Data` that is used to interact with PoST files on disk - `post.Open` will return a post.Data object after doing...

@hairtail we do not support linking your files from a different location into the PoST directory at the moment. Would it be possible for you to move the data directory...

The file size verification is used to detect if files are missing or incomplete. It might cause unexpected problems at some point. You can try using https://github.com/trapexit/mergerfs It has worked...