Daniel Howe

Results 150 comments of Daniel Howe

The above was with a long 'cp' (of a single file on a single partition) running. But yes, some reproducible simulation of a mv or cp would be useful (as...

@vtoubiana can you verify and close this?

I need to look at the code and see how it works now, but for starters I imagine a search engine, and a user-search-history object, which contains previous queries to...

Same problem here with `tsup` version injector. I basically want to do the following steps in order when I publish: ``` $ npm version patch $ npm run build $...

good idea -- a simple json import/export of settings would be a nice enhancement

Malware = anything that doesn't help Google sell stolen user data to advertisers, which, perhaps surprisingly, is still their only truly viable business ([82% of revenue](https://searchengineland.com/google-q4-2021-earnings-379735) in 2021) Some would...

Thanks for this @diyaayay -- can you clarify what those hard-coded numbers (6 and 0.9084) represent ?

The outputs look correct for the 2nd method, but I'm not sure I understand the code: we are talking about vertically centering a single line of text, but, unless I'm...

The issue appears to be with the the y-position adjustment in [this line](https://github.com/processing/p5.js/blob/main/src/typography/p5.Font.js#L565), which is attempting to vertically center the text (without this adjustment, the text is baseline-aligned.) So `this._textAscent(fontSize)...

@vtoubiana why was this closed? I'm thinking we should copy the html files into the github repo to have versioning, backup, history, etc All I need to complete this is...