beginor

Results 8 issues of beginor

This vnc container is awesome! But the image size is huge, about 500MB to transfer, and over 1GB on local disk ```sh $ docker images REPOSITORY TAG IMAGE ID CREATED...

READY
type:enhancement
prio:3-low

系统是 macOS Monterey 12.2.1 , QtStrcpy 1.8.1 副屏的任务栏图标变形, 主屏的任务栏图标正常,不过不影响使用。 主屏任务栏图标 ![主屏任务栏图标](https://user-images.githubusercontent.com/159065/154396435-169897c0-4612-4100-ade1-5c07273104a0.png) 副屏任务栏图标

bug

这个项目目前使用的还是 .Net Core 2.2 , 已经失去了官方的支持。 其中的原因, 已经在问题 #48 中讨论过了。 阻碍 SmartCode 继续升级最大的原因是使用了 Asp.Net Core Mvc 2.2 的视图引擎作为模板, 导致无法升级。 在我的 fork ()中, 已经将 Asp.Net Core Mvc 2.2 视图引擎替换为 , 还是...

如题, 建议为 Output 的文件名增加 Converter 设置。 比如数据库表名为 `app_user` , 在生成前端 ts 代码时, 需要保存为 `app-user.model.ts` , 可以更好的遵循前端开发的代码规范。

suggest

Most of the modern browsers support dark mode, it would be nice to detect whether the browser is prefered to dark mode. Detect dark mode by javascript is easy: ```js...

feature request
important

最近用到了PG数据库的物化表,发现在现有的生成器代码中查询数据库时没有包含物化视图,应该是修改 `src/SmartCode.Generator/Maps/Database-PostgreSql.xml` 文件中的 `QueryTable` 和 `QueryColumn` 两个查询。 但是目前还不知道如何查询物化视图的信息, 请问谁能给一些建议?

I have found some issues when using `SubclassAttribute` with attribute mapping, for example, the base class is: ```c# [Class(Schema = "public", Table="base_resources")] [Discriminator(Column = "type")] public class BaseResource { [Id(Name...

I am refacting the mapping of [NHibernate.AspNetCore.Identity](https://github.com/nhibernate/NHibernate.AspNetCore.Identity) to `NHibernate.Mapping.ByCode` , as descripted in the issue https://github.com/nhibernate/NHibernate.AspNetCore.Identity/issues/16 . I have rewrite the orignal xml mapping of `NHibernate.AspNetCore.Identity` with `ClassMapping`, the code...

t: New Feature
c: Mapping by Code
p: Minor