Angel D. Munoz

Results 118 comments of Angel D. Munoz

Hey there, I just took a brief look at the sample I'm not much experienced in that area either but since RepoDB uses Reflection there might be an issue with...

Just to add to this ``` Exception has occurred: CLR/System.NullReferenceException An unhandled exception of type 'System.NullReferenceException' occurred in RepoDb.dll: 'Object reference not set to an instance of an object.' ```...

I just hit this as well with ionic framework but it seems related to imba's slot management because some web components that are not using slots seem to work just...

@fkleuver Yeah I totally get the idea of the kebab-case my concern was about other users/authors looking at projects like ionic/stencil and grabbing the same conventions even though they don't...

also this might affect the event binding for the F# DSL since custom-events sent by web components may have any arbitrary name like `on-my-click-event` and they can be [CustomEvents](https://developer.mozilla.org/en-US/docs/Web/API/CustomEvent/CustomEvent) not...

Correct me if I'm wrong but I think this is known within the pnpm package manager https://pnpm.js.org/faq#pnpm-does-not-work-with-your-project-here and other cli tools or templates instead of just trying to get those...

This might be kind of related, I've been looking today into the FSI watcher (mostly to test the waters and fun) and I found out it is very annoying to...

I might give it a try this weekend, one can know if it'll work under a couple of hours so if I face anything weird I'll report back

I went out and checked (with vite as opposed to raw esbuild) and after some inspection and looking after the code I have a few questions: - What is the...

Hey Sorry I forgot to report back here I just committed my attempt on my fork I know it worked but I didn't test it too much (hence why no...