Michael Chen

Results 27 comments of Michael Chen

Took me a couple hours to figure this out by myself: As of .NET 9.0, constructor parameters are no longer considered optional. In my project configuration, I set the [`RespectRequiredConstructorParametersDefault...

> This needs to have a `py.typed` file under `src/isodate` otherwise type checkers will treat the package as untyped. I'm not familiar with python packaging, did I do it correctly?

For reference: In google forms it is handled as a single constraint (either min, max, or exactly) ![image](https://github.com/formbricks/formbricks/assets/18463421/b9c2bb82-f5e3-475f-994e-d9a39dc75bd0)

In this line the default redirecturl property is initialized [here](https://github.com/sirkris/Reddit.NET/blob/451a61720609e3feb8b1edf87e9862027bd3f7a6/src/AuthTokenRetrieverLib/AuthTokenRetrieverLib.cs#L113). The bug appears provided redirect url gets ignored in some functions including the AuthURL function: - In the AwaitCallback function...

Yeah, that was a small oversight there. Happened to me sometimes, too :) About Reddit: you probably shouldn't bother waiting for replies. Most popular reddit devs have been abandoned and...

I get the same output when cross-building AMD64 / ARM64 Docker images on either host machine architecture, but *only* when I supply the architecture flag to `docker tool install`.

I'm quite familiar with mutli-stage docker builds, but not so much node/yarn toolchain. Why is it even necessary to specify the database connection during build time? I have never built...