Angel D. Munoz

Results 119 comments of Angel D. Munoz

Hey there, v1.0.0-beta-006 is on nuget indexing and includes your fix, please let me know if you find something weird there otherwise feel free to close this!

(Hopefully you're trying the preview rather than the current release I need to step up and finish that already) For the particular moment I don't have any other guidance other...

Ahh cool that sounds good, I think that could be done via an F# script/program that runs these programmatically. A more concise way (which is not built right now) would...

It is a very similar process, it creates a table within the db and it inserts the record in the database once it has been run. I don't do file/db...

@kaashyapan that sounds like an interesting approach to be honest, I would like to take some time to learn more about the declarative stateless schema definitions, I found https://supabase.com/docs/guides/local-development/declarative-database-schemas which...

This might happen when two different versions of Avalonia get loaded (one package might have updated it's Avalonia version) I had a similar issue recently

I'll come to add my two cents use case here :) I'm writing an [async html rendering library](https://github.com/AngelMunoz/Hox) which can produce a single string via `StringBuilder` or the main use...

Hello there, this must be due how we run each migration transactionally, so this may be breaking somehow. Can you retry using the latest preview (1.0.0-rc-002) please? If you're still...

I used to have much more bool options and voptions I'm not sure having a (v)option for bools makes much sense. bools are either true or false, the absense should...