Diego B. Fernandez
Diego B. Fernandez
Most (95%) of my components are function. I would like to provide then to Component so I don't have to write an object for nothing.
I have the following User ``` public class ApplicationUser : IdentityUser { private string _userNameEmailBackingField; public override string UserName { get { return _userNameEmailBackingField; } set { _userNameEmailBackingField = value;...
I can't use the plugin because I don't have GPG installed. I have no plans on encrypting the connection files as I am only connecting to local databases that are...
Hello there. I've been experimenting with [squint-cljs](https://github.com/squint-cljs/squint) and everything is working well expect the evaluation of the whole file. Here is the output when pressing `ef` ``` ; eval (file):...