Torkel Rogstad

Results 59 comments of Torkel Rogstad

I'm experiencing the same problem on regular Ubuntu 20.04. Is it somehow possible to start Lotion with some sort of Debug log?

How do you skip tests when building the Docker image? I've tried adding several properties to `mvn install` (`-DskipTests`, `-Dmaven.test.skip=true`), as well as adding `true` to `pom.xml` on line 55.

Commenting here, as it seems like you guys want everything related to `altsrc` in this issue. Thanks for all the work you've put in on a great package! I've got...

Would a PR implementing this be welcome?

> Or, to fix the underlying assumption that (because it takes the net params as the second parameter) DecodeAddress actually checks that the address belongs to the correct network, we...

Found another place, in `chancloser` https://github.com/lightningnetwork/lnd/blob/f13399bc494d9ad78c4ecbc081e027ee3b41485f/lnwallet/chancloser/chancloser.go#L710-L728 For the sake of returning errors that look the same in all places, and ergonomics, would it be an idea to introduce a new...

Here's a rather nice approach for doing this using the `matrix` property in your actions config: https://github.com/golangci/golangci-lint/issues/828#issuecomment-658207652

This makes `TError` useless though... You lose all the benefit of defining error responses in a OpenAPI/Swagger file. I ended up implementing a workaround where I remove the `| string`...

If I submitted a PR for this, would it be considered for merging?

What do you think of this? ```typescript const MyComp = () => { const { mutate: createResource, data, error } = useMutate(); return ( { await createResource() if (error) {...