Steven Tang

Results 9 comments of Steven Tang

I also observe using default build, XED_ENCODER is undefined for some header files.

``` add_library(CUTLASS INTERFACE) add_library(nvidia::cutlass::cutlass ALIAS CUTLASS) set_target_properties(CUTLASS PROPERTIES EXPORT_NAME cutlass) ``` It looks like you should use ```CUTLASS```?

Also, please check #14 if you find your plugin not appearing in toolbar out of the box. Another way to make it work is to manually install the plugin in...

In recent update, the problem seems to have been fixed, if so we can close this issue.

> I think a good partial solution to the problem of empty or stale profiles of remote users would be to prefetch n last toots whenever there is _any_ interaction...

https://github.com/upptime/status-page/pull/444 Related

In current definition, the user can replace apiBaseurl with a proxy like this: location /XtTechGroup/Uptime/master { proxy_pass https://raw.githubusercontent.com; proxy_set_header Host raw.githubusercontent.com; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $remote_addr; proxy_set_header X-Forwarded-Proto $scheme;...

Good to hear. The github api interface is severely rate limited. It's better to split them into two urls so the developer can decide which to use.