Meghan Denny

Results 587 comments of Meghan Denny

> That's why I asked for a way to ... not have it tied to the login. this was avoided intentionally in the site design to assert ownership of packages...

not to say that the first two would never be possible, just not on this app in particular. i'm still open to the community's discussion on a new site. only...

- https://docs.github.com/en/rest/reference/checks#create-a-check-run

this would live at `/:remote/:user/:package/:version/src/:path` (example `/1/nektro/add/v0.5/src/src/main.zig`)

having MIT and/or BSD0 is actually more permissive than public domain, globally speaking

using the same selector they use `pre[class*="language-"]` should work so long as holiday is loaded after https://github.com/PrismJS/prism/blob/master/themes/prism.css#L51-L55

> ``` > const smp = new SpeedMeasurePlugin(); > module.exports ={ > webpack: { > configure: webpackConfig => (smp.wrap(webpackConfig)) > } > }; > ``` this route is actually what...

the first is about files not being allowed to have `\r\n` line endings. change all the zig files to be `\n` to fix it

But for the display I was more thinking ``` 80% |████████████████████████████████ | [1s:0s] 25% |███████████ | [1s:0s] ``` which requires multiple line functionality. Would this still be possible with slices?