Cole Arendt
Cole Arendt
Not sure what to make of this one and whether it is a problem that has been fixed by the rewrite to d3 or if it might still persist. https://github.com/rstudio/shiny-server/issues/366
**Is your feature request related to a problem?/Why is this needed** FSx Lustre filesystems are large (minimum 1.2T). As a result, it would be nice to be able to couple...
Per discussion [here](https://github.com/helm/helm/issues/4482), there is reluctance to depend on filesystem times for chart "created" time. However, there are [other occasions](https://github.com/helm/chart-releaser/issues/133) where being able to create an index.yaml file from a...
We should use `rsconnect-python` to create a simple flask, dash, or streamlit example
An example admin app that does the following would be useful: - content by number of bundles - content by number of renderings - some manner of disk usage monitoring?...
I threw in a weird / random image that did not get a "results" object back, and the error was not handled very cleanly.
@heath-r and I are having trouble getting `TinyTeX` installed on an ARM jammy (22.04) instance. It looks like the install script tries to install from source. Do we ship ARM...
In most (all?) cases, traefik makes the forwardAuth request at the root of the server (/). This means that the user's requested path is lost in the authentication redirect. However,...
The Row `Render()` method is very close to the proper `Component` interface, but not using a pointer properly https://github.com/johnfercher/maroto/blob/7493f4cdc2c04501693b132aa3029f27f731f741/pkg/components/row/row.go#L60 Which should be: https://github.com/johnfercher/maroto/blob/09b0b841e3e56a6d2d861a027847afa3b11e65d5/pkg/core/core.go#L35
Example here, thanks to @andrie ``` #forkongithub a{background:#FCECCC;color:#000;text-decoration:none;font-family:arial,sans-serif;text-align:center;font-weight:bold;padding:5px 40px;font-size:1rem;line-height:2rem;position:relative;transition:0.5s;}#forkongithub a:hover{background:#DFECF7;color:#000;}#forkongithub a::before,#forkongithub a::after{content:"";width:100%;display:block;position:absolute;top:1px;left:0;height:1px;background:#fff;}#forkongithub a::after{bottom:1px;top:auto;}@media screen and (min-width:1000px){#forkongithub{position:absolute;display:block;top:0;right:0;width:200px;overflow:hidden;height:200px;z-index:9999;}#forkongithub a{width:200px;position:absolute;top:45px;right:-45px;transform:rotate(45deg);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);box-shadow:4px 4px 10px rgba(0,0,0,0.8);}}Fork me on GitHub ```