bugproof
bugproof
This issue makes this library kinda useless it's like doing `round(x) * round(y)` instead of `round(x * y)` Also, I'm not sure if the default rounding `MidpointRounding.ToEven` is a good...
1 nice addition would be a shortcut for summary only comment... So instead of ```cs /// /// comment /// ``` we could write ```cs /// comment ``` and it would...
For some reason this "breaks" components that defined it's own typing for `value`  https://github.com/sveltejs/svelte/blob/7e6acbece31fbd68e2c07e37f3c849c405eb6983/elements/index.d.ts#L796-L798 https://github.com/rgossiaux/svelte-headlessui/blob/master/src/lib/components/listbox/ListboxOption.svelte#L1-L27 ` TPassThroughProps`
> @ghostnguyen Where's the source code? Seems like the source code of the code generator is not available.
> > > @ghostnguyen Where's the source code? > > > > > > Seems like the source code of the code generator is not available. > > This will...
Moved here: https://github.com/npgsql/Npgsql.EntityFrameworkCore.PostgreSQL/issues/383
I see. The mask button was helpful to quickly test how multiple masks perform with a single image before doing batch process
💀 can't test my app on local network without messing with certificates
> this would be a breaking change MSBump 3.0.0 then 🗡 Now it bumps even if you just refactor some code or fix a typo which is not a good...
Just checked and neither using `BeforePublish` or `BeforeTargets="Package"` helps to fix this issue. `BeforeTargets="Pack"` works pretty well and I think it solves the issue for me. https://docs.microsoft.com/en-us/nuget/reference/msbuild-targets