YSTYLE-L.X.Y

Results 43 issues of YSTYLE-L.X.Y

The problem is: tauri dev mode can be used, but tauri does not support url access during release, and tauri cannot be loaded after go-app gen the static source

like [wired-elements](https://github.com/rough-stuff/wired-elements), it a web components ui. can add hellper method, like this: ```go app.RawElement("wired-input").attr("placeholder", "Enter name") app.RawElement("wired-button").attr("title", "Click Me').text("Click Me") ```

**Is your feature request related to a problem? Please describe.** run `vugugen .` or `go run devserver.go` can't Recursive subdirectory generation component **Describe the solution you'd like** Recursive subdirectory generation...

**Describe the bug** see this gif , the button will hidden, the element still stay here, and receive click event, bug it Invisible。 if remove the click event , it...

**这个功能解决了什么问题?** 在日历中需要标记的不止一种,比如当天登陆、未登陆、异常登陆需要三种标记 **你期望的功能是怎样的?** 可以指定标记的类型或class, 如果能自定义渲染单元格那就更好了 **补充信息**

I was using a Windows system. I run go get github.com/lxn/walk go install github.com/lxn/walk installed to use this library. then I copied the demo project home page when I go...

不能粘贴文字有遇到过的吗? 复制图片粘贴就可以,但文字不行

help wanted

## What happens? 按正常部署一套qiankun的微前端, 然后需要调试时使用线上主应用调试本地应用. ![image](https://user-images.githubusercontent.com/4478635/159619397-9b3c6b47-d886-4d9f-90fb-91aa011c03bc.png) ![image](https://user-images.githubusercontent.com/4478635/159619417-d61fa9b6-d947-4917-bd9e-3457f3f7308a.png) ![image](https://user-images.githubusercontent.com/4478635/159619428-333166b9-00bf-46a3-8f50-6f6caf90242e.png) ## Mini Showcase Repository(REQUIRED) 因为k8s环境复杂,这里不太好弄仓库. 我描述一下环境. 1. 主应用和子应用是两个workload. 同一个域名从ingress 不同路径到两个微前端应用 2. 子应用加载使用route和umi的public path不同的方式加载 3. 前端域名已启用https, 现在整个网站是跑在微前端上的. 正确使用. 4. 需要在本地调试子应用时, 有两个方法把线上流量转发到本地. 5. `这里说第一个转发的方法为例:...

Can [tiny-yolo-v3-coco](https://github.com/gorgonia/gorgonia/tree/master/examples/tiny-yolo-v3-coco) train on its own data set?

我不太建议使用插件或cli工具之类的. 插件的话, 博客不止hexo, Jekyll. 这样照顾不了那么多博客工具. cli的话. 有些博客还得抓取所有连接才行. 所有我写了个简单的方案, 大家一起讨论一下. ### 加载部分 1. 加载评论框[不管有没有初始化都加载][可自定义在评论上边还是下边] 1. `GET /repos/:owner/:repo/issues` 利用 [标签] 列出当前文章标题的issues 1. 判断每个issue的[body|body_html]中是否存在当前页面连接[可自定义连接] >例 `http://demo.com/post/1` >可增加功能, 判断href和当前页面域名不一致时更新issue , 当更换域名时所有用 1. 找到了就使用`GET /repos/:owner/:repo/issues/:number/comments`加载评论内容,...